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

.-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;
  color: #000000;
  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;
  }
}body {
  font-family: 'Prompt', sans-serif;
}
.display-1 {
  font-family: 'Prompt', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Prompt', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Prompt', sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-5 {
  font-family: 'Prompt', sans-serif;
  font-size: 1.88rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.35rem;
}
.display-7 {
  font-family: 'Prompt', sans-serif;
  font-size: 1.1rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.504rem;
    font-size: calc( 1.3079999999999998rem + (1.88 - 1.3079999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.3079999999999998rem + (1.88 - 1.3079999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #ddff55 !important;
}
.bg-success {
  background-color: #64ff54 !important;
}
.bg-info {
  background-color: #56f1ff !important;
}
.bg-warning {
  background-color: #fdff54 !important;
}
.bg-danger {
  background-color: #fcff1e !important;
}
.btn-primary .btn-overlay {
  background-color: #bcd948 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ddff55 !important;
  border-color: #ddff55 !important;
  color: #445500 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #445500 !important;
  background-color: #bcd948 !important;
  border-color: #bcd948 !important;
}
.btn-secondary .btn-overlay {
  background-color: #8e9d51 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bcd948 !important;
  border-color: #bcd948 !important;
  color: #181c06 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #181c06 !important;
  background-color: #8e9d51 !important;
  border-color: #8e9d51 !important;
}
.btn-info .btn-overlay {
  background-color: #48ceda !important;
}
.btn-info,
.btn-info:active {
  background-color: #56f1ff !important;
  border-color: #56f1ff !important;
  color: #004f56 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #004f56 !important;
  background-color: #48ceda !important;
  border-color: #48ceda !important;
}
.btn-success .btn-overlay {
  background-color: #54d947 !important;
}
.btn-success,
.btn-success:active {
  background-color: #64ff54 !important;
  border-color: #64ff54 !important;
  color: #085400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #085400 !important;
  background-color: #54d947 !important;
  border-color: #54d947 !important;
}
.btn-warning .btn-overlay {
  background-color: #d8d947 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fdff54 !important;
  border-color: #fdff54 !important;
  color: #535400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #535400 !important;
  background-color: #d8d947 !important;
  border-color: #d8d947 !important;
}
.btn-danger .btn-overlay {
  background-color: #c0c228 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fcff1e !important;
  border-color: #fcff1e !important;
  color: #1e1e00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #1e1e00 !important;
  background-color: #c0c228 !important;
  border-color: #c0c228 !important;
}
.btn-white .btn-overlay {
  background-color: #e1e1e1 !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.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black .btn-overlay {
  background-color: #000000 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1b1f0a !important;
  border-color: #1b1f0a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 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 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ddff55;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cbfd00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #445500 !important;
  background-color: #ddff55 !important;
  border-color: #ddff55 !important;
}
.btn-secondary-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bcd948;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8da823 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #181c06 !important;
  background-color: #bcd948 !important;
  border-color: #bcd948 !important;
}
.btn-info-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #56f1ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00e9fe !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #004f56 !important;
  background-color: #56f1ff !important;
  border-color: #56f1ff !important;
}
.btn-success-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #64ff54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #18fc00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #085400 !important;
  background-color: #64ff54 !important;
  border-color: #64ff54 !important;
}
.btn-warning-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fdff54;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f9fc00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #535400 !important;
  background-color: #fdff54 !important;
  border-color: #fdff54 !important;
}
.btn-danger-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcff1e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c4c600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #1e1e00 !important;
  background-color: #fcff1e !important;
  border-color: #fcff1e !important;
}
.btn-black-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b1f0a;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1f0a !important;
  border-color: #1b1f0a !important;
}
.btn-white-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: #ddff55 !important;
}
.text-secondary {
  color: #bcd948 !important;
}
.text-success {
  color: #64ff54 !important;
}
.text-info {
  color: #56f1ff !important;
}
.text-warning {
  color: #fdff54 !important;
}
.text-danger {
  color: #fcff1e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1B1F0A !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #beee00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #829b20 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #16ed00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #00dbef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #eaed00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b5b700 !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: #ddff55;
}
.nav-tabs .nav-link:not(.active) {
  color: #1B1F0A;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #56f1ff;
}
.alert-warning {
  background-color: #fdff54;
}
.alert-danger {
  background-color: #fcff1e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ddff55;
  border-color: #ddff55;
  color: #586e00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ddff55;
}
.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: #ffffff;
}
.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: #ffffea;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Prompt', sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.125rem;
}
.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: #ddff55 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Prompt', sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.125rem;
}
blockquote {
  border-color: #ddff55;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ddff55;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ddff55;
}
.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: #ddff55;
  border-bottom-color: #ddff55;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ddff55 !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: #bcd948 !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='%23ddff55' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.mbr-section-btn .btn {
  min-width: 100px;
  border-radius: 100vw;
  padding: 1rem 1.5rem;
  line-height: 1.25;
  font-weight: 600 !important;
  box-shadow: none !important;
  border: none !important;
  position: relative;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont {
  position: relative;
  z-index: 1000;
}
.mbr-section-btn .btn-transform {
  position: relative;
  overflow: hidden;
  transition: 0.3s all !important;
}
.mbr-section-btn .btn-transform .btn-transform-1 {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.3s all !important;
  animation: btn-move-out 0.3s ease-in-out;
}
.mbr-section-btn .btn-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: 0.3s all !important;
}
.mbr-section-btn .btn {
  transition: 0.3s all !important;
}
.mbr-section-btn .btn:hover .btn-transform .btn-transform-1 {
  animation: btn-move 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .btn-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
b {
  font-weight: 600 !important;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-t2YNqczNcv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-t2YNqczNcv nav.navbar {
  position: absolute !important;
}
.cid-t2YNqczNcv .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-t2YNqczNcv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-t2YNqczNcv .nav-link {
  position: relative;
}
.cid-t2YNqczNcv .container {
  display: flex;
  margin: auto;
  position: fixed !important;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 24px;
  background-color: #f3f4ef;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (min-width: 992px) {
  .cid-t2YNqczNcv .container {
    flex-wrap: nowrap;
  }
}
.cid-t2YNqczNcv .iconfont-wrapper {
  color: #1b1f0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2YNqczNcv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #f3f4ef !important;
}
.cid-t2YNqczNcv .nav-item:focus,
.cid-t2YNqczNcv .nav-link:focus {
  outline: none;
}
.cid-t2YNqczNcv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2YNqczNcv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2YNqczNcv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2YNqczNcv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2YNqczNcv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2YNqczNcv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2YNqczNcv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-t2YNqczNcv .navbar.opened {
  transition: all 0.3s;
}
.cid-t2YNqczNcv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2YNqczNcv .navbar .navbar-logo img {
  width: auto;
}
.cid-t2YNqczNcv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-t2YNqczNcv .navbar.collapsed {
  justify-content: center;
}
.cid-t2YNqczNcv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2YNqczNcv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2YNqczNcv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2YNqczNcv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2YNqczNcv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2YNqczNcv .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-t2YNqczNcv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2YNqczNcv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2YNqczNcv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2YNqczNcv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2YNqczNcv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2YNqczNcv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2YNqczNcv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2YNqczNcv .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-t2YNqczNcv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2YNqczNcv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2YNqczNcv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2YNqczNcv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2YNqczNcv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2YNqczNcv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2YNqczNcv .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2YNqczNcv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2YNqczNcv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2YNqczNcv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2YNqczNcv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2YNqczNcv .dropdown-item.active,
.cid-t2YNqczNcv .dropdown-item:active {
  background-color: transparent;
}
.cid-t2YNqczNcv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2YNqczNcv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2YNqczNcv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2YNqczNcv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f4ef;
}
.cid-t2YNqczNcv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2YNqczNcv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-t2YNqczNcv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2YNqczNcv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-t2YNqczNcv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2YNqczNcv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1f0a;
}
.cid-t2YNqczNcv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2YNqczNcv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2YNqczNcv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2YNqczNcv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2YNqczNcv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2YNqczNcv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2YNqczNcv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2YNqczNcv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2YNqczNcv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2YNqczNcv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2YNqczNcv .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-t2YNqczNcv .navbar {
    height: 70px;
  }
  .cid-t2YNqczNcv .navbar.opened {
    height: auto;
  }
  .cid-t2YNqczNcv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2YNqczNcv .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-t2YNqczNcv .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 100vw !important;
  transition: .3s all !important;
}
.cid-t2YNqczNcv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-t2YNqczNcv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-t2YNqczNcv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-t2YNqczNcv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 100vw !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-t2YNqczNcv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-t2YNqczNcv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-t2YNqczNcv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-t2YNqczNcv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-t2YNqczNcv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-t2YNqczNcv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-t2YNqczNcv .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-t2YNqczNcv .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-t2YNqczNcv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-t2YNqczNcv .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-t2YNqczNcv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-t2YNqczNcv .container {
    position: relative;
  }
  .cid-t2YNqczNcv .navbar-brand {
    margin-right: auto;
  }
  .cid-t2YNqczNcv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem  2rem;
    border-top: 2rem solid #f3f4ef;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(223, 224, 218, 0.94);
    backdrop-filter: blur(8px);
  }
  .cid-t2YNqczNcv .navbar-nav .nav-item .nav-link {
    justify-content: left;
  }
  .cid-t2YNqczNcv .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-t2YNqczNcv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-t2YNqczNcv .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-t2YNqczNcv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-t2YNqczNcv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-t2YNqczNcv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-t2YNqczNcv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-t2YNqczNcv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-t2YNqczNcv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-t2YNqczNcv .navbar-fixed-top {
  position: absolute !important;
}
.cid-t2YUH3TQAq {
  background-image: url("../../../assets/images/cyber-security-gc74726fc2-1920.jpg");
}
.cid-t2YUH3TQAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-t2YUH3TQAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t2YUH3TQAq .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-t2YUH3TQAq .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-t2YUH3TQAq .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
  text-align: center;
}
.cid-t2YUH3TQAq .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-t2YUH3TQAq .mbr-section-btn {
  margin-top: 144px;
}
.cid-t2YUH3TQAq .mbr-section-title,
.cid-t2YUH3TQAq .mbr-section-btn {
  text-align: center;
}
.cid-t2YW8wTxz2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #20e7f9;
}
.cid-t2YW8wTxz2 .row {
  align-items: center;
  width: 100%;
}
.cid-t2YW8wTxz2 .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-t2YW8wTxz2 .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-t2YW8wTxz2 .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-t2YW8wTxz2 .content-container {
  display: flex;
  padding: 60px !important;
  background-color: #99f5fe;
}
@media (max-width: 991px) {
  .cid-t2YW8wTxz2 .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-t2YW8wTxz2 .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-t2YW8wTxz2 .content-container {
    padding: 2rem !important;
  }
}
.cid-t2YW8wTxz2 .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t2YW8wTxz2 .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-t2YW8wTxz2 .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-t2YW8wTxz2 .img-container {
    padding-right: 0;
  }
}
.cid-t2YW8wTxz2 .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-t2YW8wTxz2 .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-t2YW8wTxz2 .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-t2YW8wTxz2 .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-t2YW8wTxz2 .text-container {
    padding-left: 0;
  }
}
.cid-t2YW8wTxz2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t2YW8wTxz2 .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-t2YW8wTxz2 .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-t2YW8wTxz2 .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
  text-align: left;
}
.cid-t2YW8wTxz2 .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-t2YVqbwMGe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #99f5fe;
}
.cid-t2YVqbwMGe .row {
  align-items: center;
  width: 100%;
}
.cid-t2YVqbwMGe .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-t2YVqbwMGe .mbr-section-title {
  color: #000000;
}
.cid-t2YVqbwMGe .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-t2YVqbwMGe .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-t2YVqbwMGe .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-t2YVqbwMGe .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-t2YVqbwMGe .text-container {
  padding: 32px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-t2YVqbwMGe .text-container {
    padding: 24px;
  }
}
.cid-t2YVqbwMGe .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t2YVqbwMGe .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-t2YVqbwMGe .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #32fc1d;
}
.cid-t2YVqbwMGe .card-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-t2YVqbwMGe .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
}
.cid-t2ZnJkgbmi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c0c0c0;
}
.cid-t2ZnJkgbmi .mbr-fallback-image.disabled {
  display: none;
}
.cid-t2ZnJkgbmi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t2ZnJkgbmi .col-img {
  display: flex;
  flex-direction: column;
}
.cid-t2ZnJkgbmi .mbr-description {
  color: #000000;
}
.cid-t2ZnJkgbmi .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-t2ZnJkgbmi .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-t2Zo6Y5LXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4ef;
}
.cid-t2Zo6Y5LXp .row {
  align-items: center;
  width: 100%;
}
.cid-t2Zo6Y5LXp .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-t2Zo6Y5LXp .mbr-section-title {
  color: #070900;
}
.cid-t2Zo6Y5LXp .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-t2Zo6Y5LXp .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-t2Zo6Y5LXp .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-t2Zo6Y5LXp .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-t2Zo6Y5LXp .text-container {
  padding: 32px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-t2Zo6Y5LXp .text-container {
    padding: 24px;
  }
}
.cid-t2Zo6Y5LXp .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t2Zo6Y5LXp .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-t2Zo6Y5LXp .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #20e7f9;
}
.cid-t2Zo6Y5LXp .card-title {
  width: 100%;
  color: #070900;
  margin-bottom: 0;
}
.cid-t2Zo6Y5LXp .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
}
.cid-t2ZqsummWb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/security-g5f40b5026-1920.jpg");
}
.cid-t2ZqsummWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-t2ZqsummWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t2ZqsummWb .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-t2ZqsummWb .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 48px;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #f3f4ef;
  border-radius: 100vw;
}
.cid-t2ZqsummWb .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
  text-align: center;
}
.cid-t2ZqsummWb .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 0;
  width: 100%;
}
.cid-t2ZqsummWb .mbr-section-btn {
  margin-top: 50px;
}
.cid-t2ZqsummWb .mbr-section-subtitle,
.cid-t2ZqsummWb .mbr-section-btn {
  text-align: center;
}
.cid-txhLo9Gp2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20e7f9;
}
.cid-txhLo9Gp2p .container {
  max-width: 56rem;
}
.cid-txhLo9Gp2p .main-row {
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-txhLo9Gp2p .main-row {
    flex-wrap: wrap;
  }
}
.cid-txhLo9Gp2p .title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  position: sticky;
  top: 0;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .cid-txhLo9Gp2p .title-container {
    padding-right: 1.5rem !important;
    margin-bottom: 0;
  }
}
.cid-txhLo9Gp2p .mbr-section-head {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-txhLo9Gp2p .mbr-section-title {
  color: #070900;
  margin-bottom: 0;
}
.cid-txhLo9Gp2p .mbr-section-subtitle {
  color: #DDFF55;
}
.cid-txhLo9Gp2p .opinion-container {
  display: flex;
  max-width: 17rem;
  flex-direction: column;
  width: max-content;
  margin-top: 4rem;
  padding: 1.5rem;
  border: 1px solid #070900;
}
.cid-txhLo9Gp2p .opinion-container .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #DDFF55;
}
@media (max-width: 767px) {
  .cid-txhLo9Gp2p .opinion-container {
    display: none;
  }
}
.cid-txhLo9Gp2p .opinion-stars {
  display: flex;
  margin-bottom: 0.5rem;
}
.cid-txhLo9Gp2p .opinion-comment {
  color: #000000;
  margin-bottom: 0;
}
.cid-txhLo9Gp2p .card-title {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-txhLo9Gp2p .card-text {
  color: #000000;
  width: 100%;
  margin-bottom: 4px;
}
.cid-txhLo9Gp2p .comment-text {
  color: #000000;
  width: 100%;
  margin-top: 4px;
  opacity: 0.8;
}
.cid-txhLo9Gp2p .card-link-text {
  width: 100%;
}
.cid-txhLo9Gp2p .border-text {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  width: 100%;
  border-left: 1px solid #070900;
}
.cid-txhLo9Gp2p .card-border {
  padding: 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #070900;
}
@media (max-width: 575px) {
  .cid-txhLo9Gp2p .card-border {
    padding: 2rem;
  }
}
.cid-txhLo9Gp2p .content-container {
  flex-grow: 1;
}
.cid-txhLo9Gp2p form .dragArea.row {
  justify-content: flex-start;
  margin-top: 40px;
}
.cid-txhLo9Gp2p form .mbr-section-btn {
  margin-top: 20px;
}
.cid-txhLo9Gp2p form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-txhLo9Gp2p form .form-group {
  margin-bottom: 20px !important;
  color: #000000;
}
.cid-txhLo9Gp2p form .form-control {
  color: #000000;
  border: none !important;
  border-bottom: 1px solid #f3f4ef !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.cid-txhLo9Gp2p form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txhLo9Gp2p form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txhLo9Gp2p form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txhLo9Gp2p form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txhLo9Gp2p form textarea {
  height: 96px;
  color: #000000;
}
.cid-txhLo9Gp2p form input,
.cid-txhLo9Gp2p form textarea {
  color: #000000;
  background-color: transparent !important;
}
.cid-txhLo9Gp2p form input:active,
.cid-txhLo9Gp2p form textarea:active,
.cid-txhLo9Gp2p form input:focus,
.cid-txhLo9Gp2p form textarea:focus,
.cid-txhLo9Gp2p form input:hover,
.cid-txhLo9Gp2p form textarea:hover {
  border-bottom-color: #ddff55 !important;
}
.cid-txhLo9Gp2p form input:active::-webkit-input-placeholder,
.cid-txhLo9Gp2p form textarea:active::-webkit-input-placeholder,
.cid-txhLo9Gp2p form input:focus::-webkit-input-placeholder,
.cid-txhLo9Gp2p form textarea:focus::-webkit-input-placeholder,
.cid-txhLo9Gp2p form input:hover::-webkit-input-placeholder,
.cid-txhLo9Gp2p form textarea:hover::-webkit-input-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-txhLo9Gp2p form input:active::-moz-placeholder,
.cid-txhLo9Gp2p form textarea:active::-moz-placeholder,
.cid-txhLo9Gp2p form input:focus::-moz-placeholder,
.cid-txhLo9Gp2p form textarea:focus::-moz-placeholder,
.cid-txhLo9Gp2p form input:hover::-moz-placeholder,
.cid-txhLo9Gp2p form textarea:hover::-moz-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-txhLo9Gp2p form input:active:-moz-placeholder,
.cid-txhLo9Gp2p form textarea:active:-moz-placeholder,
.cid-txhLo9Gp2p form input:focus:-moz-placeholder,
.cid-txhLo9Gp2p form textarea:focus:-moz-placeholder,
.cid-txhLo9Gp2p form input:hover:-moz-placeholder,
.cid-txhLo9Gp2p form textarea:hover:-moz-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-txhLo9Gp2p form input:active:-ms-input-placeholder,
.cid-txhLo9Gp2p form textarea:active:-ms-input-placeholder,
.cid-txhLo9Gp2p form input:focus:-ms-input-placeholder,
.cid-txhLo9Gp2p form textarea:focus:-ms-input-placeholder,
.cid-txhLo9Gp2p form input:hover:-ms-input-placeholder,
.cid-txhLo9Gp2p form textarea:hover:-ms-input-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-txhLo9Gp2p form .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.cid-txhLo9Gp2p form .row [class*=col] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cid-txhLo9Gp2p form label {
  color: #f3f4ef;
}
.cid-txhLo9Gp2p form .form-check-input {
  border-color: #f3f4ef;
  outline: none !important;
  box-shadow: none !important;
}
.cid-txhLo9Gp2p form .form-check-input:focus,
.cid-txhLo9Gp2p form .form-check-input:hover {
  border-color: #ddff55 !important;
}
.cid-txhLo9Gp2p form .form-check-input:checked {
  border-color: #ddff55 !important;
}
.cid-txhLo9Gp2p .phone-container,
.cid-txhLo9Gp2p .address-container {
  margin-top: 1.5rem;
}
.cid-txhLo9Gp2p .phone-text {
  color: #070900;
}
.cid-t2ZvUBZ2Mo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #99f5fe;
  overflow: hidden;
}
.cid-t2ZvUBZ2Mo .mbr-text {
  color: #1B1F0A;
}
@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;
  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;
}

.-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;
  color: #000000;
  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;
  }
}.cid-txi1RtbFqr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-txi1RtbFqr nav.navbar {
  position: absolute !important;
}
.cid-txi1RtbFqr .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-txi1RtbFqr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-txi1RtbFqr .nav-link {
  position: relative;
}
.cid-txi1RtbFqr .container {
  display: flex;
  margin: auto;
  position: fixed !important;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 24px;
  background-color: #f3f4ef;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (min-width: 992px) {
  .cid-txi1RtbFqr .container {
    flex-wrap: nowrap;
  }
}
.cid-txi1RtbFqr .iconfont-wrapper {
  color: #1b1f0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txi1RtbFqr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #f3f4ef !important;
}
.cid-txi1RtbFqr .nav-item:focus,
.cid-txi1RtbFqr .nav-link:focus {
  outline: none;
}
.cid-txi1RtbFqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txi1RtbFqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txi1RtbFqr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txi1RtbFqr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txi1RtbFqr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txi1RtbFqr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txi1RtbFqr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-txi1RtbFqr .navbar.opened {
  transition: all 0.3s;
}
.cid-txi1RtbFqr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txi1RtbFqr .navbar .navbar-logo img {
  width: auto;
}
.cid-txi1RtbFqr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-txi1RtbFqr .navbar.collapsed {
  justify-content: center;
}
.cid-txi1RtbFqr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txi1RtbFqr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txi1RtbFqr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txi1RtbFqr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txi1RtbFqr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txi1RtbFqr .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-txi1RtbFqr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txi1RtbFqr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txi1RtbFqr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txi1RtbFqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txi1RtbFqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txi1RtbFqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txi1RtbFqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txi1RtbFqr .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-txi1RtbFqr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txi1RtbFqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txi1RtbFqr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txi1RtbFqr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txi1RtbFqr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txi1RtbFqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txi1RtbFqr .navbar.navbar-short {
  min-height: 60px;
}
.cid-txi1RtbFqr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txi1RtbFqr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txi1RtbFqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txi1RtbFqr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txi1RtbFqr .dropdown-item.active,
.cid-txi1RtbFqr .dropdown-item:active {
  background-color: transparent;
}
.cid-txi1RtbFqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txi1RtbFqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txi1RtbFqr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txi1RtbFqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f4ef;
}
.cid-txi1RtbFqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txi1RtbFqr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-txi1RtbFqr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txi1RtbFqr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-txi1RtbFqr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txi1RtbFqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1f0a;
}
.cid-txi1RtbFqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txi1RtbFqr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txi1RtbFqr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txi1RtbFqr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txi1RtbFqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txi1RtbFqr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txi1RtbFqr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txi1RtbFqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txi1RtbFqr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txi1RtbFqr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txi1RtbFqr .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-txi1RtbFqr .navbar {
    height: 70px;
  }
  .cid-txi1RtbFqr .navbar.opened {
    height: auto;
  }
  .cid-txi1RtbFqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txi1RtbFqr .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-txi1RtbFqr .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 100vw !important;
  transition: .3s all !important;
}
.cid-txi1RtbFqr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txi1RtbFqr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-txi1RtbFqr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txi1RtbFqr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 100vw !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-txi1RtbFqr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txi1RtbFqr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-txi1RtbFqr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-txi1RtbFqr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-txi1RtbFqr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-txi1RtbFqr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-txi1RtbFqr .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-txi1RtbFqr .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txi1RtbFqr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-txi1RtbFqr .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-txi1RtbFqr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-txi1RtbFqr .container {
    position: relative;
  }
  .cid-txi1RtbFqr .navbar-brand {
    margin-right: auto;
  }
  .cid-txi1RtbFqr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem  2rem;
    border-top: 2rem solid #f3f4ef;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(223, 224, 218, 0.94);
    backdrop-filter: blur(8px);
  }
  .cid-txi1RtbFqr .navbar-nav .nav-item .nav-link {
    justify-content: left;
  }
  .cid-txi1RtbFqr .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-txi1RtbFqr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-txi1RtbFqr .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txi1RtbFqr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-txi1RtbFqr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-txi1RtbFqr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-txi1RtbFqr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-txi1RtbFqr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txi1RtbFqr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-txi1RtbFqr .navbar-fixed-top {
  position: absolute !important;
}
.cid-txi1Rz3Qw2 {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-txi1Rz3Qw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txi1Rz3Qw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txi1Rz3Qw2 .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txi1Rz3Qw2 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-txi1Rz3Qw2 .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
  text-align: center;
}
.cid-txi1Rz3Qw2 .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txi1Rz3Qw2 .mbr-section-btn {
  margin-top: 144px;
}
.cid-txi1Rz3Qw2 .mbr-section-title,
.cid-txi1Rz3Qw2 .mbr-section-btn {
  text-align: center;
}
.cid-txi1RAzC6W {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #99f5fe;
}
.cid-txi1RAzC6W .row {
  align-items: center;
  width: 100%;
}
.cid-txi1RAzC6W .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txi1RAzC6W .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txi1RAzC6W .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txi1RAzC6W .content-container {
  display: flex;
  padding: 60px !important;
  background-color: #56f1ff;
}
@media (max-width: 991px) {
  .cid-txi1RAzC6W .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txi1RAzC6W .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txi1RAzC6W .content-container {
    padding: 2rem !important;
  }
}
.cid-txi1RAzC6W .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txi1RAzC6W .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txi1RAzC6W .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-txi1RAzC6W .img-container {
    padding-right: 0;
  }
}
.cid-txi1RAzC6W .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txi1RAzC6W .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txi1RAzC6W .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txi1RAzC6W .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txi1RAzC6W .text-container {
    padding-left: 0;
  }
}
.cid-txi1RAzC6W .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txi1RAzC6W .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txi1RAzC6W .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txi1RAzC6W .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txi1RAzC6W .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txidM8YWwg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1f0a;
}
.cid-txidM8YWwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-txidM8YWwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txidM8YWwg .row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-txidM8YWwg .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cid-txidM8YWwg .col-img {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-txidM8YWwg .col-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-txidM8YWwg .img-container {
  display: flex;
  padding: 4.75rem 4rem;
}
.cid-txidM8YWwg .img-container img {
  max-width: 100%;
}
.cid-txidM8YWwg .col-toggle {
  width: 50%;
  padding-right: 4rem !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-txidM8YWwg .col-toggle {
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-txidM8YWwg .col-toggle {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-txidM8YWwg .section-head {
  margin-bottom: 0;
}
.cid-txidM8YWwg .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txidM8YWwg .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-txidM8YWwg .toggle-panel {
  margin-top: 40px;
}
.cid-txidM8YWwg .card {
  border-bottom: 1px solid rgba(243, 244, 239, 0.12);
  transition: .3s all;
  border-radius: 0 !important;
}
.cid-txidM8YWwg .card:hover {
  margin-left: 1rem;
}
.cid-txidM8YWwg .card-header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  margin-bottom: 8px;
  border: none !important;
  padding: 0 !important;
}
.cid-txidM8YWwg .card-header .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.cid-txidM8YWwg .card-header .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
}
.cid-txidM8YWwg .sign {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  color: #f3f4ef;
  transition: .3s all;
}
.cid-txidM8YWwg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.cid-txidM8YWwg .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 1rem;
}
.cid-txidM8YWwg .panel-body {
  margin-bottom: 8px;
  margin-left: 10%;
  width: 100%;
  max-width: 85%;
}
.cid-txidM8YWwg .panel-title-edit {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txidM8YWwg .panel-text {
  color: #f3f4ef;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-txihl8RKEx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1f0a;
}
.cid-txihl8RKEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-txihl8RKEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txihl8RKEx .row {
  flex-direction: row-reverse;
}
.cid-txihl8RKEx .row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-txihl8RKEx .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cid-txihl8RKEx .col-img {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-txihl8RKEx .col-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-txihl8RKEx .img-container {
  display: flex;
  padding: 4.75rem 4rem;
}
.cid-txihl8RKEx .img-container img {
  max-width: 100%;
}
.cid-txihl8RKEx .col-toggle {
  width: 50%;
  padding-right: 4rem !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4rem !important;
  padding-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-txihl8RKEx .col-toggle {
    padding-right: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-txihl8RKEx .col-toggle {
    padding-left: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-txihl8RKEx .col-toggle {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-txihl8RKEx .section-head {
  margin-bottom: 0;
}
.cid-txihl8RKEx .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txihl8RKEx .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-txihl8RKEx .toggle-panel {
  margin-top: 40px;
}
.cid-txihl8RKEx .card {
  border-bottom: 1px solid rgba(243, 244, 239, 0.12);
  transition: .3s all;
  border-radius: 0 !important;
}
.cid-txihl8RKEx .card:hover {
  margin-left: 1rem;
}
.cid-txihl8RKEx .card-header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  margin-bottom: 8px;
  border: none !important;
  padding: 0 !important;
}
.cid-txihl8RKEx .card-header .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.cid-txihl8RKEx .card-header .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
}
.cid-txihl8RKEx .sign {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  color: #f3f4ef;
  transition: .3s all;
}
.cid-txihl8RKEx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.cid-txihl8RKEx .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 1rem;
}
.cid-txihl8RKEx .panel-body {
  margin-bottom: 8px;
  margin-left: 10%;
  width: 100%;
  max-width: 85%;
}
.cid-txihl8RKEx .panel-title-edit {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txihl8RKEx .panel-text {
  color: #f3f4ef;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-txiARq6vUa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txiARq6vUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-txiARq6vUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txiARq6vUa .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txiARq6vUa .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #20e7f9;
}
.cid-txiARq6vUa .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txiARq6vUa .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txiARq6vUa .mbr-section-btn {
  margin-top: 144px;
}
.cid-txiARq6vUa .mbr-section-title,
.cid-txiARq6vUa .mbr-section-btn {
  color: #070900;
}
.cid-txi1RIjz8N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20e7f9;
}
.cid-txi1RIjz8N .container {
  max-width: 56rem;
}
.cid-txi1RIjz8N .main-row {
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-txi1RIjz8N .main-row {
    flex-wrap: wrap;
  }
}
.cid-txi1RIjz8N .title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  position: sticky;
  top: 0;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .cid-txi1RIjz8N .title-container {
    padding-right: 1.5rem !important;
    margin-bottom: 0;
  }
}
.cid-txi1RIjz8N .mbr-section-head {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-txi1RIjz8N .mbr-section-title {
  color: #070900;
  margin-bottom: 0;
}
.cid-txi1RIjz8N .mbr-section-subtitle {
  color: #DDFF55;
}
.cid-txi1RIjz8N .opinion-container {
  display: flex;
  max-width: 17rem;
  flex-direction: column;
  width: max-content;
  margin-top: 4rem;
  padding: 1.5rem;
  border: 1px solid #070900;
}
.cid-txi1RIjz8N .opinion-container .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #DDFF55;
}
@media (max-width: 767px) {
  .cid-txi1RIjz8N .opinion-container {
    display: none;
  }
}
.cid-txi1RIjz8N .opinion-stars {
  display: flex;
  margin-bottom: 0.5rem;
}
.cid-txi1RIjz8N .opinion-comment {
  color: #070900;
  margin-bottom: 0;
}
.cid-txi1RIjz8N .card-title {
  color: #070900;
  width: 100%;
  margin-bottom: 0;
}
.cid-txi1RIjz8N .card-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 4px;
}
.cid-txi1RIjz8N .comment-text {
  color: #f3f4ef;
  width: 100%;
  margin-top: 4px;
  opacity: 0.8;
}
.cid-txi1RIjz8N .card-link-text {
  width: 100%;
}
.cid-txi1RIjz8N .border-text {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  width: 100%;
  border-left: 1px solid #070900;
}
.cid-txi1RIjz8N .card-border {
  padding: 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #070900;
}
@media (max-width: 575px) {
  .cid-txi1RIjz8N .card-border {
    padding: 2rem;
  }
}
.cid-txi1RIjz8N .content-container {
  flex-grow: 1;
}
.cid-txi1RIjz8N form .dragArea.row {
  justify-content: flex-start;
  margin-top: 40px;
}
.cid-txi1RIjz8N form .mbr-section-btn {
  margin-top: 20px;
}
.cid-txi1RIjz8N form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-txi1RIjz8N form .form-group {
  margin-bottom: 20px !important;
  color: #000000;
}
.cid-txi1RIjz8N form .form-control {
  color: #f3f4ef;
  border: none !important;
  border-bottom: 1px solid #f3f4ef !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.cid-txi1RIjz8N form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txi1RIjz8N form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txi1RIjz8N form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txi1RIjz8N form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txi1RIjz8N form textarea {
  height: 96px;
  color: #000000;
}
.cid-txi1RIjz8N form input,
.cid-txi1RIjz8N form textarea {
  color: #000000;
  background-color: transparent !important;
}
.cid-txi1RIjz8N form input:active,
.cid-txi1RIjz8N form textarea:active,
.cid-txi1RIjz8N form input:focus,
.cid-txi1RIjz8N form textarea:focus,
.cid-txi1RIjz8N form input:hover,
.cid-txi1RIjz8N form textarea:hover {
  border-bottom-color: #ddff55 !important;
}
.cid-txi1RIjz8N form input:active::-webkit-input-placeholder,
.cid-txi1RIjz8N form textarea:active::-webkit-input-placeholder,
.cid-txi1RIjz8N form input:focus::-webkit-input-placeholder,
.cid-txi1RIjz8N form textarea:focus::-webkit-input-placeholder,
.cid-txi1RIjz8N form input:hover::-webkit-input-placeholder,
.cid-txi1RIjz8N form textarea:hover::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txi1RIjz8N form input:active::-moz-placeholder,
.cid-txi1RIjz8N form textarea:active::-moz-placeholder,
.cid-txi1RIjz8N form input:focus::-moz-placeholder,
.cid-txi1RIjz8N form textarea:focus::-moz-placeholder,
.cid-txi1RIjz8N form input:hover::-moz-placeholder,
.cid-txi1RIjz8N form textarea:hover::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txi1RIjz8N form input:active:-moz-placeholder,
.cid-txi1RIjz8N form textarea:active:-moz-placeholder,
.cid-txi1RIjz8N form input:focus:-moz-placeholder,
.cid-txi1RIjz8N form textarea:focus:-moz-placeholder,
.cid-txi1RIjz8N form input:hover:-moz-placeholder,
.cid-txi1RIjz8N form textarea:hover:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txi1RIjz8N form input:active:-ms-input-placeholder,
.cid-txi1RIjz8N form textarea:active:-ms-input-placeholder,
.cid-txi1RIjz8N form input:focus:-ms-input-placeholder,
.cid-txi1RIjz8N form textarea:focus:-ms-input-placeholder,
.cid-txi1RIjz8N form input:hover:-ms-input-placeholder,
.cid-txi1RIjz8N form textarea:hover:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txi1RIjz8N form .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.cid-txi1RIjz8N form .row [class*=col] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cid-txi1RIjz8N form label {
  color: #f3f4ef;
}
.cid-txi1RIjz8N form .form-check-input {
  border-color: #f3f4ef;
  outline: none !important;
  box-shadow: none !important;
}
.cid-txi1RIjz8N form .form-check-input:focus,
.cid-txi1RIjz8N form .form-check-input:hover {
  border-color: #ddff55 !important;
}
.cid-txi1RIjz8N form .form-check-input:checked {
  border-color: #ddff55 !important;
}
.cid-txi1RIjz8N .phone-container,
.cid-txi1RIjz8N .address-container {
  margin-top: 1.5rem;
}
.cid-txi1RIjz8N .phone-text {
  color: #070900;
}
.cid-txi1RK4nE9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #99f5fe;
  overflow: hidden;
}
.cid-txi1RK4nE9 .mbr-text {
  color: #1B1F0A;
}
@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;
  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;
}

.-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;
  color: #000000;
  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;
  }
}.cid-txiS2ZG1Qs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-txiS2ZG1Qs nav.navbar {
  position: absolute !important;
}
.cid-txiS2ZG1Qs .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-txiS2ZG1Qs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-txiS2ZG1Qs .nav-link {
  position: relative;
}
.cid-txiS2ZG1Qs .container {
  display: flex;
  margin: auto;
  position: fixed !important;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 24px;
  background-color: #f3f4ef;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (min-width: 992px) {
  .cid-txiS2ZG1Qs .container {
    flex-wrap: nowrap;
  }
}
.cid-txiS2ZG1Qs .iconfont-wrapper {
  color: #1b1f0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txiS2ZG1Qs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #f3f4ef !important;
}
.cid-txiS2ZG1Qs .nav-item:focus,
.cid-txiS2ZG1Qs .nav-link:focus {
  outline: none;
}
.cid-txiS2ZG1Qs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txiS2ZG1Qs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txiS2ZG1Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txiS2ZG1Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txiS2ZG1Qs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txiS2ZG1Qs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txiS2ZG1Qs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-txiS2ZG1Qs .navbar.opened {
  transition: all 0.3s;
}
.cid-txiS2ZG1Qs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txiS2ZG1Qs .navbar .navbar-logo img {
  width: auto;
}
.cid-txiS2ZG1Qs .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-txiS2ZG1Qs .navbar.collapsed {
  justify-content: center;
}
.cid-txiS2ZG1Qs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txiS2ZG1Qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txiS2ZG1Qs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txiS2ZG1Qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txiS2ZG1Qs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txiS2ZG1Qs .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-txiS2ZG1Qs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txiS2ZG1Qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txiS2ZG1Qs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txiS2ZG1Qs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txiS2ZG1Qs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txiS2ZG1Qs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txiS2ZG1Qs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txiS2ZG1Qs .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-txiS2ZG1Qs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txiS2ZG1Qs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txiS2ZG1Qs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txiS2ZG1Qs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txiS2ZG1Qs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txiS2ZG1Qs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txiS2ZG1Qs .navbar.navbar-short {
  min-height: 60px;
}
.cid-txiS2ZG1Qs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txiS2ZG1Qs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txiS2ZG1Qs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txiS2ZG1Qs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txiS2ZG1Qs .dropdown-item.active,
.cid-txiS2ZG1Qs .dropdown-item:active {
  background-color: transparent;
}
.cid-txiS2ZG1Qs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txiS2ZG1Qs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txiS2ZG1Qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txiS2ZG1Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f4ef;
}
.cid-txiS2ZG1Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txiS2ZG1Qs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-txiS2ZG1Qs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txiS2ZG1Qs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-txiS2ZG1Qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txiS2ZG1Qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1f0a;
}
.cid-txiS2ZG1Qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txiS2ZG1Qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txiS2ZG1Qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txiS2ZG1Qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txiS2ZG1Qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txiS2ZG1Qs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txiS2ZG1Qs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txiS2ZG1Qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txiS2ZG1Qs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txiS2ZG1Qs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txiS2ZG1Qs .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-txiS2ZG1Qs .navbar {
    height: 70px;
  }
  .cid-txiS2ZG1Qs .navbar.opened {
    height: auto;
  }
  .cid-txiS2ZG1Qs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txiS2ZG1Qs .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-txiS2ZG1Qs .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 100vw !important;
  transition: .3s all !important;
}
.cid-txiS2ZG1Qs .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txiS2ZG1Qs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-txiS2ZG1Qs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txiS2ZG1Qs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 100vw !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-txiS2ZG1Qs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txiS2ZG1Qs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-txiS2ZG1Qs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-txiS2ZG1Qs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-txiS2ZG1Qs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-txiS2ZG1Qs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-txiS2ZG1Qs .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-txiS2ZG1Qs .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txiS2ZG1Qs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-txiS2ZG1Qs .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-txiS2ZG1Qs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-txiS2ZG1Qs .container {
    position: relative;
  }
  .cid-txiS2ZG1Qs .navbar-brand {
    margin-right: auto;
  }
  .cid-txiS2ZG1Qs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem  2rem;
    border-top: 2rem solid #f3f4ef;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(223, 224, 218, 0.94);
    backdrop-filter: blur(8px);
  }
  .cid-txiS2ZG1Qs .navbar-nav .nav-item .nav-link {
    justify-content: left;
  }
  .cid-txiS2ZG1Qs .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-txiS2ZG1Qs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-txiS2ZG1Qs .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txiS2ZG1Qs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-txiS2ZG1Qs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-txiS2ZG1Qs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-txiS2ZG1Qs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-txiS2ZG1Qs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txiS2ZG1Qs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-txiS2ZG1Qs .navbar-fixed-top {
  position: absolute !important;
}
.cid-txiS36BiN0 {
  background-image: url("../../../assets/images/mbr-1920x1256.jpg");
}
.cid-txiS36BiN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txiS36BiN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txiS36BiN0 .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txiS36BiN0 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-txiS36BiN0 .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
  text-align: center;
}
.cid-txiS36BiN0 .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txiS36BiN0 .mbr-section-btn {
  margin-top: 144px;
}
.cid-txiS36BiN0 .mbr-section-title,
.cid-txiS36BiN0 .mbr-section-btn {
  text-align: center;
}
.cid-txiS37SUtb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #99f5fe;
}
.cid-txiS37SUtb .row {
  align-items: center;
  width: 100%;
}
.cid-txiS37SUtb .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txiS37SUtb .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txiS37SUtb .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txiS37SUtb .content-container {
  display: flex;
  padding: 60px !important;
}
@media (max-width: 991px) {
  .cid-txiS37SUtb .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txiS37SUtb .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txiS37SUtb .content-container {
    padding: 2rem !important;
  }
}
.cid-txiS37SUtb .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txiS37SUtb .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txiS37SUtb .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-txiS37SUtb .img-container {
    padding-right: 0;
  }
}
.cid-txiS37SUtb .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txiS37SUtb .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txiS37SUtb .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txiS37SUtb .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txiS37SUtb .text-container {
    padding-left: 0;
  }
}
.cid-txiS37SUtb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txiS37SUtb .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txiS37SUtb .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txiS37SUtb .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txiS37SUtb .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txiS39l8pa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1f0a;
}
.cid-txiS39l8pa .mbr-fallback-image.disabled {
  display: none;
}
.cid-txiS39l8pa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txiS39l8pa .row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-txiS39l8pa .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cid-txiS39l8pa .col-img {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-txiS39l8pa .col-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-txiS39l8pa .img-container {
  display: flex;
  padding: 4.75rem 4rem;
}
.cid-txiS39l8pa .img-container img {
  max-width: 100%;
}
.cid-txiS39l8pa .col-toggle {
  width: 50%;
  padding-right: 4rem !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-txiS39l8pa .col-toggle {
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-txiS39l8pa .col-toggle {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-txiS39l8pa .section-head {
  margin-bottom: 0;
}
.cid-txiS39l8pa .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txiS39l8pa .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-txiS39l8pa .toggle-panel {
  margin-top: 40px;
}
.cid-txiS39l8pa .card {
  border-bottom: 1px solid rgba(243, 244, 239, 0.12);
  transition: .3s all;
  border-radius: 0 !important;
}
.cid-txiS39l8pa .card:hover {
  margin-left: 1rem;
}
.cid-txiS39l8pa .card-header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  margin-bottom: 8px;
  border: none !important;
  padding: 0 !important;
}
.cid-txiS39l8pa .card-header .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.cid-txiS39l8pa .card-header .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
}
.cid-txiS39l8pa .sign {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  color: #f3f4ef;
  transition: .3s all;
}
.cid-txiS39l8pa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.cid-txiS39l8pa .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 1rem;
}
.cid-txiS39l8pa .panel-body {
  margin-bottom: 8px;
  margin-left: 10%;
  width: 100%;
  max-width: 85%;
}
.cid-txiS39l8pa .panel-title-edit {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txiS39l8pa .panel-text {
  color: #f3f4ef;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-txiS3cFX6c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txiS3cFX6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-txiS3cFX6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txiS3cFX6c .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txiS3cFX6c .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #20e7f9;
}
.cid-txiS3cFX6c .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txiS3cFX6c .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txiS3cFX6c .mbr-section-btn {
  margin-top: 144px;
}
.cid-txiS3cFX6c .mbr-section-title,
.cid-txiS3cFX6c .mbr-section-btn {
  color: #070900;
}
.cid-txiS3dXSbm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20e7f9;
}
.cid-txiS3dXSbm .container {
  max-width: 56rem;
}
.cid-txiS3dXSbm .main-row {
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-txiS3dXSbm .main-row {
    flex-wrap: wrap;
  }
}
.cid-txiS3dXSbm .title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  position: sticky;
  top: 0;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .cid-txiS3dXSbm .title-container {
    padding-right: 1.5rem !important;
    margin-bottom: 0;
  }
}
.cid-txiS3dXSbm .mbr-section-head {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-txiS3dXSbm .mbr-section-title {
  color: #070900;
  margin-bottom: 0;
}
.cid-txiS3dXSbm .mbr-section-subtitle {
  color: #DDFF55;
}
.cid-txiS3dXSbm .opinion-container {
  display: flex;
  max-width: 17rem;
  flex-direction: column;
  width: max-content;
  margin-top: 4rem;
  padding: 1.5rem;
  border: 1px solid #070900;
}
.cid-txiS3dXSbm .opinion-container .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #DDFF55;
}
@media (max-width: 767px) {
  .cid-txiS3dXSbm .opinion-container {
    display: none;
  }
}
.cid-txiS3dXSbm .opinion-stars {
  display: flex;
  margin-bottom: 0.5rem;
}
.cid-txiS3dXSbm .opinion-comment {
  color: #070900;
  margin-bottom: 0;
}
.cid-txiS3dXSbm .card-title {
  color: #070900;
  width: 100%;
  margin-bottom: 0;
}
.cid-txiS3dXSbm .card-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 4px;
}
.cid-txiS3dXSbm .comment-text {
  color: #f3f4ef;
  width: 100%;
  margin-top: 4px;
  opacity: 0.8;
}
.cid-txiS3dXSbm .card-link-text {
  width: 100%;
}
.cid-txiS3dXSbm .border-text {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  width: 100%;
  border-left: 1px solid #070900;
}
.cid-txiS3dXSbm .card-border {
  padding: 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #070900;
}
@media (max-width: 575px) {
  .cid-txiS3dXSbm .card-border {
    padding: 2rem;
  }
}
.cid-txiS3dXSbm .content-container {
  flex-grow: 1;
}
.cid-txiS3dXSbm form .dragArea.row {
  justify-content: flex-start;
  margin-top: 40px;
}
.cid-txiS3dXSbm form .mbr-section-btn {
  margin-top: 20px;
}
.cid-txiS3dXSbm form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-txiS3dXSbm form .form-group {
  margin-bottom: 20px !important;
  color: #000000;
}
.cid-txiS3dXSbm form .form-control {
  color: #f3f4ef;
  border: none !important;
  border-bottom: 1px solid #f3f4ef !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.cid-txiS3dXSbm form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiS3dXSbm form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiS3dXSbm form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiS3dXSbm form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiS3dXSbm form textarea {
  height: 96px;
  color: #000000;
}
.cid-txiS3dXSbm form input,
.cid-txiS3dXSbm form textarea {
  color: #000000;
  background-color: transparent !important;
}
.cid-txiS3dXSbm form input:active,
.cid-txiS3dXSbm form textarea:active,
.cid-txiS3dXSbm form input:focus,
.cid-txiS3dXSbm form textarea:focus,
.cid-txiS3dXSbm form input:hover,
.cid-txiS3dXSbm form textarea:hover {
  border-bottom-color: #ddff55 !important;
}
.cid-txiS3dXSbm form input:active::-webkit-input-placeholder,
.cid-txiS3dXSbm form textarea:active::-webkit-input-placeholder,
.cid-txiS3dXSbm form input:focus::-webkit-input-placeholder,
.cid-txiS3dXSbm form textarea:focus::-webkit-input-placeholder,
.cid-txiS3dXSbm form input:hover::-webkit-input-placeholder,
.cid-txiS3dXSbm form textarea:hover::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiS3dXSbm form input:active::-moz-placeholder,
.cid-txiS3dXSbm form textarea:active::-moz-placeholder,
.cid-txiS3dXSbm form input:focus::-moz-placeholder,
.cid-txiS3dXSbm form textarea:focus::-moz-placeholder,
.cid-txiS3dXSbm form input:hover::-moz-placeholder,
.cid-txiS3dXSbm form textarea:hover::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiS3dXSbm form input:active:-moz-placeholder,
.cid-txiS3dXSbm form textarea:active:-moz-placeholder,
.cid-txiS3dXSbm form input:focus:-moz-placeholder,
.cid-txiS3dXSbm form textarea:focus:-moz-placeholder,
.cid-txiS3dXSbm form input:hover:-moz-placeholder,
.cid-txiS3dXSbm form textarea:hover:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiS3dXSbm form input:active:-ms-input-placeholder,
.cid-txiS3dXSbm form textarea:active:-ms-input-placeholder,
.cid-txiS3dXSbm form input:focus:-ms-input-placeholder,
.cid-txiS3dXSbm form textarea:focus:-ms-input-placeholder,
.cid-txiS3dXSbm form input:hover:-ms-input-placeholder,
.cid-txiS3dXSbm form textarea:hover:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiS3dXSbm form .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.cid-txiS3dXSbm form .row [class*=col] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cid-txiS3dXSbm form label {
  color: #f3f4ef;
}
.cid-txiS3dXSbm form .form-check-input {
  border-color: #f3f4ef;
  outline: none !important;
  box-shadow: none !important;
}
.cid-txiS3dXSbm form .form-check-input:focus,
.cid-txiS3dXSbm form .form-check-input:hover {
  border-color: #ddff55 !important;
}
.cid-txiS3dXSbm form .form-check-input:checked {
  border-color: #ddff55 !important;
}
.cid-txiS3dXSbm .phone-container,
.cid-txiS3dXSbm .address-container {
  margin-top: 1.5rem;
}
.cid-txiS3dXSbm .phone-text {
  color: #070900;
}
.cid-txiS3g6gdu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #99f5fe;
  overflow: hidden;
}
.cid-txiS3g6gdu .mbr-text {
  color: #1B1F0A;
}
@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;
  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;
}

.-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;
  color: #000000;
  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;
  }
}.cid-txiVZJ83fG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-txiVZJ83fG nav.navbar {
  position: absolute !important;
}
.cid-txiVZJ83fG .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-txiVZJ83fG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-txiVZJ83fG .nav-link {
  position: relative;
}
.cid-txiVZJ83fG .container {
  display: flex;
  margin: auto;
  position: fixed !important;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 24px;
  background-color: #f3f4ef;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (min-width: 992px) {
  .cid-txiVZJ83fG .container {
    flex-wrap: nowrap;
  }
}
.cid-txiVZJ83fG .iconfont-wrapper {
  color: #1b1f0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txiVZJ83fG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #f3f4ef !important;
}
.cid-txiVZJ83fG .nav-item:focus,
.cid-txiVZJ83fG .nav-link:focus {
  outline: none;
}
.cid-txiVZJ83fG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txiVZJ83fG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txiVZJ83fG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txiVZJ83fG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txiVZJ83fG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txiVZJ83fG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txiVZJ83fG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-txiVZJ83fG .navbar.opened {
  transition: all 0.3s;
}
.cid-txiVZJ83fG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txiVZJ83fG .navbar .navbar-logo img {
  width: auto;
}
.cid-txiVZJ83fG .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-txiVZJ83fG .navbar.collapsed {
  justify-content: center;
}
.cid-txiVZJ83fG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txiVZJ83fG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txiVZJ83fG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txiVZJ83fG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txiVZJ83fG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txiVZJ83fG .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-txiVZJ83fG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txiVZJ83fG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txiVZJ83fG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txiVZJ83fG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txiVZJ83fG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txiVZJ83fG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txiVZJ83fG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txiVZJ83fG .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-txiVZJ83fG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txiVZJ83fG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txiVZJ83fG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txiVZJ83fG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txiVZJ83fG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txiVZJ83fG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txiVZJ83fG .navbar.navbar-short {
  min-height: 60px;
}
.cid-txiVZJ83fG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txiVZJ83fG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txiVZJ83fG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txiVZJ83fG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txiVZJ83fG .dropdown-item.active,
.cid-txiVZJ83fG .dropdown-item:active {
  background-color: transparent;
}
.cid-txiVZJ83fG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txiVZJ83fG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txiVZJ83fG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txiVZJ83fG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f4ef;
}
.cid-txiVZJ83fG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txiVZJ83fG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-txiVZJ83fG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txiVZJ83fG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-txiVZJ83fG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txiVZJ83fG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1f0a;
}
.cid-txiVZJ83fG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txiVZJ83fG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txiVZJ83fG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txiVZJ83fG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txiVZJ83fG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txiVZJ83fG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txiVZJ83fG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txiVZJ83fG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txiVZJ83fG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txiVZJ83fG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txiVZJ83fG .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-txiVZJ83fG .navbar {
    height: 70px;
  }
  .cid-txiVZJ83fG .navbar.opened {
    height: auto;
  }
  .cid-txiVZJ83fG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txiVZJ83fG .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-txiVZJ83fG .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 100vw !important;
  transition: .3s all !important;
}
.cid-txiVZJ83fG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txiVZJ83fG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-txiVZJ83fG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txiVZJ83fG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 100vw !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-txiVZJ83fG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txiVZJ83fG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-txiVZJ83fG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-txiVZJ83fG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-txiVZJ83fG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-txiVZJ83fG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-txiVZJ83fG .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-txiVZJ83fG .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txiVZJ83fG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-txiVZJ83fG .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-txiVZJ83fG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-txiVZJ83fG .container {
    position: relative;
  }
  .cid-txiVZJ83fG .navbar-brand {
    margin-right: auto;
  }
  .cid-txiVZJ83fG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem  2rem;
    border-top: 2rem solid #f3f4ef;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(223, 224, 218, 0.94);
    backdrop-filter: blur(8px);
  }
  .cid-txiVZJ83fG .navbar-nav .nav-item .nav-link {
    justify-content: left;
  }
  .cid-txiVZJ83fG .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-txiVZJ83fG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-txiVZJ83fG .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txiVZJ83fG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-txiVZJ83fG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-txiVZJ83fG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-txiVZJ83fG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-txiVZJ83fG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txiVZJ83fG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-txiVZJ83fG .navbar-fixed-top {
  position: absolute !important;
}
.cid-txiVZOIm5V {
  background-image: url("../../../assets/images/mbr-1920x1049.jpg");
}
.cid-txiVZOIm5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-txiVZOIm5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txiVZOIm5V .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txiVZOIm5V .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-txiVZOIm5V .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
  text-align: center;
}
.cid-txiVZOIm5V .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txiVZOIm5V .mbr-section-btn {
  margin-top: 144px;
}
.cid-txiVZOIm5V .mbr-section-title,
.cid-txiVZOIm5V .mbr-section-btn {
  text-align: center;
}
.cid-txiVZSMA9P {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #99f5fe;
}
.cid-txiVZSMA9P .row {
  align-items: center;
  width: 100%;
}
.cid-txiVZSMA9P .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txiVZSMA9P .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txiVZSMA9P .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txiVZSMA9P .content-container {
  display: flex;
  padding: 60px !important;
}
@media (max-width: 991px) {
  .cid-txiVZSMA9P .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txiVZSMA9P .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txiVZSMA9P .content-container {
    padding: 2rem !important;
  }
}
.cid-txiVZSMA9P .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txiVZSMA9P .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txiVZSMA9P .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-txiVZSMA9P .img-container {
    padding-right: 0;
  }
}
.cid-txiVZSMA9P .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txiVZSMA9P .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txiVZSMA9P .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txiVZSMA9P .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txiVZSMA9P .text-container {
    padding-left: 0;
  }
}
.cid-txiVZSMA9P .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txiVZSMA9P .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txiVZSMA9P .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txiVZSMA9P .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txiVZSMA9P .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txiVZWkrtO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1f0a;
}
.cid-txiVZWkrtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-txiVZWkrtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txiVZWkrtO .row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-txiVZWkrtO .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cid-txiVZWkrtO .col-img {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-txiVZWkrtO .col-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-txiVZWkrtO .img-container {
  display: flex;
  padding: 4.75rem 4rem;
}
.cid-txiVZWkrtO .img-container img {
  max-width: 100%;
}
.cid-txiVZWkrtO .col-toggle {
  width: 50%;
  padding-right: 4rem !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-txiVZWkrtO .col-toggle {
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-txiVZWkrtO .col-toggle {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-txiVZWkrtO .section-head {
  margin-bottom: 0;
}
.cid-txiVZWkrtO .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txiVZWkrtO .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-txiVZWkrtO .toggle-panel {
  margin-top: 40px;
}
.cid-txiVZWkrtO .card {
  border-bottom: 1px solid rgba(243, 244, 239, 0.12);
  transition: .3s all;
  border-radius: 0 !important;
}
.cid-txiVZWkrtO .card:hover {
  margin-left: 1rem;
}
.cid-txiVZWkrtO .card-header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  margin-bottom: 8px;
  border: none !important;
  padding: 0 !important;
}
.cid-txiVZWkrtO .card-header .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.cid-txiVZWkrtO .card-header .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
}
.cid-txiVZWkrtO .sign {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  color: #f3f4ef;
  transition: .3s all;
}
.cid-txiVZWkrtO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.cid-txiVZWkrtO .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 1rem;
}
.cid-txiVZWkrtO .panel-body {
  margin-bottom: 8px;
  margin-left: 10%;
  width: 100%;
  max-width: 85%;
}
.cid-txiVZWkrtO .panel-title-edit {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txiVZWkrtO .panel-text {
  color: #f3f4ef;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-txiVZZx2sL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txiVZZx2sL .mbr-fallback-image.disabled {
  display: none;
}
.cid-txiVZZx2sL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txiVZZx2sL .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txiVZZx2sL .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #20e7f9;
}
.cid-txiVZZx2sL .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txiVZZx2sL .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txiVZZx2sL .mbr-section-btn {
  margin-top: 144px;
}
.cid-txiVZZx2sL .mbr-section-title,
.cid-txiVZZx2sL .mbr-section-btn {
  color: #070900;
}
.cid-txiW034OU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20e7f9;
}
.cid-txiW034OU6 .container {
  max-width: 56rem;
}
.cid-txiW034OU6 .main-row {
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-txiW034OU6 .main-row {
    flex-wrap: wrap;
  }
}
.cid-txiW034OU6 .title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  position: sticky;
  top: 0;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .cid-txiW034OU6 .title-container {
    padding-right: 1.5rem !important;
    margin-bottom: 0;
  }
}
.cid-txiW034OU6 .mbr-section-head {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-txiW034OU6 .mbr-section-title {
  color: #070900;
  margin-bottom: 0;
}
.cid-txiW034OU6 .mbr-section-subtitle {
  color: #DDFF55;
}
.cid-txiW034OU6 .opinion-container {
  display: flex;
  max-width: 17rem;
  flex-direction: column;
  width: max-content;
  margin-top: 4rem;
  padding: 1.5rem;
  border: 1px solid #070900;
}
.cid-txiW034OU6 .opinion-container .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #DDFF55;
}
@media (max-width: 767px) {
  .cid-txiW034OU6 .opinion-container {
    display: none;
  }
}
.cid-txiW034OU6 .opinion-stars {
  display: flex;
  margin-bottom: 0.5rem;
}
.cid-txiW034OU6 .opinion-comment {
  color: #070900;
  margin-bottom: 0;
}
.cid-txiW034OU6 .card-title {
  color: #070900;
  width: 100%;
  margin-bottom: 0;
}
.cid-txiW034OU6 .card-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 4px;
}
.cid-txiW034OU6 .comment-text {
  color: #f3f4ef;
  width: 100%;
  margin-top: 4px;
  opacity: 0.8;
}
.cid-txiW034OU6 .card-link-text {
  width: 100%;
}
.cid-txiW034OU6 .border-text {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  width: 100%;
  border-left: 1px solid #070900;
}
.cid-txiW034OU6 .card-border {
  padding: 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #070900;
}
@media (max-width: 575px) {
  .cid-txiW034OU6 .card-border {
    padding: 2rem;
  }
}
.cid-txiW034OU6 .content-container {
  flex-grow: 1;
}
.cid-txiW034OU6 form .dragArea.row {
  justify-content: flex-start;
  margin-top: 40px;
}
.cid-txiW034OU6 form .mbr-section-btn {
  margin-top: 20px;
}
.cid-txiW034OU6 form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-txiW034OU6 form .form-group {
  margin-bottom: 20px !important;
  color: #000000;
}
.cid-txiW034OU6 form .form-control {
  color: #f3f4ef;
  border: none !important;
  border-bottom: 1px solid #f3f4ef !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.cid-txiW034OU6 form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiW034OU6 form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiW034OU6 form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiW034OU6 form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiW034OU6 form textarea {
  height: 96px;
  color: #000000;
}
.cid-txiW034OU6 form input,
.cid-txiW034OU6 form textarea {
  color: #000000;
  background-color: transparent !important;
}
.cid-txiW034OU6 form input:active,
.cid-txiW034OU6 form textarea:active,
.cid-txiW034OU6 form input:focus,
.cid-txiW034OU6 form textarea:focus,
.cid-txiW034OU6 form input:hover,
.cid-txiW034OU6 form textarea:hover {
  border-bottom-color: #ddff55 !important;
}
.cid-txiW034OU6 form input:active::-webkit-input-placeholder,
.cid-txiW034OU6 form textarea:active::-webkit-input-placeholder,
.cid-txiW034OU6 form input:focus::-webkit-input-placeholder,
.cid-txiW034OU6 form textarea:focus::-webkit-input-placeholder,
.cid-txiW034OU6 form input:hover::-webkit-input-placeholder,
.cid-txiW034OU6 form textarea:hover::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiW034OU6 form input:active::-moz-placeholder,
.cid-txiW034OU6 form textarea:active::-moz-placeholder,
.cid-txiW034OU6 form input:focus::-moz-placeholder,
.cid-txiW034OU6 form textarea:focus::-moz-placeholder,
.cid-txiW034OU6 form input:hover::-moz-placeholder,
.cid-txiW034OU6 form textarea:hover::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiW034OU6 form input:active:-moz-placeholder,
.cid-txiW034OU6 form textarea:active:-moz-placeholder,
.cid-txiW034OU6 form input:focus:-moz-placeholder,
.cid-txiW034OU6 form textarea:focus:-moz-placeholder,
.cid-txiW034OU6 form input:hover:-moz-placeholder,
.cid-txiW034OU6 form textarea:hover:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiW034OU6 form input:active:-ms-input-placeholder,
.cid-txiW034OU6 form textarea:active:-ms-input-placeholder,
.cid-txiW034OU6 form input:focus:-ms-input-placeholder,
.cid-txiW034OU6 form textarea:focus:-ms-input-placeholder,
.cid-txiW034OU6 form input:hover:-ms-input-placeholder,
.cid-txiW034OU6 form textarea:hover:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txiW034OU6 form .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.cid-txiW034OU6 form .row [class*=col] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cid-txiW034OU6 form label {
  color: #f3f4ef;
}
.cid-txiW034OU6 form .form-check-input {
  border-color: #f3f4ef;
  outline: none !important;
  box-shadow: none !important;
}
.cid-txiW034OU6 form .form-check-input:focus,
.cid-txiW034OU6 form .form-check-input:hover {
  border-color: #ddff55 !important;
}
.cid-txiW034OU6 form .form-check-input:checked {
  border-color: #ddff55 !important;
}
.cid-txiW034OU6 .phone-container,
.cid-txiW034OU6 .address-container {
  margin-top: 1.5rem;
}
.cid-txiW034OU6 .phone-text {
  color: #070900;
}
.cid-txiW080YE1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #99f5fe;
  overflow: hidden;
}
.cid-txiW080YE1 .mbr-text {
  color: #1B1F0A;
}
@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;
  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;
}

.-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;
  color: #000000;
  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;
  }
}.cid-txj1YtZKZH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-txj1YtZKZH nav.navbar {
  position: absolute !important;
}
.cid-txj1YtZKZH .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-txj1YtZKZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-txj1YtZKZH .nav-link {
  position: relative;
}
.cid-txj1YtZKZH .container {
  display: flex;
  margin: auto;
  position: fixed !important;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 24px;
  background-color: #f3f4ef;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (min-width: 992px) {
  .cid-txj1YtZKZH .container {
    flex-wrap: nowrap;
  }
}
.cid-txj1YtZKZH .iconfont-wrapper {
  color: #1b1f0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txj1YtZKZH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #f3f4ef !important;
}
.cid-txj1YtZKZH .nav-item:focus,
.cid-txj1YtZKZH .nav-link:focus {
  outline: none;
}
.cid-txj1YtZKZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txj1YtZKZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txj1YtZKZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txj1YtZKZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txj1YtZKZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txj1YtZKZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txj1YtZKZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-txj1YtZKZH .navbar.opened {
  transition: all 0.3s;
}
.cid-txj1YtZKZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txj1YtZKZH .navbar .navbar-logo img {
  width: auto;
}
.cid-txj1YtZKZH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-txj1YtZKZH .navbar.collapsed {
  justify-content: center;
}
.cid-txj1YtZKZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txj1YtZKZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txj1YtZKZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txj1YtZKZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txj1YtZKZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txj1YtZKZH .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-txj1YtZKZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txj1YtZKZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txj1YtZKZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txj1YtZKZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txj1YtZKZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txj1YtZKZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txj1YtZKZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txj1YtZKZH .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-txj1YtZKZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txj1YtZKZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txj1YtZKZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txj1YtZKZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txj1YtZKZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txj1YtZKZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txj1YtZKZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-txj1YtZKZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txj1YtZKZH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txj1YtZKZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txj1YtZKZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txj1YtZKZH .dropdown-item.active,
.cid-txj1YtZKZH .dropdown-item:active {
  background-color: transparent;
}
.cid-txj1YtZKZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txj1YtZKZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txj1YtZKZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txj1YtZKZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f4ef;
}
.cid-txj1YtZKZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txj1YtZKZH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-txj1YtZKZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txj1YtZKZH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-txj1YtZKZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txj1YtZKZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1f0a;
}
.cid-txj1YtZKZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txj1YtZKZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txj1YtZKZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txj1YtZKZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txj1YtZKZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txj1YtZKZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txj1YtZKZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txj1YtZKZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txj1YtZKZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txj1YtZKZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txj1YtZKZH .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-txj1YtZKZH .navbar {
    height: 70px;
  }
  .cid-txj1YtZKZH .navbar.opened {
    height: auto;
  }
  .cid-txj1YtZKZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txj1YtZKZH .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-txj1YtZKZH .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 100vw !important;
  transition: .3s all !important;
}
.cid-txj1YtZKZH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txj1YtZKZH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-txj1YtZKZH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txj1YtZKZH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 100vw !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-txj1YtZKZH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txj1YtZKZH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-txj1YtZKZH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-txj1YtZKZH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-txj1YtZKZH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-txj1YtZKZH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-txj1YtZKZH .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-txj1YtZKZH .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txj1YtZKZH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-txj1YtZKZH .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-txj1YtZKZH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-txj1YtZKZH .container {
    position: relative;
  }
  .cid-txj1YtZKZH .navbar-brand {
    margin-right: auto;
  }
  .cid-txj1YtZKZH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem  2rem;
    border-top: 2rem solid #f3f4ef;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(223, 224, 218, 0.94);
    backdrop-filter: blur(8px);
  }
  .cid-txj1YtZKZH .navbar-nav .nav-item .nav-link {
    justify-content: left;
  }
  .cid-txj1YtZKZH .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-txj1YtZKZH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-txj1YtZKZH .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txj1YtZKZH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-txj1YtZKZH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-txj1YtZKZH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-txj1YtZKZH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-txj1YtZKZH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txj1YtZKZH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-txj1YtZKZH .navbar-fixed-top {
  position: absolute !important;
}
.cid-txj1YvKdMA {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-txj1YvKdMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-txj1YvKdMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txj1YvKdMA .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txj1YvKdMA .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-txj1YvKdMA .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
  text-align: center;
}
.cid-txj1YvKdMA .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txj1YvKdMA .mbr-section-btn {
  margin-top: 144px;
}
.cid-txj1YvKdMA .mbr-section-title,
.cid-txj1YvKdMA .mbr-section-btn {
  text-align: center;
}
.cid-txj1YxNM2w {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #99f5fe;
}
.cid-txj1YxNM2w .row {
  align-items: center;
  width: 100%;
}
.cid-txj1YxNM2w .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txj1YxNM2w .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txj1YxNM2w .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txj1YxNM2w .content-container {
  display: flex;
  padding: 60px !important;
}
@media (max-width: 991px) {
  .cid-txj1YxNM2w .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txj1YxNM2w .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txj1YxNM2w .content-container {
    padding: 2rem !important;
  }
}
.cid-txj1YxNM2w .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txj1YxNM2w .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txj1YxNM2w .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-txj1YxNM2w .img-container {
    padding-right: 0;
  }
}
.cid-txj1YxNM2w .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txj1YxNM2w .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txj1YxNM2w .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txj1YxNM2w .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txj1YxNM2w .text-container {
    padding-left: 0;
  }
}
.cid-txj1YxNM2w .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txj1YxNM2w .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txj1YxNM2w .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txj1YxNM2w .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txj1YxNM2w .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txj77tj44N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #20e7f9;
}
.cid-txj77tj44N .row {
  align-items: center;
  width: 100%;
}
.cid-txj77tj44N .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txj77tj44N .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txj77tj44N .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txj77tj44N .content-container {
  display: flex;
  padding: 60px !important;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-txj77tj44N .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txj77tj44N .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txj77tj44N .content-container {
    padding: 2rem !important;
  }
}
.cid-txj77tj44N .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txj77tj44N .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txj77tj44N .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  padding-right: 0;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txj77tj44N .img-container {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-txj77tj44N .img-container {
    padding-left: 0;
  }
}
.cid-txj77tj44N .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txj77tj44N .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txj77tj44N .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txj77tj44N .text-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-txj77tj44N .text-container {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-txj77tj44N .text-container {
    padding-right: 0;
  }
}
.cid-txj77tj44N .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txj77tj44N .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txj77tj44N .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txj77tj44N .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txj77tj44N .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txj9klDpNP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #56f1ff;
}
.cid-txj9klDpNP .row {
  align-items: center;
  width: 100%;
}
.cid-txj9klDpNP .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txj9klDpNP .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txj9klDpNP .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txj9klDpNP .content-container {
  display: flex;
  padding: 60px !important;
}
@media (max-width: 991px) {
  .cid-txj9klDpNP .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txj9klDpNP .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txj9klDpNP .content-container {
    padding: 2rem !important;
  }
}
.cid-txj9klDpNP .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txj9klDpNP .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txj9klDpNP .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-txj9klDpNP .img-container {
    padding-right: 0;
  }
}
.cid-txj9klDpNP .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txj9klDpNP .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txj9klDpNP .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txj9klDpNP .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txj9klDpNP .text-container {
    padding-left: 0;
  }
}
.cid-txj9klDpNP .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txj9klDpNP .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txj9klDpNP .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txj9klDpNP .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txj9klDpNP .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txjczcKwjI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #20e7f9;
}
.cid-txjczcKwjI .row {
  align-items: center;
  width: 100%;
}
.cid-txjczcKwjI .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txjczcKwjI .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txjczcKwjI .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txjczcKwjI .content-container {
  display: flex;
  padding: 60px !important;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-txjczcKwjI .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txjczcKwjI .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txjczcKwjI .content-container {
    padding: 2rem !important;
  }
}
.cid-txjczcKwjI .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txjczcKwjI .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txjczcKwjI .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  padding-right: 0;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txjczcKwjI .img-container {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-txjczcKwjI .img-container {
    padding-left: 0;
  }
}
.cid-txjczcKwjI .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txjczcKwjI .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txjczcKwjI .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txjczcKwjI .text-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-txjczcKwjI .text-container {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-txjczcKwjI .text-container {
    padding-right: 0;
  }
}
.cid-txjczcKwjI .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txjczcKwjI .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txjczcKwjI .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txjczcKwjI .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txjczcKwjI .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txjdBw8kHx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #56f1ff;
}
.cid-txjdBw8kHx .row {
  align-items: center;
  width: 100%;
}
.cid-txjdBw8kHx .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txjdBw8kHx .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txjdBw8kHx .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txjdBw8kHx .content-container {
  display: flex;
  padding: 60px !important;
}
@media (max-width: 991px) {
  .cid-txjdBw8kHx .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txjdBw8kHx .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txjdBw8kHx .content-container {
    padding: 2rem !important;
  }
}
.cid-txjdBw8kHx .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txjdBw8kHx .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txjdBw8kHx .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-txjdBw8kHx .img-container {
    padding-right: 0;
  }
}
.cid-txjdBw8kHx .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txjdBw8kHx .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txjdBw8kHx .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txjdBw8kHx .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txjdBw8kHx .text-container {
    padding-left: 0;
  }
}
.cid-txjdBw8kHx .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txjdBw8kHx .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txjdBw8kHx .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txjdBw8kHx .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txjdBw8kHx .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txjf3Wtaw8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #20e7f9;
}
.cid-txjf3Wtaw8 .row {
  align-items: center;
  width: 100%;
}
.cid-txjf3Wtaw8 .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txjf3Wtaw8 .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txjf3Wtaw8 .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txjf3Wtaw8 .content-container {
  display: flex;
  padding: 60px !important;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-txjf3Wtaw8 .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txjf3Wtaw8 .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txjf3Wtaw8 .content-container {
    padding: 2rem !important;
  }
}
.cid-txjf3Wtaw8 .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txjf3Wtaw8 .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txjf3Wtaw8 .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  padding-right: 0;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txjf3Wtaw8 .img-container {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-txjf3Wtaw8 .img-container {
    padding-left: 0;
  }
}
.cid-txjf3Wtaw8 .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txjf3Wtaw8 .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txjf3Wtaw8 .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txjf3Wtaw8 .text-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-txjf3Wtaw8 .text-container {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-txjf3Wtaw8 .text-container {
    padding-right: 0;
  }
}
.cid-txjf3Wtaw8 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txjf3Wtaw8 .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txjf3Wtaw8 .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txjf3Wtaw8 .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txjf3Wtaw8 .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txj1YziUzE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1f0a;
}
.cid-txj1YziUzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-txj1YziUzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txj1YziUzE .row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-txj1YziUzE .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cid-txj1YziUzE .col-img {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-txj1YziUzE .col-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-txj1YziUzE .img-container {
  display: flex;
  padding: 4.75rem 4rem;
}
.cid-txj1YziUzE .img-container img {
  max-width: 100%;
}
.cid-txj1YziUzE .col-toggle {
  width: 50%;
  padding-right: 4rem !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-txj1YziUzE .col-toggle {
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-txj1YziUzE .col-toggle {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-txj1YziUzE .section-head {
  margin-bottom: 0;
}
.cid-txj1YziUzE .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txj1YziUzE .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-txj1YziUzE .toggle-panel {
  margin-top: 40px;
}
.cid-txj1YziUzE .card {
  border-bottom: 1px solid rgba(243, 244, 239, 0.12);
  transition: .3s all;
  border-radius: 0 !important;
}
.cid-txj1YziUzE .card:hover {
  margin-left: 1rem;
}
.cid-txj1YziUzE .card-header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  margin-bottom: 8px;
  border: none !important;
  padding: 0 !important;
}
.cid-txj1YziUzE .card-header .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.cid-txj1YziUzE .card-header .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
}
.cid-txj1YziUzE .sign {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  color: #f3f4ef;
  transition: .3s all;
}
.cid-txj1YziUzE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.cid-txj1YziUzE .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 1rem;
}
.cid-txj1YziUzE .panel-body {
  margin-bottom: 8px;
  margin-left: 10%;
  width: 100%;
  max-width: 85%;
}
.cid-txj1YziUzE .panel-title-edit {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txj1YziUzE .panel-text {
  color: #f3f4ef;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-txj1YBb1s9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txj1YBb1s9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txj1YBb1s9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txj1YBb1s9 .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txj1YBb1s9 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #20e7f9;
}
.cid-txj1YBb1s9 .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txj1YBb1s9 .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txj1YBb1s9 .mbr-section-btn {
  margin-top: 144px;
}
.cid-txj1YBb1s9 .mbr-section-title,
.cid-txj1YBb1s9 .mbr-section-btn {
  color: #070900;
}
.cid-txj1YCFZdR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20e7f9;
}
.cid-txj1YCFZdR .container {
  max-width: 56rem;
}
.cid-txj1YCFZdR .main-row {
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-txj1YCFZdR .main-row {
    flex-wrap: wrap;
  }
}
.cid-txj1YCFZdR .title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  position: sticky;
  top: 0;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .cid-txj1YCFZdR .title-container {
    padding-right: 1.5rem !important;
    margin-bottom: 0;
  }
}
.cid-txj1YCFZdR .mbr-section-head {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-txj1YCFZdR .mbr-section-title {
  color: #070900;
  margin-bottom: 0;
}
.cid-txj1YCFZdR .mbr-section-subtitle {
  color: #DDFF55;
}
.cid-txj1YCFZdR .opinion-container {
  display: flex;
  max-width: 17rem;
  flex-direction: column;
  width: max-content;
  margin-top: 4rem;
  padding: 1.5rem;
  border: 1px solid #070900;
}
.cid-txj1YCFZdR .opinion-container .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #DDFF55;
}
@media (max-width: 767px) {
  .cid-txj1YCFZdR .opinion-container {
    display: none;
  }
}
.cid-txj1YCFZdR .opinion-stars {
  display: flex;
  margin-bottom: 0.5rem;
}
.cid-txj1YCFZdR .opinion-comment {
  color: #070900;
  margin-bottom: 0;
}
.cid-txj1YCFZdR .card-title {
  color: #070900;
  width: 100%;
  margin-bottom: 0;
}
.cid-txj1YCFZdR .card-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 4px;
}
.cid-txj1YCFZdR .comment-text {
  color: #f3f4ef;
  width: 100%;
  margin-top: 4px;
  opacity: 0.8;
}
.cid-txj1YCFZdR .card-link-text {
  width: 100%;
}
.cid-txj1YCFZdR .border-text {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  width: 100%;
  border-left: 1px solid #070900;
}
.cid-txj1YCFZdR .card-border {
  padding: 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #070900;
}
@media (max-width: 575px) {
  .cid-txj1YCFZdR .card-border {
    padding: 2rem;
  }
}
.cid-txj1YCFZdR .content-container {
  flex-grow: 1;
}
.cid-txj1YCFZdR form .dragArea.row {
  justify-content: flex-start;
  margin-top: 40px;
}
.cid-txj1YCFZdR form .mbr-section-btn {
  margin-top: 20px;
}
.cid-txj1YCFZdR form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-txj1YCFZdR form .form-group {
  margin-bottom: 20px !important;
  color: #000000;
}
.cid-txj1YCFZdR form .form-control {
  color: #f3f4ef;
  border: none !important;
  border-bottom: 1px solid #f3f4ef !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.cid-txj1YCFZdR form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txj1YCFZdR form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txj1YCFZdR form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txj1YCFZdR form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txj1YCFZdR form textarea {
  height: 96px;
  color: #000000;
}
.cid-txj1YCFZdR form input,
.cid-txj1YCFZdR form textarea {
  color: #000000;
  background-color: transparent !important;
}
.cid-txj1YCFZdR form input:active,
.cid-txj1YCFZdR form textarea:active,
.cid-txj1YCFZdR form input:focus,
.cid-txj1YCFZdR form textarea:focus,
.cid-txj1YCFZdR form input:hover,
.cid-txj1YCFZdR form textarea:hover {
  border-bottom-color: #ddff55 !important;
}
.cid-txj1YCFZdR form input:active::-webkit-input-placeholder,
.cid-txj1YCFZdR form textarea:active::-webkit-input-placeholder,
.cid-txj1YCFZdR form input:focus::-webkit-input-placeholder,
.cid-txj1YCFZdR form textarea:focus::-webkit-input-placeholder,
.cid-txj1YCFZdR form input:hover::-webkit-input-placeholder,
.cid-txj1YCFZdR form textarea:hover::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txj1YCFZdR form input:active::-moz-placeholder,
.cid-txj1YCFZdR form textarea:active::-moz-placeholder,
.cid-txj1YCFZdR form input:focus::-moz-placeholder,
.cid-txj1YCFZdR form textarea:focus::-moz-placeholder,
.cid-txj1YCFZdR form input:hover::-moz-placeholder,
.cid-txj1YCFZdR form textarea:hover::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txj1YCFZdR form input:active:-moz-placeholder,
.cid-txj1YCFZdR form textarea:active:-moz-placeholder,
.cid-txj1YCFZdR form input:focus:-moz-placeholder,
.cid-txj1YCFZdR form textarea:focus:-moz-placeholder,
.cid-txj1YCFZdR form input:hover:-moz-placeholder,
.cid-txj1YCFZdR form textarea:hover:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txj1YCFZdR form input:active:-ms-input-placeholder,
.cid-txj1YCFZdR form textarea:active:-ms-input-placeholder,
.cid-txj1YCFZdR form input:focus:-ms-input-placeholder,
.cid-txj1YCFZdR form textarea:focus:-ms-input-placeholder,
.cid-txj1YCFZdR form input:hover:-ms-input-placeholder,
.cid-txj1YCFZdR form textarea:hover:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txj1YCFZdR form .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.cid-txj1YCFZdR form .row [class*=col] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cid-txj1YCFZdR form label {
  color: #f3f4ef;
}
.cid-txj1YCFZdR form .form-check-input {
  border-color: #f3f4ef;
  outline: none !important;
  box-shadow: none !important;
}
.cid-txj1YCFZdR form .form-check-input:focus,
.cid-txj1YCFZdR form .form-check-input:hover {
  border-color: #ddff55 !important;
}
.cid-txj1YCFZdR form .form-check-input:checked {
  border-color: #ddff55 !important;
}
.cid-txj1YCFZdR .phone-container,
.cid-txj1YCFZdR .address-container {
  margin-top: 1.5rem;
}
.cid-txj1YCFZdR .phone-text {
  color: #070900;
}
.cid-txj1YEr7nv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #99f5fe;
  overflow: hidden;
}
.cid-txj1YEr7nv .mbr-text {
  color: #1B1F0A;
}
@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;
  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;
}

.-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;
  color: #000000;
  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;
  }
}.cid-txjntSksoG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-txjntSksoG nav.navbar {
  position: absolute !important;
}
.cid-txjntSksoG .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-txjntSksoG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-txjntSksoG .nav-link {
  position: relative;
}
.cid-txjntSksoG .container {
  display: flex;
  margin: auto;
  position: fixed !important;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 24px;
  background-color: #f3f4ef;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (min-width: 992px) {
  .cid-txjntSksoG .container {
    flex-wrap: nowrap;
  }
}
.cid-txjntSksoG .iconfont-wrapper {
  color: #1b1f0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txjntSksoG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #f3f4ef !important;
}
.cid-txjntSksoG .nav-item:focus,
.cid-txjntSksoG .nav-link:focus {
  outline: none;
}
.cid-txjntSksoG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txjntSksoG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txjntSksoG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txjntSksoG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txjntSksoG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txjntSksoG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txjntSksoG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-txjntSksoG .navbar.opened {
  transition: all 0.3s;
}
.cid-txjntSksoG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txjntSksoG .navbar .navbar-logo img {
  width: auto;
}
.cid-txjntSksoG .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-txjntSksoG .navbar.collapsed {
  justify-content: center;
}
.cid-txjntSksoG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txjntSksoG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txjntSksoG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txjntSksoG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txjntSksoG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txjntSksoG .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-txjntSksoG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txjntSksoG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txjntSksoG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txjntSksoG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txjntSksoG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txjntSksoG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txjntSksoG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txjntSksoG .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-txjntSksoG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txjntSksoG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txjntSksoG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txjntSksoG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txjntSksoG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txjntSksoG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txjntSksoG .navbar.navbar-short {
  min-height: 60px;
}
.cid-txjntSksoG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txjntSksoG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txjntSksoG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txjntSksoG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txjntSksoG .dropdown-item.active,
.cid-txjntSksoG .dropdown-item:active {
  background-color: transparent;
}
.cid-txjntSksoG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txjntSksoG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txjntSksoG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txjntSksoG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f4ef;
}
.cid-txjntSksoG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txjntSksoG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-txjntSksoG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txjntSksoG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-txjntSksoG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txjntSksoG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1f0a;
}
.cid-txjntSksoG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txjntSksoG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txjntSksoG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txjntSksoG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txjntSksoG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txjntSksoG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txjntSksoG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txjntSksoG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txjntSksoG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txjntSksoG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txjntSksoG .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-txjntSksoG .navbar {
    height: 70px;
  }
  .cid-txjntSksoG .navbar.opened {
    height: auto;
  }
  .cid-txjntSksoG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txjntSksoG .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-txjntSksoG .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 100vw !important;
  transition: .3s all !important;
}
.cid-txjntSksoG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txjntSksoG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-txjntSksoG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txjntSksoG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 100vw !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-txjntSksoG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txjntSksoG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-txjntSksoG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-txjntSksoG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-txjntSksoG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-txjntSksoG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-txjntSksoG .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-txjntSksoG .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txjntSksoG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-txjntSksoG .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-txjntSksoG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-txjntSksoG .container {
    position: relative;
  }
  .cid-txjntSksoG .navbar-brand {
    margin-right: auto;
  }
  .cid-txjntSksoG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem  2rem;
    border-top: 2rem solid #f3f4ef;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(223, 224, 218, 0.94);
    backdrop-filter: blur(8px);
  }
  .cid-txjntSksoG .navbar-nav .nav-item .nav-link {
    justify-content: left;
  }
  .cid-txjntSksoG .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-txjntSksoG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-txjntSksoG .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txjntSksoG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-txjntSksoG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-txjntSksoG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-txjntSksoG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-txjntSksoG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txjntSksoG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-txjntSksoG .navbar-fixed-top {
  position: absolute !important;
}
.cid-txjntYJOx7 {
  background-image: url("../../../assets/images/mbr-1920x1156.jpg");
}
.cid-txjntYJOx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjntYJOx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjntYJOx7 .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txjntYJOx7 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-txjntYJOx7 .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
  text-align: center;
}
.cid-txjntYJOx7 .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjntYJOx7 .mbr-section-btn {
  margin-top: 144px;
}
.cid-txjntYJOx7 .mbr-section-title,
.cid-txjntYJOx7 .mbr-section-btn {
  text-align: center;
}
.cid-txjnu1hKHs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #99f5fe;
}
.cid-txjnu1hKHs .row {
  align-items: center;
  width: 100%;
}
.cid-txjnu1hKHs .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txjnu1hKHs .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txjnu1hKHs .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txjnu1hKHs .content-container {
  display: flex;
  padding: 60px !important;
}
@media (max-width: 991px) {
  .cid-txjnu1hKHs .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txjnu1hKHs .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txjnu1hKHs .content-container {
    padding: 2rem !important;
  }
}
.cid-txjnu1hKHs .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txjnu1hKHs .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txjnu1hKHs .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-txjnu1hKHs .img-container {
    padding-right: 0;
  }
}
.cid-txjnu1hKHs .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txjnu1hKHs .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txjnu1hKHs .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txjnu1hKHs .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txjnu1hKHs .text-container {
    padding-left: 0;
  }
}
.cid-txjnu1hKHs .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txjnu1hKHs .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txjnu1hKHs .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txjnu1hKHs .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txjnu1hKHs .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txjnu37oVc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #20e7f9;
}
.cid-txjnu37oVc .row {
  align-items: center;
  width: 100%;
}
.cid-txjnu37oVc .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txjnu37oVc .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txjnu37oVc .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txjnu37oVc .content-container {
  display: flex;
  padding: 60px !important;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-txjnu37oVc .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txjnu37oVc .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txjnu37oVc .content-container {
    padding: 2rem !important;
  }
}
.cid-txjnu37oVc .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txjnu37oVc .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txjnu37oVc .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  padding-right: 0;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txjnu37oVc .img-container {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-txjnu37oVc .img-container {
    padding-left: 0;
  }
}
.cid-txjnu37oVc .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txjnu37oVc .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txjnu37oVc .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txjnu37oVc .text-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-txjnu37oVc .text-container {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-txjnu37oVc .text-container {
    padding-right: 0;
  }
}
.cid-txjnu37oVc .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txjnu37oVc .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txjnu37oVc .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txjnu37oVc .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txjnu37oVc .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txjnubHrnk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1f0a;
}
.cid-txjnubHrnk .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjnubHrnk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjnubHrnk .row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-txjnubHrnk .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cid-txjnubHrnk .col-img {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-txjnubHrnk .col-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-txjnubHrnk .img-container {
  display: flex;
  padding: 4.75rem 4rem;
}
.cid-txjnubHrnk .img-container img {
  max-width: 100%;
}
.cid-txjnubHrnk .col-toggle {
  width: 50%;
  padding-right: 4rem !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-txjnubHrnk .col-toggle {
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-txjnubHrnk .col-toggle {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-txjnubHrnk .section-head {
  margin-bottom: 0;
}
.cid-txjnubHrnk .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjnubHrnk .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-txjnubHrnk .toggle-panel {
  margin-top: 40px;
}
.cid-txjnubHrnk .card {
  border-bottom: 1px solid rgba(243, 244, 239, 0.12);
  transition: .3s all;
  border-radius: 0 !important;
}
.cid-txjnubHrnk .card:hover {
  margin-left: 1rem;
}
.cid-txjnubHrnk .card-header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  margin-bottom: 8px;
  border: none !important;
  padding: 0 !important;
}
.cid-txjnubHrnk .card-header .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.cid-txjnubHrnk .card-header .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
}
.cid-txjnubHrnk .sign {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  color: #f3f4ef;
  transition: .3s all;
}
.cid-txjnubHrnk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.cid-txjnubHrnk .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 1rem;
}
.cid-txjnubHrnk .panel-body {
  margin-bottom: 8px;
  margin-left: 10%;
  width: 100%;
  max-width: 85%;
}
.cid-txjnubHrnk .panel-title-edit {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjnubHrnk .panel-text {
  color: #f3f4ef;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-txjuoR4gEY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #767676;
}
.cid-txjuoR4gEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjuoR4gEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjuoR4gEY .row {
  flex-direction: row-reverse;
}
.cid-txjuoR4gEY .row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-txjuoR4gEY .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cid-txjuoR4gEY .col-img {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-txjuoR4gEY .col-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-txjuoR4gEY .img-container {
  display: flex;
  padding: 4.75rem 4rem;
}
.cid-txjuoR4gEY .img-container img {
  max-width: 100%;
}
.cid-txjuoR4gEY .col-toggle {
  width: 50%;
  padding-right: 4rem !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4rem !important;
  padding-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-txjuoR4gEY .col-toggle {
    padding-right: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-txjuoR4gEY .col-toggle {
    padding-left: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-txjuoR4gEY .col-toggle {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-txjuoR4gEY .section-head {
  margin-bottom: 0;
}
.cid-txjuoR4gEY .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjuoR4gEY .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-txjuoR4gEY .toggle-panel {
  margin-top: 40px;
}
.cid-txjuoR4gEY .card {
  border-bottom: 1px solid rgba(243, 244, 239, 0.12);
  transition: .3s all;
  border-radius: 0 !important;
}
.cid-txjuoR4gEY .card:hover {
  margin-left: 1rem;
}
.cid-txjuoR4gEY .card-header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  margin-bottom: 8px;
  border: none !important;
  padding: 0 !important;
}
.cid-txjuoR4gEY .card-header .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.cid-txjuoR4gEY .card-header .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
}
.cid-txjuoR4gEY .sign {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  color: #f3f4ef;
  transition: .3s all;
}
.cid-txjuoR4gEY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.cid-txjuoR4gEY .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 1rem;
}
.cid-txjuoR4gEY .panel-body {
  margin-bottom: 8px;
  margin-left: 10%;
  width: 100%;
  max-width: 85%;
}
.cid-txjuoR4gEY .panel-title-edit {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjuoR4gEY .panel-text {
  color: #f3f4ef;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-txjnudXv6O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txjnudXv6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjnudXv6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjnudXv6O .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txjnudXv6O .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #20e7f9;
}
.cid-txjnudXv6O .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txjnudXv6O .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjnudXv6O .mbr-section-btn {
  margin-top: 144px;
}
.cid-txjnudXv6O .mbr-section-title,
.cid-txjnudXv6O .mbr-section-btn {
  color: #070900;
}
.cid-txjnug39Er {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20e7f9;
}
.cid-txjnug39Er .container {
  max-width: 56rem;
}
.cid-txjnug39Er .main-row {
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-txjnug39Er .main-row {
    flex-wrap: wrap;
  }
}
.cid-txjnug39Er .title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  position: sticky;
  top: 0;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .cid-txjnug39Er .title-container {
    padding-right: 1.5rem !important;
    margin-bottom: 0;
  }
}
.cid-txjnug39Er .mbr-section-head {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-txjnug39Er .mbr-section-title {
  color: #070900;
  margin-bottom: 0;
}
.cid-txjnug39Er .mbr-section-subtitle {
  color: #DDFF55;
}
.cid-txjnug39Er .opinion-container {
  display: flex;
  max-width: 17rem;
  flex-direction: column;
  width: max-content;
  margin-top: 4rem;
  padding: 1.5rem;
  border: 1px solid #070900;
}
.cid-txjnug39Er .opinion-container .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #DDFF55;
}
@media (max-width: 767px) {
  .cid-txjnug39Er .opinion-container {
    display: none;
  }
}
.cid-txjnug39Er .opinion-stars {
  display: flex;
  margin-bottom: 0.5rem;
}
.cid-txjnug39Er .opinion-comment {
  color: #070900;
  margin-bottom: 0;
}
.cid-txjnug39Er .card-title {
  color: #070900;
  width: 100%;
  margin-bottom: 0;
}
.cid-txjnug39Er .card-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 4px;
}
.cid-txjnug39Er .comment-text {
  color: #f3f4ef;
  width: 100%;
  margin-top: 4px;
  opacity: 0.8;
}
.cid-txjnug39Er .card-link-text {
  width: 100%;
}
.cid-txjnug39Er .border-text {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  width: 100%;
  border-left: 1px solid #070900;
}
.cid-txjnug39Er .card-border {
  padding: 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #070900;
}
@media (max-width: 575px) {
  .cid-txjnug39Er .card-border {
    padding: 2rem;
  }
}
.cid-txjnug39Er .content-container {
  flex-grow: 1;
}
.cid-txjnug39Er form .dragArea.row {
  justify-content: flex-start;
  margin-top: 40px;
}
.cid-txjnug39Er form .mbr-section-btn {
  margin-top: 20px;
}
.cid-txjnug39Er form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-txjnug39Er form .form-group {
  margin-bottom: 20px !important;
  color: #000000;
}
.cid-txjnug39Er form .form-control {
  color: #f3f4ef;
  border: none !important;
  border-bottom: 1px solid #f3f4ef !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.cid-txjnug39Er form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjnug39Er form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjnug39Er form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjnug39Er form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjnug39Er form textarea {
  height: 96px;
  color: #000000;
}
.cid-txjnug39Er form input,
.cid-txjnug39Er form textarea {
  color: #000000;
  background-color: transparent !important;
}
.cid-txjnug39Er form input:active,
.cid-txjnug39Er form textarea:active,
.cid-txjnug39Er form input:focus,
.cid-txjnug39Er form textarea:focus,
.cid-txjnug39Er form input:hover,
.cid-txjnug39Er form textarea:hover {
  border-bottom-color: #ddff55 !important;
}
.cid-txjnug39Er form input:active::-webkit-input-placeholder,
.cid-txjnug39Er form textarea:active::-webkit-input-placeholder,
.cid-txjnug39Er form input:focus::-webkit-input-placeholder,
.cid-txjnug39Er form textarea:focus::-webkit-input-placeholder,
.cid-txjnug39Er form input:hover::-webkit-input-placeholder,
.cid-txjnug39Er form textarea:hover::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjnug39Er form input:active::-moz-placeholder,
.cid-txjnug39Er form textarea:active::-moz-placeholder,
.cid-txjnug39Er form input:focus::-moz-placeholder,
.cid-txjnug39Er form textarea:focus::-moz-placeholder,
.cid-txjnug39Er form input:hover::-moz-placeholder,
.cid-txjnug39Er form textarea:hover::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjnug39Er form input:active:-moz-placeholder,
.cid-txjnug39Er form textarea:active:-moz-placeholder,
.cid-txjnug39Er form input:focus:-moz-placeholder,
.cid-txjnug39Er form textarea:focus:-moz-placeholder,
.cid-txjnug39Er form input:hover:-moz-placeholder,
.cid-txjnug39Er form textarea:hover:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjnug39Er form input:active:-ms-input-placeholder,
.cid-txjnug39Er form textarea:active:-ms-input-placeholder,
.cid-txjnug39Er form input:focus:-ms-input-placeholder,
.cid-txjnug39Er form textarea:focus:-ms-input-placeholder,
.cid-txjnug39Er form input:hover:-ms-input-placeholder,
.cid-txjnug39Er form textarea:hover:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjnug39Er form .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.cid-txjnug39Er form .row [class*=col] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cid-txjnug39Er form label {
  color: #f3f4ef;
}
.cid-txjnug39Er form .form-check-input {
  border-color: #f3f4ef;
  outline: none !important;
  box-shadow: none !important;
}
.cid-txjnug39Er form .form-check-input:focus,
.cid-txjnug39Er form .form-check-input:hover {
  border-color: #ddff55 !important;
}
.cid-txjnug39Er form .form-check-input:checked {
  border-color: #ddff55 !important;
}
.cid-txjnug39Er .phone-container,
.cid-txjnug39Er .address-container {
  margin-top: 1.5rem;
}
.cid-txjnug39Er .phone-text {
  color: #070900;
}
.cid-txjnuiIe7I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #99f5fe;
  overflow: hidden;
}
.cid-txjnuiIe7I .mbr-text {
  color: #1B1F0A;
}
@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;
  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;
}

.-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;
  color: #000000;
  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;
  }
}.cid-txjwqQPrDg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-txjwqQPrDg nav.navbar {
  position: absolute !important;
}
.cid-txjwqQPrDg .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-txjwqQPrDg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-txjwqQPrDg .nav-link {
  position: relative;
}
.cid-txjwqQPrDg .container {
  display: flex;
  margin: auto;
  position: fixed !important;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 24px;
  background-color: #f3f4ef;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (min-width: 992px) {
  .cid-txjwqQPrDg .container {
    flex-wrap: nowrap;
  }
}
.cid-txjwqQPrDg .iconfont-wrapper {
  color: #1b1f0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txjwqQPrDg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #f3f4ef !important;
}
.cid-txjwqQPrDg .nav-item:focus,
.cid-txjwqQPrDg .nav-link:focus {
  outline: none;
}
.cid-txjwqQPrDg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txjwqQPrDg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txjwqQPrDg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txjwqQPrDg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txjwqQPrDg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txjwqQPrDg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txjwqQPrDg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-txjwqQPrDg .navbar.opened {
  transition: all 0.3s;
}
.cid-txjwqQPrDg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txjwqQPrDg .navbar .navbar-logo img {
  width: auto;
}
.cid-txjwqQPrDg .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-txjwqQPrDg .navbar.collapsed {
  justify-content: center;
}
.cid-txjwqQPrDg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txjwqQPrDg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txjwqQPrDg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txjwqQPrDg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txjwqQPrDg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txjwqQPrDg .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-txjwqQPrDg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txjwqQPrDg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txjwqQPrDg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txjwqQPrDg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txjwqQPrDg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txjwqQPrDg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txjwqQPrDg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txjwqQPrDg .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-txjwqQPrDg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txjwqQPrDg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txjwqQPrDg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txjwqQPrDg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txjwqQPrDg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txjwqQPrDg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txjwqQPrDg .navbar.navbar-short {
  min-height: 60px;
}
.cid-txjwqQPrDg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txjwqQPrDg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txjwqQPrDg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txjwqQPrDg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txjwqQPrDg .dropdown-item.active,
.cid-txjwqQPrDg .dropdown-item:active {
  background-color: transparent;
}
.cid-txjwqQPrDg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txjwqQPrDg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txjwqQPrDg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txjwqQPrDg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f4ef;
}
.cid-txjwqQPrDg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txjwqQPrDg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-txjwqQPrDg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txjwqQPrDg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-txjwqQPrDg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txjwqQPrDg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1f0a;
}
.cid-txjwqQPrDg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txjwqQPrDg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txjwqQPrDg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txjwqQPrDg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txjwqQPrDg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txjwqQPrDg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txjwqQPrDg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txjwqQPrDg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txjwqQPrDg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txjwqQPrDg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txjwqQPrDg .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-txjwqQPrDg .navbar {
    height: 70px;
  }
  .cid-txjwqQPrDg .navbar.opened {
    height: auto;
  }
  .cid-txjwqQPrDg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txjwqQPrDg .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-txjwqQPrDg .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 100vw !important;
  transition: .3s all !important;
}
.cid-txjwqQPrDg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txjwqQPrDg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-txjwqQPrDg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txjwqQPrDg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 100vw !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-txjwqQPrDg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txjwqQPrDg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-txjwqQPrDg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-txjwqQPrDg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-txjwqQPrDg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-txjwqQPrDg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-txjwqQPrDg .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-txjwqQPrDg .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txjwqQPrDg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-txjwqQPrDg .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-txjwqQPrDg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-txjwqQPrDg .container {
    position: relative;
  }
  .cid-txjwqQPrDg .navbar-brand {
    margin-right: auto;
  }
  .cid-txjwqQPrDg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem  2rem;
    border-top: 2rem solid #f3f4ef;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(223, 224, 218, 0.94);
    backdrop-filter: blur(8px);
  }
  .cid-txjwqQPrDg .navbar-nav .nav-item .nav-link {
    justify-content: left;
  }
  .cid-txjwqQPrDg .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-txjwqQPrDg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-txjwqQPrDg .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txjwqQPrDg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-txjwqQPrDg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-txjwqQPrDg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-txjwqQPrDg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-txjwqQPrDg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txjwqQPrDg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-txjwqQPrDg .navbar-fixed-top {
  position: absolute !important;
}
.cid-txjwqUVHIL {
  background-image: url("../../../assets/images/mbr-1920x1156.jpg");
}
.cid-txjwqUVHIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjwqUVHIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjwqUVHIL .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txjwqUVHIL .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-txjwqUVHIL .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
  text-align: center;
}
.cid-txjwqUVHIL .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjwqUVHIL .mbr-section-btn {
  margin-top: 144px;
}
.cid-txjwqUVHIL .mbr-section-title,
.cid-txjwqUVHIL .mbr-section-btn {
  text-align: center;
}
.cid-txjwqXfRQ4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #99f5fe;
}
.cid-txjwqXfRQ4 .row {
  align-items: center;
  width: 100%;
}
.cid-txjwqXfRQ4 .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txjwqXfRQ4 .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txjwqXfRQ4 .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txjwqXfRQ4 .content-container {
  display: flex;
  padding: 60px !important;
}
@media (max-width: 991px) {
  .cid-txjwqXfRQ4 .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txjwqXfRQ4 .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txjwqXfRQ4 .content-container {
    padding: 2rem !important;
  }
}
.cid-txjwqXfRQ4 .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txjwqXfRQ4 .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txjwqXfRQ4 .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-txjwqXfRQ4 .img-container {
    padding-right: 0;
  }
}
.cid-txjwqXfRQ4 .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txjwqXfRQ4 .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txjwqXfRQ4 .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txjwqXfRQ4 .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txjwqXfRQ4 .text-container {
    padding-left: 0;
  }
}
.cid-txjwqXfRQ4 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txjwqXfRQ4 .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txjwqXfRQ4 .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txjwqXfRQ4 .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txjwqXfRQ4 .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txjwr0r9yW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1f0a;
}
.cid-txjwr0r9yW .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjwr0r9yW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjwr0r9yW .row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-txjwr0r9yW .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cid-txjwr0r9yW .col-img {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-txjwr0r9yW .col-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-txjwr0r9yW .img-container {
  display: flex;
  padding: 4.75rem 4rem;
}
.cid-txjwr0r9yW .img-container img {
  max-width: 100%;
}
.cid-txjwr0r9yW .col-toggle {
  width: 50%;
  padding-right: 4rem !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-txjwr0r9yW .col-toggle {
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-txjwr0r9yW .col-toggle {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-txjwr0r9yW .section-head {
  margin-bottom: 0;
}
.cid-txjwr0r9yW .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjwr0r9yW .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-txjwr0r9yW .toggle-panel {
  margin-top: 40px;
}
.cid-txjwr0r9yW .card {
  border-bottom: 1px solid rgba(243, 244, 239, 0.12);
  transition: .3s all;
  border-radius: 0 !important;
}
.cid-txjwr0r9yW .card:hover {
  margin-left: 1rem;
}
.cid-txjwr0r9yW .card-header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  margin-bottom: 8px;
  border: none !important;
  padding: 0 !important;
}
.cid-txjwr0r9yW .card-header .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.cid-txjwr0r9yW .card-header .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
}
.cid-txjwr0r9yW .sign {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  color: #f3f4ef;
  transition: .3s all;
}
.cid-txjwr0r9yW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.cid-txjwr0r9yW .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 1rem;
}
.cid-txjwr0r9yW .panel-body {
  margin-bottom: 8px;
  margin-left: 10%;
  width: 100%;
  max-width: 85%;
}
.cid-txjwr0r9yW .panel-title-edit {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjwr0r9yW .panel-text {
  color: #f3f4ef;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-txjwr4BDLS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txjwr4BDLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjwr4BDLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjwr4BDLS .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txjwr4BDLS .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #20e7f9;
}
.cid-txjwr4BDLS .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txjwr4BDLS .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjwr4BDLS .mbr-section-btn {
  margin-top: 144px;
}
.cid-txjwr4BDLS .mbr-section-title,
.cid-txjwr4BDLS .mbr-section-btn {
  color: #070900;
}
.cid-txjwr5G9RF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20e7f9;
}
.cid-txjwr5G9RF .container {
  max-width: 56rem;
}
.cid-txjwr5G9RF .main-row {
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-txjwr5G9RF .main-row {
    flex-wrap: wrap;
  }
}
.cid-txjwr5G9RF .title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  position: sticky;
  top: 0;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .cid-txjwr5G9RF .title-container {
    padding-right: 1.5rem !important;
    margin-bottom: 0;
  }
}
.cid-txjwr5G9RF .mbr-section-head {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-txjwr5G9RF .mbr-section-title {
  color: #070900;
  margin-bottom: 0;
}
.cid-txjwr5G9RF .mbr-section-subtitle {
  color: #DDFF55;
}
.cid-txjwr5G9RF .opinion-container {
  display: flex;
  max-width: 17rem;
  flex-direction: column;
  width: max-content;
  margin-top: 4rem;
  padding: 1.5rem;
  border: 1px solid #070900;
}
.cid-txjwr5G9RF .opinion-container .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #DDFF55;
}
@media (max-width: 767px) {
  .cid-txjwr5G9RF .opinion-container {
    display: none;
  }
}
.cid-txjwr5G9RF .opinion-stars {
  display: flex;
  margin-bottom: 0.5rem;
}
.cid-txjwr5G9RF .opinion-comment {
  color: #070900;
  margin-bottom: 0;
}
.cid-txjwr5G9RF .card-title {
  color: #070900;
  width: 100%;
  margin-bottom: 0;
}
.cid-txjwr5G9RF .card-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 4px;
}
.cid-txjwr5G9RF .comment-text {
  color: #f3f4ef;
  width: 100%;
  margin-top: 4px;
  opacity: 0.8;
}
.cid-txjwr5G9RF .card-link-text {
  width: 100%;
}
.cid-txjwr5G9RF .border-text {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  width: 100%;
  border-left: 1px solid #070900;
}
.cid-txjwr5G9RF .card-border {
  padding: 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #070900;
}
@media (max-width: 575px) {
  .cid-txjwr5G9RF .card-border {
    padding: 2rem;
  }
}
.cid-txjwr5G9RF .content-container {
  flex-grow: 1;
}
.cid-txjwr5G9RF form .dragArea.row {
  justify-content: flex-start;
  margin-top: 40px;
}
.cid-txjwr5G9RF form .mbr-section-btn {
  margin-top: 20px;
}
.cid-txjwr5G9RF form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-txjwr5G9RF form .form-group {
  margin-bottom: 20px !important;
  color: #000000;
}
.cid-txjwr5G9RF form .form-control {
  color: #f3f4ef;
  border: none !important;
  border-bottom: 1px solid #f3f4ef !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.cid-txjwr5G9RF form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjwr5G9RF form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjwr5G9RF form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjwr5G9RF form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjwr5G9RF form textarea {
  height: 96px;
  color: #000000;
}
.cid-txjwr5G9RF form input,
.cid-txjwr5G9RF form textarea {
  color: #000000;
  background-color: transparent !important;
}
.cid-txjwr5G9RF form input:active,
.cid-txjwr5G9RF form textarea:active,
.cid-txjwr5G9RF form input:focus,
.cid-txjwr5G9RF form textarea:focus,
.cid-txjwr5G9RF form input:hover,
.cid-txjwr5G9RF form textarea:hover {
  border-bottom-color: #ddff55 !important;
}
.cid-txjwr5G9RF form input:active::-webkit-input-placeholder,
.cid-txjwr5G9RF form textarea:active::-webkit-input-placeholder,
.cid-txjwr5G9RF form input:focus::-webkit-input-placeholder,
.cid-txjwr5G9RF form textarea:focus::-webkit-input-placeholder,
.cid-txjwr5G9RF form input:hover::-webkit-input-placeholder,
.cid-txjwr5G9RF form textarea:hover::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjwr5G9RF form input:active::-moz-placeholder,
.cid-txjwr5G9RF form textarea:active::-moz-placeholder,
.cid-txjwr5G9RF form input:focus::-moz-placeholder,
.cid-txjwr5G9RF form textarea:focus::-moz-placeholder,
.cid-txjwr5G9RF form input:hover::-moz-placeholder,
.cid-txjwr5G9RF form textarea:hover::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjwr5G9RF form input:active:-moz-placeholder,
.cid-txjwr5G9RF form textarea:active:-moz-placeholder,
.cid-txjwr5G9RF form input:focus:-moz-placeholder,
.cid-txjwr5G9RF form textarea:focus:-moz-placeholder,
.cid-txjwr5G9RF form input:hover:-moz-placeholder,
.cid-txjwr5G9RF form textarea:hover:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjwr5G9RF form input:active:-ms-input-placeholder,
.cid-txjwr5G9RF form textarea:active:-ms-input-placeholder,
.cid-txjwr5G9RF form input:focus:-ms-input-placeholder,
.cid-txjwr5G9RF form textarea:focus:-ms-input-placeholder,
.cid-txjwr5G9RF form input:hover:-ms-input-placeholder,
.cid-txjwr5G9RF form textarea:hover:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjwr5G9RF form .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.cid-txjwr5G9RF form .row [class*=col] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cid-txjwr5G9RF form label {
  color: #f3f4ef;
}
.cid-txjwr5G9RF form .form-check-input {
  border-color: #f3f4ef;
  outline: none !important;
  box-shadow: none !important;
}
.cid-txjwr5G9RF form .form-check-input:focus,
.cid-txjwr5G9RF form .form-check-input:hover {
  border-color: #ddff55 !important;
}
.cid-txjwr5G9RF form .form-check-input:checked {
  border-color: #ddff55 !important;
}
.cid-txjwr5G9RF .phone-container,
.cid-txjwr5G9RF .address-container {
  margin-top: 1.5rem;
}
.cid-txjwr5G9RF .phone-text {
  color: #070900;
}
.cid-txjwr77ymZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #99f5fe;
  overflow: hidden;
}
.cid-txjwr77ymZ .mbr-text {
  color: #1B1F0A;
}
@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;
  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;
}

.-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;
  color: #000000;
  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;
  }
}.cid-txjz6V2cmw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-txjz6V2cmw nav.navbar {
  position: absolute !important;
}
.cid-txjz6V2cmw .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-txjz6V2cmw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-txjz6V2cmw .nav-link {
  position: relative;
}
.cid-txjz6V2cmw .container {
  display: flex;
  margin: auto;
  position: fixed !important;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 24px;
  background-color: #f3f4ef;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (min-width: 992px) {
  .cid-txjz6V2cmw .container {
    flex-wrap: nowrap;
  }
}
.cid-txjz6V2cmw .iconfont-wrapper {
  color: #1b1f0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txjz6V2cmw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #f3f4ef !important;
}
.cid-txjz6V2cmw .nav-item:focus,
.cid-txjz6V2cmw .nav-link:focus {
  outline: none;
}
.cid-txjz6V2cmw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txjz6V2cmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txjz6V2cmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txjz6V2cmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txjz6V2cmw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txjz6V2cmw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txjz6V2cmw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-txjz6V2cmw .navbar.opened {
  transition: all 0.3s;
}
.cid-txjz6V2cmw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txjz6V2cmw .navbar .navbar-logo img {
  width: auto;
}
.cid-txjz6V2cmw .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-txjz6V2cmw .navbar.collapsed {
  justify-content: center;
}
.cid-txjz6V2cmw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txjz6V2cmw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txjz6V2cmw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txjz6V2cmw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txjz6V2cmw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txjz6V2cmw .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-txjz6V2cmw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txjz6V2cmw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txjz6V2cmw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txjz6V2cmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txjz6V2cmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txjz6V2cmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txjz6V2cmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txjz6V2cmw .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-txjz6V2cmw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txjz6V2cmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txjz6V2cmw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txjz6V2cmw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txjz6V2cmw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txjz6V2cmw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txjz6V2cmw .navbar.navbar-short {
  min-height: 60px;
}
.cid-txjz6V2cmw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txjz6V2cmw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txjz6V2cmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txjz6V2cmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txjz6V2cmw .dropdown-item.active,
.cid-txjz6V2cmw .dropdown-item:active {
  background-color: transparent;
}
.cid-txjz6V2cmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txjz6V2cmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txjz6V2cmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txjz6V2cmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f4ef;
}
.cid-txjz6V2cmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txjz6V2cmw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-txjz6V2cmw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txjz6V2cmw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-txjz6V2cmw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txjz6V2cmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1f0a;
}
.cid-txjz6V2cmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txjz6V2cmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txjz6V2cmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txjz6V2cmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txjz6V2cmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txjz6V2cmw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txjz6V2cmw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txjz6V2cmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txjz6V2cmw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txjz6V2cmw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txjz6V2cmw .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-txjz6V2cmw .navbar {
    height: 70px;
  }
  .cid-txjz6V2cmw .navbar.opened {
    height: auto;
  }
  .cid-txjz6V2cmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txjz6V2cmw .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-txjz6V2cmw .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 100vw !important;
  transition: .3s all !important;
}
.cid-txjz6V2cmw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txjz6V2cmw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-txjz6V2cmw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txjz6V2cmw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 100vw !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-txjz6V2cmw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txjz6V2cmw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-txjz6V2cmw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-txjz6V2cmw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-txjz6V2cmw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-txjz6V2cmw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-txjz6V2cmw .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-txjz6V2cmw .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txjz6V2cmw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-txjz6V2cmw .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-txjz6V2cmw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-txjz6V2cmw .container {
    position: relative;
  }
  .cid-txjz6V2cmw .navbar-brand {
    margin-right: auto;
  }
  .cid-txjz6V2cmw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem  2rem;
    border-top: 2rem solid #f3f4ef;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(223, 224, 218, 0.94);
    backdrop-filter: blur(8px);
  }
  .cid-txjz6V2cmw .navbar-nav .nav-item .nav-link {
    justify-content: left;
  }
  .cid-txjz6V2cmw .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-txjz6V2cmw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-txjz6V2cmw .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txjz6V2cmw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-txjz6V2cmw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-txjz6V2cmw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-txjz6V2cmw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-txjz6V2cmw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txjz6V2cmw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-txjz6V2cmw .navbar-fixed-top {
  position: absolute !important;
}
.cid-txjz763v8a {
  background-image: url("../../../assets/images/network-diagnostics-server-room-by-petrovich9-gettyimages-494638150-1200x800-100776404-large.3x2-1200x800.jpg");
}
.cid-txjz763v8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjz763v8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjz763v8a .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txjz763v8a .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-txjz763v8a .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
  text-align: center;
}
.cid-txjz763v8a .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjz763v8a .mbr-section-btn {
  margin-top: 144px;
}
.cid-txjz763v8a .mbr-section-title,
.cid-txjz763v8a .mbr-section-btn {
  text-align: center;
}
.cid-txjz7d5S6L {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #99f5fe;
}
.cid-txjz7d5S6L .row {
  align-items: center;
  width: 100%;
}
.cid-txjz7d5S6L .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txjz7d5S6L .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txjz7d5S6L .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txjz7d5S6L .content-container {
  display: flex;
  padding: 60px !important;
}
@media (max-width: 991px) {
  .cid-txjz7d5S6L .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txjz7d5S6L .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txjz7d5S6L .content-container {
    padding: 2rem !important;
  }
}
.cid-txjz7d5S6L .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txjz7d5S6L .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txjz7d5S6L .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-txjz7d5S6L .img-container {
    padding-right: 0;
  }
}
.cid-txjz7d5S6L .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txjz7d5S6L .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txjz7d5S6L .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txjz7d5S6L .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txjz7d5S6L .text-container {
    padding-left: 0;
  }
}
.cid-txjz7d5S6L .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txjz7d5S6L .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txjz7d5S6L .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txjz7d5S6L .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txjz7d5S6L .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txjz7fm08M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1f0a;
}
.cid-txjz7fm08M .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjz7fm08M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjz7fm08M .row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-txjz7fm08M .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cid-txjz7fm08M .col-img {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-txjz7fm08M .col-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-txjz7fm08M .img-container {
  display: flex;
  padding: 4.75rem 4rem;
}
.cid-txjz7fm08M .img-container img {
  max-width: 100%;
}
.cid-txjz7fm08M .col-toggle {
  width: 50%;
  padding-right: 4rem !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-txjz7fm08M .col-toggle {
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-txjz7fm08M .col-toggle {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-txjz7fm08M .section-head {
  margin-bottom: 0;
}
.cid-txjz7fm08M .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjz7fm08M .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-txjz7fm08M .toggle-panel {
  margin-top: 40px;
}
.cid-txjz7fm08M .card {
  border-bottom: 1px solid rgba(243, 244, 239, 0.12);
  transition: .3s all;
  border-radius: 0 !important;
}
.cid-txjz7fm08M .card:hover {
  margin-left: 1rem;
}
.cid-txjz7fm08M .card-header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  margin-bottom: 8px;
  border: none !important;
  padding: 0 !important;
}
.cid-txjz7fm08M .card-header .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.cid-txjz7fm08M .card-header .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
}
.cid-txjz7fm08M .sign {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  color: #f3f4ef;
  transition: .3s all;
}
.cid-txjz7fm08M .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.cid-txjz7fm08M .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 1rem;
}
.cid-txjz7fm08M .panel-body {
  margin-bottom: 8px;
  margin-left: 10%;
  width: 100%;
  max-width: 85%;
}
.cid-txjz7fm08M .panel-title-edit {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjz7fm08M .panel-text {
  color: #f3f4ef;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-txjz7i9jlE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txjz7i9jlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjz7i9jlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjz7i9jlE .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txjz7i9jlE .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #20e7f9;
}
.cid-txjz7i9jlE .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txjz7i9jlE .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjz7i9jlE .mbr-section-btn {
  margin-top: 144px;
}
.cid-txjz7i9jlE .mbr-section-title,
.cid-txjz7i9jlE .mbr-section-btn {
  color: #070900;
}
.cid-txjz7klIOq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20e7f9;
}
.cid-txjz7klIOq .container {
  max-width: 56rem;
}
.cid-txjz7klIOq .main-row {
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-txjz7klIOq .main-row {
    flex-wrap: wrap;
  }
}
.cid-txjz7klIOq .title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  position: sticky;
  top: 0;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .cid-txjz7klIOq .title-container {
    padding-right: 1.5rem !important;
    margin-bottom: 0;
  }
}
.cid-txjz7klIOq .mbr-section-head {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-txjz7klIOq .mbr-section-title {
  color: #070900;
  margin-bottom: 0;
}
.cid-txjz7klIOq .mbr-section-subtitle {
  color: #DDFF55;
}
.cid-txjz7klIOq .opinion-container {
  display: flex;
  max-width: 17rem;
  flex-direction: column;
  width: max-content;
  margin-top: 4rem;
  padding: 1.5rem;
  border: 1px solid #070900;
}
.cid-txjz7klIOq .opinion-container .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #DDFF55;
}
@media (max-width: 767px) {
  .cid-txjz7klIOq .opinion-container {
    display: none;
  }
}
.cid-txjz7klIOq .opinion-stars {
  display: flex;
  margin-bottom: 0.5rem;
}
.cid-txjz7klIOq .opinion-comment {
  color: #070900;
  margin-bottom: 0;
}
.cid-txjz7klIOq .card-title {
  color: #070900;
  width: 100%;
  margin-bottom: 0;
}
.cid-txjz7klIOq .card-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 4px;
}
.cid-txjz7klIOq .comment-text {
  color: #f3f4ef;
  width: 100%;
  margin-top: 4px;
  opacity: 0.8;
}
.cid-txjz7klIOq .card-link-text {
  width: 100%;
}
.cid-txjz7klIOq .border-text {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  width: 100%;
  border-left: 1px solid #070900;
}
.cid-txjz7klIOq .card-border {
  padding: 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #070900;
}
@media (max-width: 575px) {
  .cid-txjz7klIOq .card-border {
    padding: 2rem;
  }
}
.cid-txjz7klIOq .content-container {
  flex-grow: 1;
}
.cid-txjz7klIOq form .dragArea.row {
  justify-content: flex-start;
  margin-top: 40px;
}
.cid-txjz7klIOq form .mbr-section-btn {
  margin-top: 20px;
}
.cid-txjz7klIOq form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-txjz7klIOq form .form-group {
  margin-bottom: 20px !important;
  color: #000000;
}
.cid-txjz7klIOq form .form-control {
  color: #f3f4ef;
  border: none !important;
  border-bottom: 1px solid #f3f4ef !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.cid-txjz7klIOq form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjz7klIOq form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjz7klIOq form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjz7klIOq form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjz7klIOq form textarea {
  height: 96px;
  color: #000000;
}
.cid-txjz7klIOq form input,
.cid-txjz7klIOq form textarea {
  color: #000000;
  background-color: transparent !important;
}
.cid-txjz7klIOq form input:active,
.cid-txjz7klIOq form textarea:active,
.cid-txjz7klIOq form input:focus,
.cid-txjz7klIOq form textarea:focus,
.cid-txjz7klIOq form input:hover,
.cid-txjz7klIOq form textarea:hover {
  border-bottom-color: #ddff55 !important;
}
.cid-txjz7klIOq form input:active::-webkit-input-placeholder,
.cid-txjz7klIOq form textarea:active::-webkit-input-placeholder,
.cid-txjz7klIOq form input:focus::-webkit-input-placeholder,
.cid-txjz7klIOq form textarea:focus::-webkit-input-placeholder,
.cid-txjz7klIOq form input:hover::-webkit-input-placeholder,
.cid-txjz7klIOq form textarea:hover::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjz7klIOq form input:active::-moz-placeholder,
.cid-txjz7klIOq form textarea:active::-moz-placeholder,
.cid-txjz7klIOq form input:focus::-moz-placeholder,
.cid-txjz7klIOq form textarea:focus::-moz-placeholder,
.cid-txjz7klIOq form input:hover::-moz-placeholder,
.cid-txjz7klIOq form textarea:hover::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjz7klIOq form input:active:-moz-placeholder,
.cid-txjz7klIOq form textarea:active:-moz-placeholder,
.cid-txjz7klIOq form input:focus:-moz-placeholder,
.cid-txjz7klIOq form textarea:focus:-moz-placeholder,
.cid-txjz7klIOq form input:hover:-moz-placeholder,
.cid-txjz7klIOq form textarea:hover:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjz7klIOq form input:active:-ms-input-placeholder,
.cid-txjz7klIOq form textarea:active:-ms-input-placeholder,
.cid-txjz7klIOq form input:focus:-ms-input-placeholder,
.cid-txjz7klIOq form textarea:focus:-ms-input-placeholder,
.cid-txjz7klIOq form input:hover:-ms-input-placeholder,
.cid-txjz7klIOq form textarea:hover:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjz7klIOq form .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.cid-txjz7klIOq form .row [class*=col] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cid-txjz7klIOq form label {
  color: #f3f4ef;
}
.cid-txjz7klIOq form .form-check-input {
  border-color: #f3f4ef;
  outline: none !important;
  box-shadow: none !important;
}
.cid-txjz7klIOq form .form-check-input:focus,
.cid-txjz7klIOq form .form-check-input:hover {
  border-color: #ddff55 !important;
}
.cid-txjz7klIOq form .form-check-input:checked {
  border-color: #ddff55 !important;
}
.cid-txjz7klIOq .phone-container,
.cid-txjz7klIOq .address-container {
  margin-top: 1.5rem;
}
.cid-txjz7klIOq .phone-text {
  color: #070900;
}
.cid-txjz7pHORL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #99f5fe;
  overflow: hidden;
}
.cid-txjz7pHORL .mbr-text {
  color: #1B1F0A;
}
@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;
  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;
}

.-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;
  color: #000000;
  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;
  }
}.cid-txjBiWrgDR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-txjBiWrgDR nav.navbar {
  position: absolute !important;
}
.cid-txjBiWrgDR .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-txjBiWrgDR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-txjBiWrgDR .nav-link {
  position: relative;
}
.cid-txjBiWrgDR .container {
  display: flex;
  margin: auto;
  position: fixed !important;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 24px;
  background-color: #f3f4ef;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (min-width: 992px) {
  .cid-txjBiWrgDR .container {
    flex-wrap: nowrap;
  }
}
.cid-txjBiWrgDR .iconfont-wrapper {
  color: #1b1f0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txjBiWrgDR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #f3f4ef !important;
}
.cid-txjBiWrgDR .nav-item:focus,
.cid-txjBiWrgDR .nav-link:focus {
  outline: none;
}
.cid-txjBiWrgDR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txjBiWrgDR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txjBiWrgDR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txjBiWrgDR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txjBiWrgDR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txjBiWrgDR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txjBiWrgDR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-txjBiWrgDR .navbar.opened {
  transition: all 0.3s;
}
.cid-txjBiWrgDR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txjBiWrgDR .navbar .navbar-logo img {
  width: auto;
}
.cid-txjBiWrgDR .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-txjBiWrgDR .navbar.collapsed {
  justify-content: center;
}
.cid-txjBiWrgDR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txjBiWrgDR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txjBiWrgDR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txjBiWrgDR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txjBiWrgDR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txjBiWrgDR .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-txjBiWrgDR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txjBiWrgDR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txjBiWrgDR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txjBiWrgDR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txjBiWrgDR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txjBiWrgDR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txjBiWrgDR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txjBiWrgDR .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-txjBiWrgDR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txjBiWrgDR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txjBiWrgDR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txjBiWrgDR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txjBiWrgDR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txjBiWrgDR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txjBiWrgDR .navbar.navbar-short {
  min-height: 60px;
}
.cid-txjBiWrgDR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txjBiWrgDR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txjBiWrgDR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txjBiWrgDR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txjBiWrgDR .dropdown-item.active,
.cid-txjBiWrgDR .dropdown-item:active {
  background-color: transparent;
}
.cid-txjBiWrgDR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txjBiWrgDR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txjBiWrgDR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txjBiWrgDR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f4ef;
}
.cid-txjBiWrgDR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txjBiWrgDR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-txjBiWrgDR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txjBiWrgDR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-txjBiWrgDR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txjBiWrgDR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1f0a;
}
.cid-txjBiWrgDR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txjBiWrgDR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txjBiWrgDR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txjBiWrgDR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txjBiWrgDR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txjBiWrgDR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txjBiWrgDR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txjBiWrgDR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txjBiWrgDR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txjBiWrgDR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txjBiWrgDR .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-txjBiWrgDR .navbar {
    height: 70px;
  }
  .cid-txjBiWrgDR .navbar.opened {
    height: auto;
  }
  .cid-txjBiWrgDR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txjBiWrgDR .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-txjBiWrgDR .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 100vw !important;
  transition: .3s all !important;
}
.cid-txjBiWrgDR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txjBiWrgDR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-txjBiWrgDR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txjBiWrgDR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 100vw !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-txjBiWrgDR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txjBiWrgDR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-txjBiWrgDR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-txjBiWrgDR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-txjBiWrgDR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-txjBiWrgDR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-txjBiWrgDR .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-txjBiWrgDR .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txjBiWrgDR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-txjBiWrgDR .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-txjBiWrgDR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-txjBiWrgDR .container {
    position: relative;
  }
  .cid-txjBiWrgDR .navbar-brand {
    margin-right: auto;
  }
  .cid-txjBiWrgDR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem  2rem;
    border-top: 2rem solid #f3f4ef;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(223, 224, 218, 0.94);
    backdrop-filter: blur(8px);
  }
  .cid-txjBiWrgDR .navbar-nav .nav-item .nav-link {
    justify-content: left;
  }
  .cid-txjBiWrgDR .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-txjBiWrgDR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-txjBiWrgDR .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txjBiWrgDR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-txjBiWrgDR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-txjBiWrgDR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-txjBiWrgDR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-txjBiWrgDR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txjBiWrgDR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-txjBiWrgDR .navbar-fixed-top {
  position: absolute !important;
}
.cid-txjBj1zDEt {
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-txjBj1zDEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjBj1zDEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjBj1zDEt .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txjBj1zDEt .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-txjBj1zDEt .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
  text-align: center;
}
.cid-txjBj1zDEt .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjBj1zDEt .mbr-section-btn {
  margin-top: 144px;
}
.cid-txjBj1zDEt .mbr-section-title,
.cid-txjBj1zDEt .mbr-section-btn {
  text-align: center;
}
.cid-txjBj4xLDA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1f0a;
}
.cid-txjBj4xLDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjBj4xLDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjBj4xLDA .row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-txjBj4xLDA .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cid-txjBj4xLDA .col-img {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-txjBj4xLDA .col-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-txjBj4xLDA .img-container {
  display: flex;
  padding: 4.75rem 4rem;
}
.cid-txjBj4xLDA .img-container img {
  max-width: 100%;
}
.cid-txjBj4xLDA .col-toggle {
  width: 50%;
  padding-right: 4rem !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-txjBj4xLDA .col-toggle {
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-txjBj4xLDA .col-toggle {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-txjBj4xLDA .section-head {
  margin-bottom: 0;
}
.cid-txjBj4xLDA .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjBj4xLDA .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-txjBj4xLDA .toggle-panel {
  margin-top: 40px;
}
.cid-txjBj4xLDA .card {
  border-bottom: 1px solid rgba(243, 244, 239, 0.12);
  transition: .3s all;
  border-radius: 0 !important;
}
.cid-txjBj4xLDA .card:hover {
  margin-left: 1rem;
}
.cid-txjBj4xLDA .card-header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  margin-bottom: 8px;
  border: none !important;
  padding: 0 !important;
}
.cid-txjBj4xLDA .card-header .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.cid-txjBj4xLDA .card-header .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
}
.cid-txjBj4xLDA .sign {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  color: #f3f4ef;
  transition: .3s all;
}
.cid-txjBj4xLDA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.cid-txjBj4xLDA .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 1rem;
}
.cid-txjBj4xLDA .panel-body {
  margin-bottom: 8px;
  margin-left: 10%;
  width: 100%;
  max-width: 85%;
}
.cid-txjBj4xLDA .panel-title-edit {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjBj4xLDA .panel-text {
  color: #f3f4ef;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-txjDFJOlwI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #767676;
}
.cid-txjDFJOlwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjDFJOlwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjDFJOlwI .row {
  flex-direction: row-reverse;
}
.cid-txjDFJOlwI .row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-txjDFJOlwI .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cid-txjDFJOlwI .col-img {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-txjDFJOlwI .col-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-txjDFJOlwI .img-container {
  display: flex;
  padding: 4.75rem 4rem;
}
.cid-txjDFJOlwI .img-container img {
  max-width: 100%;
}
.cid-txjDFJOlwI .col-toggle {
  width: 50%;
  padding-right: 4rem !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4rem !important;
  padding-right: 0 !important;
}
@media (max-width: 991px) {
  .cid-txjDFJOlwI .col-toggle {
    padding-right: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-txjDFJOlwI .col-toggle {
    padding-left: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-txjDFJOlwI .col-toggle {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-txjDFJOlwI .section-head {
  margin-bottom: 0;
}
.cid-txjDFJOlwI .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjDFJOlwI .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-txjDFJOlwI .toggle-panel {
  margin-top: 40px;
}
.cid-txjDFJOlwI .card {
  border-bottom: 1px solid rgba(243, 244, 239, 0.12);
  transition: .3s all;
  border-radius: 0 !important;
}
.cid-txjDFJOlwI .card:hover {
  margin-left: 1rem;
}
.cid-txjDFJOlwI .card-header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  margin-bottom: 8px;
  border: none !important;
  padding: 0 !important;
}
.cid-txjDFJOlwI .card-header .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.cid-txjDFJOlwI .card-header .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
}
.cid-txjDFJOlwI .sign {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  color: #f3f4ef;
  transition: .3s all;
}
.cid-txjDFJOlwI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.cid-txjDFJOlwI .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 1rem;
}
.cid-txjDFJOlwI .panel-body {
  margin-bottom: 8px;
  margin-left: 10%;
  width: 100%;
  max-width: 85%;
}
.cid-txjDFJOlwI .panel-title-edit {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjDFJOlwI .panel-text {
  color: #f3f4ef;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-txjBj36LjY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #99f5fe;
}
.cid-txjBj36LjY .row {
  align-items: center;
  width: 100%;
}
.cid-txjBj36LjY .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txjBj36LjY .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txjBj36LjY .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txjBj36LjY .content-container {
  display: flex;
  padding: 60px !important;
}
@media (max-width: 991px) {
  .cid-txjBj36LjY .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txjBj36LjY .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txjBj36LjY .content-container {
    padding: 2rem !important;
  }
}
.cid-txjBj36LjY .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txjBj36LjY .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txjBj36LjY .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-txjBj36LjY .img-container {
    padding-right: 0;
  }
}
.cid-txjBj36LjY .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txjBj36LjY .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txjBj36LjY .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txjBj36LjY .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txjBj36LjY .text-container {
    padding-left: 0;
  }
}
.cid-txjBj36LjY .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txjBj36LjY .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txjBj36LjY .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txjBj36LjY .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txjBj36LjY .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txjHo0hwSi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20e7f9;
}
.cid-txjHo0hwSi .row {
  align-items: center;
  width: 100%;
}
.cid-txjHo0hwSi .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-txjHo0hwSi .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-txjHo0hwSi .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-txjHo0hwSi .img-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-txjHo0hwSi .img-container img {
  max-width: 100%;
  width: auto;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.cid-txjHo0hwSi .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #ffffff;
}
.cid-txjHo0hwSi .text-container {
  padding: 32px 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cid-txjHo0hwSi .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-txjHo0hwSi .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-txjHo0hwSi .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-txjHo0hwSi .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-txjHo0hwSi .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txjHo0hwSi .mbr-section-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txjHo0hwSi .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-txjHo0hwSi .btn-container {
  width: 100%;
}
.cid-txjHo0hwSi .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-txjHo0hwSi .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-txjHo0hwSi .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-txjHo0hwSi .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-txjBj6ht2Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txjBj6ht2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjBj6ht2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjBj6ht2Z .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txjBj6ht2Z .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #20e7f9;
}
.cid-txjBj6ht2Z .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txjBj6ht2Z .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjBj6ht2Z .mbr-section-btn {
  margin-top: 144px;
}
.cid-txjBj6ht2Z .mbr-section-title,
.cid-txjBj6ht2Z .mbr-section-btn {
  color: #070900;
}
.cid-txjBj7vhNb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20e7f9;
}
.cid-txjBj7vhNb .container {
  max-width: 56rem;
}
.cid-txjBj7vhNb .main-row {
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-txjBj7vhNb .main-row {
    flex-wrap: wrap;
  }
}
.cid-txjBj7vhNb .title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  position: sticky;
  top: 0;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .cid-txjBj7vhNb .title-container {
    padding-right: 1.5rem !important;
    margin-bottom: 0;
  }
}
.cid-txjBj7vhNb .mbr-section-head {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-txjBj7vhNb .mbr-section-title {
  color: #070900;
  margin-bottom: 0;
}
.cid-txjBj7vhNb .mbr-section-subtitle {
  color: #DDFF55;
}
.cid-txjBj7vhNb .opinion-container {
  display: flex;
  max-width: 17rem;
  flex-direction: column;
  width: max-content;
  margin-top: 4rem;
  padding: 1.5rem;
  border: 1px solid #070900;
}
.cid-txjBj7vhNb .opinion-container .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #DDFF55;
}
@media (max-width: 767px) {
  .cid-txjBj7vhNb .opinion-container {
    display: none;
  }
}
.cid-txjBj7vhNb .opinion-stars {
  display: flex;
  margin-bottom: 0.5rem;
}
.cid-txjBj7vhNb .opinion-comment {
  color: #070900;
  margin-bottom: 0;
}
.cid-txjBj7vhNb .card-title {
  color: #070900;
  width: 100%;
  margin-bottom: 0;
}
.cid-txjBj7vhNb .card-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 4px;
}
.cid-txjBj7vhNb .comment-text {
  color: #f3f4ef;
  width: 100%;
  margin-top: 4px;
  opacity: 0.8;
}
.cid-txjBj7vhNb .card-link-text {
  width: 100%;
}
.cid-txjBj7vhNb .border-text {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  width: 100%;
  border-left: 1px solid #070900;
}
.cid-txjBj7vhNb .card-border {
  padding: 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #070900;
}
@media (max-width: 575px) {
  .cid-txjBj7vhNb .card-border {
    padding: 2rem;
  }
}
.cid-txjBj7vhNb .content-container {
  flex-grow: 1;
}
.cid-txjBj7vhNb form .dragArea.row {
  justify-content: flex-start;
  margin-top: 40px;
}
.cid-txjBj7vhNb form .mbr-section-btn {
  margin-top: 20px;
}
.cid-txjBj7vhNb form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-txjBj7vhNb form .form-group {
  margin-bottom: 20px !important;
  color: #000000;
}
.cid-txjBj7vhNb form .form-control {
  color: #f3f4ef;
  border: none !important;
  border-bottom: 1px solid #f3f4ef !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.cid-txjBj7vhNb form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjBj7vhNb form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjBj7vhNb form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjBj7vhNb form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjBj7vhNb form textarea {
  height: 96px;
  color: #000000;
}
.cid-txjBj7vhNb form input,
.cid-txjBj7vhNb form textarea {
  color: #000000;
  background-color: transparent !important;
}
.cid-txjBj7vhNb form input:active,
.cid-txjBj7vhNb form textarea:active,
.cid-txjBj7vhNb form input:focus,
.cid-txjBj7vhNb form textarea:focus,
.cid-txjBj7vhNb form input:hover,
.cid-txjBj7vhNb form textarea:hover {
  border-bottom-color: #ddff55 !important;
}
.cid-txjBj7vhNb form input:active::-webkit-input-placeholder,
.cid-txjBj7vhNb form textarea:active::-webkit-input-placeholder,
.cid-txjBj7vhNb form input:focus::-webkit-input-placeholder,
.cid-txjBj7vhNb form textarea:focus::-webkit-input-placeholder,
.cid-txjBj7vhNb form input:hover::-webkit-input-placeholder,
.cid-txjBj7vhNb form textarea:hover::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjBj7vhNb form input:active::-moz-placeholder,
.cid-txjBj7vhNb form textarea:active::-moz-placeholder,
.cid-txjBj7vhNb form input:focus::-moz-placeholder,
.cid-txjBj7vhNb form textarea:focus::-moz-placeholder,
.cid-txjBj7vhNb form input:hover::-moz-placeholder,
.cid-txjBj7vhNb form textarea:hover::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjBj7vhNb form input:active:-moz-placeholder,
.cid-txjBj7vhNb form textarea:active:-moz-placeholder,
.cid-txjBj7vhNb form input:focus:-moz-placeholder,
.cid-txjBj7vhNb form textarea:focus:-moz-placeholder,
.cid-txjBj7vhNb form input:hover:-moz-placeholder,
.cid-txjBj7vhNb form textarea:hover:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjBj7vhNb form input:active:-ms-input-placeholder,
.cid-txjBj7vhNb form textarea:active:-ms-input-placeholder,
.cid-txjBj7vhNb form input:focus:-ms-input-placeholder,
.cid-txjBj7vhNb form textarea:focus:-ms-input-placeholder,
.cid-txjBj7vhNb form input:hover:-ms-input-placeholder,
.cid-txjBj7vhNb form textarea:hover:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjBj7vhNb form .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.cid-txjBj7vhNb form .row [class*=col] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cid-txjBj7vhNb form label {
  color: #f3f4ef;
}
.cid-txjBj7vhNb form .form-check-input {
  border-color: #f3f4ef;
  outline: none !important;
  box-shadow: none !important;
}
.cid-txjBj7vhNb form .form-check-input:focus,
.cid-txjBj7vhNb form .form-check-input:hover {
  border-color: #ddff55 !important;
}
.cid-txjBj7vhNb form .form-check-input:checked {
  border-color: #ddff55 !important;
}
.cid-txjBj7vhNb .phone-container,
.cid-txjBj7vhNb .address-container {
  margin-top: 1.5rem;
}
.cid-txjBj7vhNb .phone-text {
  color: #070900;
}
.cid-txjBj8Vg9n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #99f5fe;
  overflow: hidden;
}
.cid-txjBj8Vg9n .mbr-text {
  color: #1B1F0A;
}
@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;
  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;
}

.-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;
  color: #000000;
  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;
  }
}.cid-txjJvJYlI1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-txjJvJYlI1 nav.navbar {
  position: absolute !important;
}
.cid-txjJvJYlI1 .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-txjJvJYlI1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-txjJvJYlI1 .nav-link {
  position: relative;
}
.cid-txjJvJYlI1 .container {
  display: flex;
  margin: auto;
  position: fixed !important;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 24px;
  background-color: #f3f4ef;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (min-width: 992px) {
  .cid-txjJvJYlI1 .container {
    flex-wrap: nowrap;
  }
}
.cid-txjJvJYlI1 .iconfont-wrapper {
  color: #1b1f0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txjJvJYlI1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #f3f4ef !important;
}
.cid-txjJvJYlI1 .nav-item:focus,
.cid-txjJvJYlI1 .nav-link:focus {
  outline: none;
}
.cid-txjJvJYlI1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txjJvJYlI1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txjJvJYlI1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txjJvJYlI1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txjJvJYlI1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txjJvJYlI1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txjJvJYlI1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-txjJvJYlI1 .navbar.opened {
  transition: all 0.3s;
}
.cid-txjJvJYlI1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txjJvJYlI1 .navbar .navbar-logo img {
  width: auto;
}
.cid-txjJvJYlI1 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-txjJvJYlI1 .navbar.collapsed {
  justify-content: center;
}
.cid-txjJvJYlI1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txjJvJYlI1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txjJvJYlI1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txjJvJYlI1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txjJvJYlI1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txjJvJYlI1 .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-txjJvJYlI1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txjJvJYlI1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txjJvJYlI1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txjJvJYlI1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txjJvJYlI1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txjJvJYlI1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txjJvJYlI1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txjJvJYlI1 .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-txjJvJYlI1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txjJvJYlI1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txjJvJYlI1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txjJvJYlI1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txjJvJYlI1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txjJvJYlI1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txjJvJYlI1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-txjJvJYlI1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txjJvJYlI1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txjJvJYlI1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txjJvJYlI1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txjJvJYlI1 .dropdown-item.active,
.cid-txjJvJYlI1 .dropdown-item:active {
  background-color: transparent;
}
.cid-txjJvJYlI1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txjJvJYlI1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txjJvJYlI1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txjJvJYlI1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f4ef;
}
.cid-txjJvJYlI1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txjJvJYlI1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-txjJvJYlI1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txjJvJYlI1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-txjJvJYlI1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txjJvJYlI1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1f0a;
}
.cid-txjJvJYlI1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txjJvJYlI1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txjJvJYlI1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txjJvJYlI1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txjJvJYlI1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txjJvJYlI1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txjJvJYlI1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txjJvJYlI1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txjJvJYlI1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txjJvJYlI1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txjJvJYlI1 .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-txjJvJYlI1 .navbar {
    height: 70px;
  }
  .cid-txjJvJYlI1 .navbar.opened {
    height: auto;
  }
  .cid-txjJvJYlI1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txjJvJYlI1 .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-txjJvJYlI1 .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 100vw !important;
  transition: .3s all !important;
}
.cid-txjJvJYlI1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txjJvJYlI1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-txjJvJYlI1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txjJvJYlI1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 100vw !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-txjJvJYlI1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-txjJvJYlI1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-txjJvJYlI1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-txjJvJYlI1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-txjJvJYlI1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-txjJvJYlI1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-txjJvJYlI1 .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-txjJvJYlI1 .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-txjJvJYlI1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-txjJvJYlI1 .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-txjJvJYlI1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-txjJvJYlI1 .container {
    position: relative;
  }
  .cid-txjJvJYlI1 .navbar-brand {
    margin-right: auto;
  }
  .cid-txjJvJYlI1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem  2rem;
    border-top: 2rem solid #f3f4ef;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(223, 224, 218, 0.94);
    backdrop-filter: blur(8px);
  }
  .cid-txjJvJYlI1 .navbar-nav .nav-item .nav-link {
    justify-content: left;
  }
  .cid-txjJvJYlI1 .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-txjJvJYlI1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-txjJvJYlI1 .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txjJvJYlI1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-txjJvJYlI1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-txjJvJYlI1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-txjJvJYlI1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-txjJvJYlI1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-txjJvJYlI1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-txjJvJYlI1 .navbar-fixed-top {
  position: absolute !important;
}
.cid-txjJvNQOVp {
  background-image: url("../../../assets/images/elgin-1-1418x1064.jpg");
}
.cid-txjJvNQOVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjJvNQOVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjJvNQOVp .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txjJvNQOVp .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-txjJvNQOVp .mbr-section-subtitle {
  color: #070900;
  margin-bottom: 16px;
  text-align: center;
}
.cid-txjJvNQOVp .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjJvNQOVp .mbr-section-btn {
  margin-top: 144px;
}
.cid-txjJvNQOVp .mbr-section-title,
.cid-txjJvNQOVp .mbr-section-btn {
  text-align: center;
  color: #070900;
}
.cid-txjJvTKBMM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #99f5fe;
}
.cid-txjJvTKBMM .row {
  align-items: center;
  width: 100%;
}
.cid-txjJvTKBMM .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txjJvTKBMM .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txjJvTKBMM .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txjJvTKBMM .content-container {
  display: flex;
  padding: 60px !important;
}
@media (max-width: 991px) {
  .cid-txjJvTKBMM .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txjJvTKBMM .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txjJvTKBMM .content-container {
    padding: 2rem !important;
  }
}
.cid-txjJvTKBMM .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txjJvTKBMM .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txjJvTKBMM .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-txjJvTKBMM .img-container {
    padding-right: 0;
  }
}
.cid-txjJvTKBMM .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txjJvTKBMM .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txjJvTKBMM .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txjJvTKBMM .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txjJvTKBMM .text-container {
    padding-left: 0;
  }
}
.cid-txjJvTKBMM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txjJvTKBMM .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txjJvTKBMM .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txjJvTKBMM .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txjJvTKBMM .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txjS0Fxlya {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #99f5fe;
}
.cid-txjS0Fxlya .row {
  align-items: center;
  width: 100%;
}
.cid-txjS0Fxlya .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-txjS0Fxlya .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-txjS0Fxlya .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-txjS0Fxlya .content-container {
  display: flex;
  padding: 60px !important;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-txjS0Fxlya .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-txjS0Fxlya .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-txjS0Fxlya .content-container {
    padding: 2rem !important;
  }
}
.cid-txjS0Fxlya .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txjS0Fxlya .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txjS0Fxlya .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  padding-right: 0;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-txjS0Fxlya .img-container {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-txjS0Fxlya .img-container {
    padding-left: 0;
  }
}
.cid-txjS0Fxlya .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-txjS0Fxlya .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-txjS0Fxlya .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-txjS0Fxlya .text-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-txjS0Fxlya .text-container {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-txjS0Fxlya .text-container {
    padding-right: 0;
  }
}
.cid-txjS0Fxlya .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txjS0Fxlya .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-txjS0Fxlya .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-txjS0Fxlya .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-txjS0Fxlya .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-txjJvQ5wj5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1f0a;
}
.cid-txjJvQ5wj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjJvQ5wj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjJvQ5wj5 .row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-txjJvQ5wj5 .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cid-txjJvQ5wj5 .col-img {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-txjJvQ5wj5 .col-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-txjJvQ5wj5 .img-container {
  display: flex;
  padding: 4.75rem 4rem;
}
.cid-txjJvQ5wj5 .img-container img {
  max-width: 100%;
}
.cid-txjJvQ5wj5 .col-toggle {
  width: 50%;
  padding-right: 4rem !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-txjJvQ5wj5 .col-toggle {
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-txjJvQ5wj5 .col-toggle {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-txjJvQ5wj5 .section-head {
  margin-bottom: 0;
}
.cid-txjJvQ5wj5 .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjJvQ5wj5 .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-txjJvQ5wj5 .toggle-panel {
  margin-top: 40px;
}
.cid-txjJvQ5wj5 .card {
  border-bottom: 1px solid rgba(243, 244, 239, 0.12);
  transition: .3s all;
  border-radius: 0 !important;
}
.cid-txjJvQ5wj5 .card:hover {
  margin-left: 1rem;
}
.cid-txjJvQ5wj5 .card-header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  margin-bottom: 8px;
  border: none !important;
  padding: 0 !important;
}
.cid-txjJvQ5wj5 .card-header .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.cid-txjJvQ5wj5 .card-header .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
}
.cid-txjJvQ5wj5 .sign {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  color: #f3f4ef;
  transition: .3s all;
}
.cid-txjJvQ5wj5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.cid-txjJvQ5wj5 .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 1rem;
}
.cid-txjJvQ5wj5 .panel-body {
  margin-bottom: 8px;
  margin-left: 10%;
  width: 100%;
  max-width: 85%;
}
.cid-txjJvQ5wj5 .panel-title-edit {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjJvQ5wj5 .panel-text {
  color: #f3f4ef;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-txjJvW6H47 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txjJvW6H47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txjJvW6H47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txjJvW6H47 .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txjJvW6H47 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #20e7f9;
}
.cid-txjJvW6H47 .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-txjJvW6H47 .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-txjJvW6H47 .mbr-section-btn {
  margin-top: 144px;
}
.cid-txjJvW6H47 .mbr-section-title,
.cid-txjJvW6H47 .mbr-section-btn {
  color: #070900;
}
.cid-txjJvXa88d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20e7f9;
}
.cid-txjJvXa88d .container {
  max-width: 56rem;
}
.cid-txjJvXa88d .main-row {
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-txjJvXa88d .main-row {
    flex-wrap: wrap;
  }
}
.cid-txjJvXa88d .title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  position: sticky;
  top: 0;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .cid-txjJvXa88d .title-container {
    padding-right: 1.5rem !important;
    margin-bottom: 0;
  }
}
.cid-txjJvXa88d .mbr-section-head {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-txjJvXa88d .mbr-section-title {
  color: #070900;
  margin-bottom: 0;
}
.cid-txjJvXa88d .mbr-section-subtitle {
  color: #DDFF55;
}
.cid-txjJvXa88d .opinion-container {
  display: flex;
  max-width: 17rem;
  flex-direction: column;
  width: max-content;
  margin-top: 4rem;
  padding: 1.5rem;
  border: 1px solid #070900;
}
.cid-txjJvXa88d .opinion-container .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #DDFF55;
}
@media (max-width: 767px) {
  .cid-txjJvXa88d .opinion-container {
    display: none;
  }
}
.cid-txjJvXa88d .opinion-stars {
  display: flex;
  margin-bottom: 0.5rem;
}
.cid-txjJvXa88d .opinion-comment {
  color: #070900;
  margin-bottom: 0;
}
.cid-txjJvXa88d .card-title {
  color: #070900;
  width: 100%;
  margin-bottom: 0;
}
.cid-txjJvXa88d .card-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 4px;
}
.cid-txjJvXa88d .comment-text {
  color: #f3f4ef;
  width: 100%;
  margin-top: 4px;
  opacity: 0.8;
}
.cid-txjJvXa88d .card-link-text {
  width: 100%;
}
.cid-txjJvXa88d .border-text {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  width: 100%;
  border-left: 1px solid #070900;
}
.cid-txjJvXa88d .card-border {
  padding: 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #070900;
}
@media (max-width: 575px) {
  .cid-txjJvXa88d .card-border {
    padding: 2rem;
  }
}
.cid-txjJvXa88d .content-container {
  flex-grow: 1;
}
.cid-txjJvXa88d form .dragArea.row {
  justify-content: flex-start;
  margin-top: 40px;
}
.cid-txjJvXa88d form .mbr-section-btn {
  margin-top: 20px;
}
.cid-txjJvXa88d form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-txjJvXa88d form .form-group {
  margin-bottom: 20px !important;
  color: #000000;
}
.cid-txjJvXa88d form .form-control {
  color: #f3f4ef;
  border: none !important;
  border-bottom: 1px solid #f3f4ef !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.cid-txjJvXa88d form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjJvXa88d form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjJvXa88d form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjJvXa88d form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjJvXa88d form textarea {
  height: 96px;
  color: #000000;
}
.cid-txjJvXa88d form input,
.cid-txjJvXa88d form textarea {
  color: #000000;
  background-color: transparent !important;
}
.cid-txjJvXa88d form input:active,
.cid-txjJvXa88d form textarea:active,
.cid-txjJvXa88d form input:focus,
.cid-txjJvXa88d form textarea:focus,
.cid-txjJvXa88d form input:hover,
.cid-txjJvXa88d form textarea:hover {
  border-bottom-color: #ddff55 !important;
}
.cid-txjJvXa88d form input:active::-webkit-input-placeholder,
.cid-txjJvXa88d form textarea:active::-webkit-input-placeholder,
.cid-txjJvXa88d form input:focus::-webkit-input-placeholder,
.cid-txjJvXa88d form textarea:focus::-webkit-input-placeholder,
.cid-txjJvXa88d form input:hover::-webkit-input-placeholder,
.cid-txjJvXa88d form textarea:hover::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjJvXa88d form input:active::-moz-placeholder,
.cid-txjJvXa88d form textarea:active::-moz-placeholder,
.cid-txjJvXa88d form input:focus::-moz-placeholder,
.cid-txjJvXa88d form textarea:focus::-moz-placeholder,
.cid-txjJvXa88d form input:hover::-moz-placeholder,
.cid-txjJvXa88d form textarea:hover::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjJvXa88d form input:active:-moz-placeholder,
.cid-txjJvXa88d form textarea:active:-moz-placeholder,
.cid-txjJvXa88d form input:focus:-moz-placeholder,
.cid-txjJvXa88d form textarea:focus:-moz-placeholder,
.cid-txjJvXa88d form input:hover:-moz-placeholder,
.cid-txjJvXa88d form textarea:hover:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjJvXa88d form input:active:-ms-input-placeholder,
.cid-txjJvXa88d form textarea:active:-ms-input-placeholder,
.cid-txjJvXa88d form input:focus:-ms-input-placeholder,
.cid-txjJvXa88d form textarea:focus:-ms-input-placeholder,
.cid-txjJvXa88d form input:hover:-ms-input-placeholder,
.cid-txjJvXa88d form textarea:hover:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.cid-txjJvXa88d form .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.cid-txjJvXa88d form .row [class*=col] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cid-txjJvXa88d form label {
  color: #f3f4ef;
}
.cid-txjJvXa88d form .form-check-input {
  border-color: #f3f4ef;
  outline: none !important;
  box-shadow: none !important;
}
.cid-txjJvXa88d form .form-check-input:focus,
.cid-txjJvXa88d form .form-check-input:hover {
  border-color: #ddff55 !important;
}
.cid-txjJvXa88d form .form-check-input:checked {
  border-color: #ddff55 !important;
}
.cid-txjJvXa88d .phone-container,
.cid-txjJvXa88d .address-container {
  margin-top: 1.5rem;
}
.cid-txjJvXa88d .phone-text {
  color: #070900;
}
.cid-txjJvYBHSj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #99f5fe;
  overflow: hidden;
}
.cid-txjJvYBHSj .mbr-text {
  color: #1B1F0A;
}
