@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

.bkc {
  background-color: rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

.form-active .form-control:invalid {
  border-color: red;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

.row {
  margin-left: -16px;
  margin-right: -16px;
}

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

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

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.image-wrapper,
.btn-wrap,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Zain', sans-serif;
  font-size: 2.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-2 {
  font-family: 'Zain', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Zain', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Zain', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Zain', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 1.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.61rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #006666 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #006666 !important;
  border-color: #006666 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #009999 !important;
  border-color: #009999 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #009999 !important;
  border-color: #009999 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d9db4d !important;
  border-color: #d9db4d !important;
  color: #222207 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e2e477 !important;
  border-color: #e2e477 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #222207 !important;
  background-color: #e2e477 !important;
  border-color: #e2e477 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #006666;
  color: #006666;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000f0f !important;
  background-color: transparent !important;
  border-color: #000f0f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #006666 !important;
  border-color: #006666 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d9db4d;
  color: #d9db4d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #acae23 !important;
  background-color: transparent !important;
  border-color: #acae23 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #222207 !important;
  background-color: #d9db4d !important;
  border-color: #d9db4d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #006666 !important;
}
.text-secondary {
  color: #d9db4d !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a0a121 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #006666;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #006666;
  border-color: #006666;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #006666;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #00e5e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Zain', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #006666 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Zain', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #006666;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #006666;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #006666;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #006666;
  border-bottom-color: #006666;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #006666 !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: #d9db4d !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='%23006666' %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;
}
.cid-tQnTqHRpKY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tQnTqHRpKY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQnTqHRpKY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQnTqHRpKY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tQnTqHRpKY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tQnTqHRpKY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tQnTqHRpKY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tQnTqHRpKY .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tQnTqHRpKY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tQnTqHRpKY .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tQnTqHRpKY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQnTqHRpKY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
}
.cid-tQnTqHRpKY .nav-item:focus,
.cid-tQnTqHRpKY .nav-link:focus {
  outline: none;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQnTqHRpKY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQnTqHRpKY .navbar {
  min-height: 90px;
  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-tQnTqHRpKY .navbar.opened {
  transition: all 0.3s;
}
.cid-tQnTqHRpKY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQnTqHRpKY .navbar .navbar-logo img {
  width: auto;
}
.cid-tQnTqHRpKY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tQnTqHRpKY .navbar.collapsed {
  justify-content: center;
}
.cid-tQnTqHRpKY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQnTqHRpKY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQnTqHRpKY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar {
    min-height: 72px;
  }
  .cid-tQnTqHRpKY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tQnTqHRpKY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQnTqHRpKY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQnTqHRpKY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tQnTqHRpKY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQnTqHRpKY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQnTqHRpKY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tQnTqHRpKY .dropdown-item.active,
.cid-tQnTqHRpKY .dropdown-item:active {
  background-color: transparent;
}
.cid-tQnTqHRpKY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQnTqHRpKY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQnTqHRpKY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tQnTqHRpKY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tQnTqHRpKY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQnTqHRpKY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .navbar-buttons {
    text-align: left;
  }
}
.cid-tQnTqHRpKY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tQnTqHRpKY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQnTqHRpKY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQnTqHRpKY .navbar {
    height: 70px;
  }
  .cid-tQnTqHRpKY .navbar.opened {
    height: auto;
  }
  .cid-tQnTqHRpKY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tQnTqHRpKY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tQnTqHRpKY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tQnTqHRpKY .navbar-brand {
    margin-right: auto;
  }
  .cid-tQnTqHRpKY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tQnTqHRpKY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tQnTqHRpKY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tQnTqHRpKY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tQnTrtVsoh {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  background-color: #ffffff;
}
.cid-tQnTrtVsoh .bks {
  background-color: rgba(0, 0, 0, 0.3);
}
.cid-tQnTrtVsoh .w3-tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
.cid-tQnTrtVsoh .w3-badge {
  border-radius: 50%;
}
.cid-tQnTrtVsoh .w3-round-small {
  border-radius: 2px;
}
.cid-tQnTrtVsoh .w3-round,
.cid-tQnTrtVsoh .w3-round-medium {
  border-radius: 4px;
}
.cid-tQnTrtVsoh .w3-round-large {
  border-radius: 8px;
}
.cid-tQnTrtVsoh .w3-round-xlarge {
  border-radius: 16px;
}
.cid-tQnTrtVsoh .w3-round-xxlarge {
  border-radius: 32px;
}
.cid-tQnTrtVsoh .w3-row-padding,
.cid-tQnTrtVsoh .w3-row-padding > .w3-half,
.cid-tQnTrtVsoh .w3-row-padding > .w3-third,
.cid-tQnTrtVsoh .w3-row-padding > .w3-twothird,
.cid-tQnTrtVsoh .w3-row-padding > .w3-threequarter,
.cid-tQnTrtVsoh .w3-row-padding > .w3-quarter,
.cid-tQnTrtVsoh .w3-row-padding > .w3-col {
  padding: 0 8px;
}
.cid-tQnTrtVsoh .w3-button:hover {
  color: #000!important;
  background-color: #cccccc !important;
}
.cid-tQnTrtVsoh .w3-transparent,
.cid-tQnTrtVsoh .w3-hover-none:hover {
  background-color: transparent !important;
}
.cid-tQnTrtVsoh .w3-hover-none:hover {
  box-shadow: none !important;
}
.cid-tQnTrtVsoh .w3-amber,
.cid-tQnTrtVsoh .w3-hover-amber:hover {
  color: #000!important;
  background-color: #ffc107 !important;
}
.cid-tQnTrtVsoh .w3-aqua,
.cid-tQnTrtVsoh .w3-hover-aqua:hover {
  color: #000!important;
  background-color: #00ffff !important;
}
.cid-tQnTrtVsoh .w3-blue,
.cid-tQnTrtVsoh .w3-hover-blue:hover {
  color: #fff!important;
  background-color: #2196f3 !important;
}
.cid-tQnTrtVsoh .w3-light-blue,
.cid-tQnTrtVsoh .w3-hover-light-blue:hover {
  color: #000!important;
  background-color: #87ceeb !important;
}
.cid-tQnTrtVsoh .w3-brown,
.cid-tQnTrtVsoh .w3-hover-brown:hover {
  color: #fff!important;
  background-color: #795548 !important;
}
.cid-tQnTrtVsoh .w3-cyan,
.cid-tQnTrtVsoh .w3-hover-cyan:hover {
  color: #000!important;
  background-color: #00bcd4 !important;
}
.cid-tQnTrtVsoh .w3-blue-grey,
.cid-tQnTrtVsoh .w3-hover-blue-grey:hover,
.cid-tQnTrtVsoh .w3-blue-gray,
.cid-tQnTrtVsoh .w3-hover-blue-gray:hover {
  color: #fff!important;
  background-color: #607d8b !important;
}
.cid-tQnTrtVsoh .w3-green,
.cid-tQnTrtVsoh .w3-hover-green:hover {
  color: #fff!important;
  background-color: #4caf50 !important;
}
.cid-tQnTrtVsoh .w3-light-green,
.cid-tQnTrtVsoh .w3-hover-light-green:hover {
  color: #000!important;
  background-color: #8bc34a !important;
}
.cid-tQnTrtVsoh .w3-indigo,
.cid-tQnTrtVsoh .w3-hover-indigo:hover {
  color: #fff!important;
  background-color: #3f51b5 !important;
}
.cid-tQnTrtVsoh .w3-khaki,
.cid-tQnTrtVsoh .w3-hover-khaki:hover {
  color: #000!important;
  background-color: #f0e68c !important;
}
.cid-tQnTrtVsoh .w3-lime,
.cid-tQnTrtVsoh .w3-hover-lime:hover {
  color: #000!important;
  background-color: #cddc39 !important;
}
.cid-tQnTrtVsoh .w3-orange,
.cid-tQnTrtVsoh .w3-hover-orange:hover {
  color: #000!important;
  background-color: #ff9800 !important;
}
.cid-tQnTrtVsoh .w3-deep-orange,
.cid-tQnTrtVsoh .w3-hover-deep-orange:hover {
  color: #fff!important;
  background-color: #ff5722 !important;
}
.cid-tQnTrtVsoh .w3-pink,
.cid-tQnTrtVsoh .w3-hover-pink:hover {
  color: #fff!important;
  background-color: #e91e63 !important;
}
.cid-tQnTrtVsoh .w3-purple,
.cid-tQnTrtVsoh .w3-hover-purple:hover {
  color: #fff!important;
  background-color: #9c27b0 !important;
}
.cid-tQnTrtVsoh .w3-deep-purple,
.cid-tQnTrtVsoh .w3-hover-deep-purple:hover {
  color: #fff!important;
  background-color: #673ab7 !important;
}
.cid-tQnTrtVsoh .w3-red,
.cid-tQnTrtVsoh .w3-hover-red:hover {
  color: #fff!important;
  background-color: #f44336 !important;
}
.cid-tQnTrtVsoh .w3-sand,
.cid-tQnTrtVsoh .w3-hover-sand:hover {
  color: #000!important;
  background-color: #fdf5e6 !important;
}
.cid-tQnTrtVsoh .w3-teal,
.cid-tQnTrtVsoh .w3-hover-teal:hover {
  color: #fff!important;
  background-color: #009688 !important;
}
.cid-tQnTrtVsoh .w3-yellow,
.cid-tQnTrtVsoh .w3-hover-yellow:hover {
  color: #000!important;
  background-color: #ffeb3b !important;
}
.cid-tQnTrtVsoh .w3-white,
.cid-tQnTrtVsoh .w3-hover-white:hover {
  color: #000!important;
  background-color: #ffffff !important;
}
.cid-tQnTrtVsoh .w3-black,
.cid-tQnTrtVsoh .w3-hover-black:hover {
  color: #fff!important;
  background-color: #000000 !important;
}
.cid-tQnTrtVsoh .w3-grey,
.cid-tQnTrtVsoh .w3-hover-grey:hover,
.cid-tQnTrtVsoh .w3-gray,
.cid-tQnTrtVsoh .w3-hover-gray:hover {
  color: #000!important;
  background-color: #9e9e9e !important;
}
.cid-tQnTrtVsoh .w3-light-grey,
.cid-tQnTrtVsoh .w3-hover-light-grey:hover,
.cid-tQnTrtVsoh .w3-light-gray,
.cid-tQnTrtVsoh .w3-hover-light-gray:hover {
  color: #000!important;
  background-color: #f1f1f1 !important;
}
.cid-tQnTrtVsoh .w3-dark-grey,
.cid-tQnTrtVsoh .w3-hover-dark-grey:hover,
.cid-tQnTrtVsoh .w3-dark-gray,
.cid-tQnTrtVsoh .w3-hover-dark-gray:hover {
  color: #fff!important;
  background-color: #616161 !important;
}
.cid-tQnTrtVsoh .w3-pale-red,
.cid-tQnTrtVsoh .w3-hover-pale-red:hover {
  color: #000!important;
  background-color: #ffdddd !important;
}
.cid-tQnTrtVsoh .w3-pale-green,
.cid-tQnTrtVsoh .w3-hover-pale-green:hover {
  color: #000!important;
  background-color: #ddffdd !important;
}
.cid-tQnTrtVsoh .w3-pale-yellow,
.cid-tQnTrtVsoh .w3-hover-pale-yellow:hover {
  color: #000!important;
  background-color: #ffffcc !important;
}
.cid-tQnTrtVsoh .w3-pale-blue,
.cid-tQnTrtVsoh .w3-hover-pale-blue:hover {
  color: #000!important;
  background-color: #ddffff !important;
}
.cid-tQnTrtVsoh .w3-center .w3-bar {
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .margin-sm-top {
    margin-top: 4rem;
  }
}
.cid-tQnTrtVsoh .item-img {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tQnTrtVsoh .col-lg-9 {
    margin-bottom: 2rem;
  }
}
.cid-tQnTrtVsoh .item-round {
  background: #d9db4d;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem;
}
@media (max-width: 1800px) {
  .cid-tQnTrtVsoh .item-round h5 {
    font-size: 2rem !important;
  }
  .cid-tQnTrtVsoh .item-round p {
    font-size: 1.5rem !important;
  }
}
.cid-tQnTrtVsoh p {
  line-height: 1.2;
}
.cid-tQnTrtVsoh .item-content2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .item-content2 {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnTrtVsoh .link-icon-wrapper2 {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .icon-wrap2 {
  background: #f1c61b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .icon-wrap2 span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg3 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg3 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg4 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg4 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tQnTrtVsoh .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .image-wrapper {
    min-height: 400px;
  }
}
.cid-tQnTrtVsoh .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tQnTrtVsoh .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnTrtVsoh .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #006666;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap span {
  color: #006666;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh img,
.cid-tQnTrtVsoh .item-img {
  width: 100%;
  height: 100%;
}
.cid-tQnTrtVsoh .item-title2 {
  color: #ffffff;
}
.cid-tQnTrtVsoh .mbr-text,
.cid-tQnTrtVsoh .item .mbr-section-btn {
  text-align: center;
}
.cid-tQnTrtVsoh .item2 {
  max-height: 300px;
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQnTrtVsoh .item2 img {
  height: 300px;
}
.cid-tQnTrtVsoh .item2:hover {
  cursor: pointer;
}
.cid-tQnTrtVsoh .item2:hover .link-icon-wrapper2 span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnUOZD55N {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQnUOZD55N .item-img {
  position: relative;
}
.cid-tQnUOZD55N .item-img img {
  transition: all 0.2s;
  object-fit: contain;
}
.cid-tQnUOZD55N .cardbg {
  background: #006666;
  height: 100%;
  min-height: 200px;
}
.cid-tQnUOZD55N .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQnUOZD55N .image-wrapper {
  overflow: hidden;
}
.cid-tQnUOZD55N .item1 {
  margin-bottom: 2rem !important;
}
.cid-tQnUOZD55N .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnUOZD55N .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQnUOZD55N .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQnUOZD55N .item1,
.cid-tQnUOZD55N .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQnUOZD55N .item1 .item:hover,
.cid-tQnUOZD55N .item .item:hover {
  cursor: pointer;
}
.cid-tQnUOZD55N .item1:hover .link-icon-wrapper span,
.cid-tQnUOZD55N .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tQnUOZD55N .card2 {
    margin-top: 1rem;
  }
}
.cid-tQnUOZD55N .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnUOZD55N .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnUOZD55N .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnUOZD55N .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnUOZD55N .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnUOZD55N .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnUOZD55N .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnUOZD55N .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQnUOZD55N .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnUOZD55N img,
.cid-tQnUOZD55N .item-img {
  width: 100%;
}
.cid-tQnUOZD55N .item:focus,
.cid-tQnUOZD55N span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQnUOZD55N .item {
    margin-bottom: 1rem;
  }
}
.cid-tQnUOZD55N .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQnUOZD55N .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tQnUOZD55N .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUOZD55N .mbr-section-subtitle,
.cid-tQnUOZD55N .subtitle-wrap,
.cid-tQnUOZD55N .mbr-section-btn {
  text-align: left;
}
.cid-tQnUOZD55N .mbr-text,
.cid-tQnUOZD55N .item .mbr-section-btn {
  color: #000000;
}
.cid-tQnVcVhOWZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQnVcVhOWZ .col-title {
    margin-bottom: 20px;
  }
}
.cid-tQnVcVhOWZ .mbr-section-title {
  color: #000000;
}
.cid-tQnVcVhOWZ .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-tQnVcVhOWZ .mbr-text {
  color: #000000;
}
.cid-tQnVcVhOWZ .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-tQnVcVhOWZ p {
  line-height: 1.2;
}
.cid-tQnVcVhOWZ .mbr-text1 {
  color: #000000;
  text-align: right;
}
.cid-tQnVcVhOWZ .mbr-text2 {
  color: #000000;
  text-align: right;
}
.cid-tQnVcVhOWZ .mbr-text3 {
  color: #000000;
  text-align: right;
}
.cid-ul6UuPzV70 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #006666;
}
.cid-ul6UuPzV70 .mbr-section-subtitle {
  line-height: 1.3;
  width: 100%;
  color: #ffffff;
  text-align: right;
}
.cid-ul6UuPzV70 .mbr-row {
  justify-content: center;
}
.cid-ul6UuPzV70 .mbr-text,
.cid-ul6UuPzV70 .mbr-section-btn {
  color: #7d8791;
  text-align: right;
}
.cid-ul6UuPzV70 .mbr-text {
  border-right: 2px solid currentColor;
  padding-right: 5px;
  right: 150rem;
}
@media (max-width: 992px) {
  .cid-ul6UuPzV70 .mbr-text {
    border-left: 0px;
    padding-left: 0rem;
  }
}
.cid-ul6UuPzV70 .mbr-section-title {
  color: #7d8791;
  text-align: right;
}
.cid-ul6UuPzV70 .marquee {
  height: 50px;
  overflow: hidden;
  position: relative;
}
.cid-ul6UuPzV70 .marquee p {
  position: absolute;
  width: 150%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: scroll-right 2s linear infinite;
  -webkit-animation: scroll-right 2s linear infinite;
  animation: scroll-right 20s linear infinite;
}
@-moz-keyframes scroll-right {
  0% {
    -moz-transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(100%);
  }
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}
@keyframes scroll-right {
  0% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.cid-ul6UuPzV70 .mbr-text,
.cid-ul6UuPzV70 .mbr-section-btn P {
  text-align: right;
}
.cid-ul6UuPzV70 .mbr-text,
.cid-ul6UuPzV70 .mbr-section-btn .mbr-text,
.cid-ul6UuPzV70 .mbr-section-btn {
  color: #ffffff;
}
.cid-ul6UuPzV70 H3 {
  color: #ffffff;
}
.cid-tQnUL9E36g {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQnUL9E36g .item-img {
  position: relative;
}
.cid-tQnUL9E36g .item-img img {
  transition: all 0.2s;
}
.cid-tQnUL9E36g .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQnUL9E36g .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-tQnUL9E36g .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnUL9E36g .item:hover img {
  transform: scale(1.05);
}
.cid-tQnUL9E36g .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQnUL9E36g .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tQnUL9E36g .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnUL9E36g .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQnUL9E36g .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQnUL9E36g .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnUL9E36g .link-icon-wrapper .icon-wrap {
  background: #f1c61b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnUL9E36g .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnUL9E36g .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQnUL9E36g .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnUL9E36g img,
.cid-tQnUL9E36g .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tQnUL9E36g .item:focus,
.cid-tQnUL9E36g span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQnUL9E36g .item {
    margin-bottom: 1rem;
  }
}
.cid-tQnUL9E36g .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQnUL9E36g .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUL9E36g .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUL9E36g .mbr-section-subtitle,
.cid-tQnUL9E36g .subtitle-wrap,
.cid-tQnUL9E36g .mbr-section-btn {
  text-align: left;
  color: #005241;
}
.cid-tQnUL9E36g .mbr-text,
.cid-tQnUL9E36g .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tQnUM5US0w {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tQnUM5US0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnUM5US0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnUM5US0w .item-wrapper {
  width: 100%;
}
.cid-tQnUM5US0w .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-tQnUM5US0w .mbr-link {
  background: #006666;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
.cid-tQnUM5US0w .card-box {
  padding: 0rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.cid-tQnUM5US0w .icon {
  color: black;
  background: #f1c61b;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
}
.cid-tQnUM5US0w p {
  background: #006666;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.2rem 1rem;
  line-height: 1.2;
  display: inline-block;
  transform: scale(1.05);
}
.cid-tQnUM5US0w .card-wrapper {
  min-height: 700px;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tQnUM5US0w .card-wrapper {
    padding: 1.5rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tQnUM5US0w .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQnUM5US0w .card-wrapper {
    padding: 4rem;
  }
}
.cid-tQnUM5US0w .wrap {
  background: url("../../../assets/images/background2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-tQnUM5US0w .wrap .inner-wrap {
  padding: 40px;
}
.cid-tQnUM5US0w .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQnUM5US0w .mbr-text,
.cid-tQnUM5US0w .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tQnUM5US0w .mbr-link,
.cid-tQnUM5US0w .link-wrapper {
  color: #ffffff;
}
.cid-tQnVVrzJ6S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #99b8b8;
}
.cid-tQnVVrzJ6S .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #006666 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-tQnVVrzJ6S .panel-group {
  border: none;
}
.cid-tQnVVrzJ6S .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQnVVrzJ6S .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tQnVVrzJ6S .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tQnVVrzJ6S .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tQnVVrzJ6S .img-col {
  padding: 0;
}
.cid-tQnVVrzJ6S .img-item {
  height: 100%;
}
.cid-tQnVVrzJ6S img {
  height: 100%;
  object-fit: cover;
}
.cid-tQnVVrzJ6S .collapsed span {
  transform: rotate(0deg);
}
.cid-tQnVVrzJ6S .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQnVVrzJ6S p {
  margin-bottom: 0.3rem;
}
.cid-tQnVVrzJ6S .panel-title-edit {
  color: #e9c0e9;
}
.cid-tQnVVrzJ6S .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tQnVVrzJ6S .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tQnVVrzJ6S .card {
    padding: 1.5rem;
  }
}
.cid-tQnVVrzJ6S .panel-text {
  color: #320707;
}
.cid-tQnVVrzJ6S .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tQnVVrzJ6S .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tQnVVrzJ6S .panel-title-edit,
.cid-tQnVVrzJ6S .mbr-iconfont {
  color: #000000;
}
.cid-tQnUTDRmeu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tQnUTDRmeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnUTDRmeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnUTDRmeu input:hover {
  border-color: white !important;
}
.cid-tQnUTDRmeu .col-auto {
  width: 100%;
  text-align: right !important;
}
@media (max-width: 992px) {
  .cid-tQnUTDRmeu .mb {
    margin-bottom: 2rem;
  }
}
.cid-tQnUTDRmeu img {
  object-fit: cover;
}
.cid-tQnUTDRmeu .btn,
.cid-tQnUTDRmeu .btn:hover,
.cid-tQnUTDRmeu .btn:focus,
.cid-tQnUTDRmeu .btn:active {
  background: transparent !important;
  border: none !important;
  color: white;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.cid-tQnUTDRmeu .item-wrapper {
  width: 100%;
}
.cid-tQnUTDRmeu .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-tQnUTDRmeu .card-box {
  padding: 3rem 2rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tQnUTDRmeu .card-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQnUTDRmeu .card-box {
    padding: 1rem;
  }
}
.cid-tQnUTDRmeu .mobi-mbri {
  color: black;
  background: #f1c61b;
  font-size: 1.2rem !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-tQnUTDRmeu .card-wrapper {
  display: flex;
}
.cid-tQnUTDRmeu .wrap {
  background: #006666;
}
.cid-tQnUTDRmeu .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQnUTDRmeu .mbr-text,
.cid-tQnUTDRmeu .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tQnUTDRmeu .mbr-link,
.cid-tQnUTDRmeu .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-tQnUTDRmeu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUTDRmeu .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUU5FSPc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tQnUU5FSPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnUU5FSPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnUU5FSPc p a:hover {
  text-decoration: underline;
}
.cid-tQnUU5FSPc h2 {
  line-height: 1.3;
}
.cid-tQnUU5FSPc img {
  object-fit: cover;
}
.cid-tQnUU5FSPc .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-tQnUU5FSPc .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-tQnUU5FSPc .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-tQnUU5FSPc .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-tQnUU5FSPc .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-tQnUU5FSPc .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tQnUU5FSPc .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tQnUU5FSPc .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tQnUU5FSPc .wrap {
  background: #006666;
}
.cid-tQnUU5FSPc .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .link-wrapper {
    flex-direction: column;
  }
}
.cid-tQnUU5FSPc .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQnUU5FSPc .mbr-text,
.cid-tQnUU5FSPc .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tQnUU5FSPc .mbr-link,
.cid-tQnUU5FSPc .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-tQnUU5FSPc .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUU5FSPc .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

.bkc {
  background-color: rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

.form-active .form-control:invalid {
  border-color: red;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

.row {
  margin-left: -16px;
  margin-right: -16px;
}

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

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

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-ul7Q6LQsM6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ul7Q6LQsM6 .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-ul7Q6LQsM6 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ul7Q6LQsM6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ul7Q6LQsM6 .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-ul7Q6LQsM6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ul7Q6LQsM6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ul7Q6LQsM6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul7Q6LQsM6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ul7Q6LQsM6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ul7Q6LQsM6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ul7Q6LQsM6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ul7Q6LQsM6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ul7Q6LQsM6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ul7Q6LQsM6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ul7Q6LQsM6 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ul7Q6LQsM6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ul7Q6LQsM6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ul7Q6LQsM6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ul7Q6LQsM6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ul7Q6LQsM6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ul7Q6LQsM6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ul7Q6LQsM6 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ul7Q6LQsM6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ul7Q6LQsM6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ul7Q6LQsM6 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ul7Q6LQsM6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul7Q6LQsM6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
}
.cid-ul7Q6LQsM6 .nav-item:focus,
.cid-ul7Q6LQsM6 .nav-link:focus {
  outline: none;
}
.cid-ul7Q6LQsM6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ul7Q6LQsM6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ul7Q6LQsM6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ul7Q6LQsM6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ul7Q6LQsM6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ul7Q6LQsM6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ul7Q6LQsM6 .navbar {
  min-height: 90px;
  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-ul7Q6LQsM6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ul7Q6LQsM6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ul7Q6LQsM6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ul7Q6LQsM6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ul7Q6LQsM6 .navbar.collapsed {
  justify-content: center;
}
.cid-ul7Q6LQsM6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ul7Q6LQsM6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul7Q6LQsM6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-ul7Q6LQsM6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul7Q6LQsM6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul7Q6LQsM6 .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-ul7Q6LQsM6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul7Q6LQsM6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ul7Q6LQsM6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ul7Q6LQsM6 .navbar {
    min-height: 72px;
  }
  .cid-ul7Q6LQsM6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ul7Q6LQsM6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ul7Q6LQsM6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul7Q6LQsM6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul7Q6LQsM6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul7Q6LQsM6 .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-ul7Q6LQsM6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ul7Q6LQsM6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ul7Q6LQsM6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ul7Q6LQsM6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul7Q6LQsM6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ul7Q6LQsM6 .dropdown-item.active,
.cid-ul7Q6LQsM6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ul7Q6LQsM6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul7Q6LQsM6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul7Q6LQsM6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul7Q6LQsM6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ul7Q6LQsM6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ul7Q6LQsM6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ul7Q6LQsM6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ul7Q6LQsM6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ul7Q6LQsM6 .navbar-buttons {
    text-align: left;
  }
}
.cid-ul7Q6LQsM6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ul7Q6LQsM6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ul7Q6LQsM6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul7Q6LQsM6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul7Q6LQsM6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul7Q6LQsM6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul7Q6LQsM6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul7Q6LQsM6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul7Q6LQsM6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul7Q6LQsM6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul7Q6LQsM6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ul7Q6LQsM6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ul7Q6LQsM6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ul7Q6LQsM6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ul7Q6LQsM6 .navbar {
    height: 70px;
  }
  .cid-ul7Q6LQsM6 .navbar.opened {
    height: auto;
  }
  .cid-ul7Q6LQsM6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ul7Q6LQsM6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ul7Q6LQsM6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ul7Q6LQsM6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ul7Q6LQsM6 .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-ul7Q6LQsM6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ul7Q6LQsM6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ul7Q6LQsM6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ul7Q6LQsM6 .navbar-brand {
    margin-right: auto;
  }
  .cid-ul7Q6LQsM6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ul7Q6LQsM6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ul7Q6LQsM6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ul7Q6LQsM6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ul7Q6LQsM6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ul7Q6LQsM6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ul7Q6LQsM6 .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-ul7Q6LQsM6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ul7Q6LQsM6 .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-ul7Q6LQsM6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ul7Q6LQsM6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ul7Q71b44x {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ul7Q71b44x .item-img {
  position: relative;
}
.cid-ul7Q71b44x .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-ul7Q71b44x .card-text {
    padding-left: 4rem;
  }
}
.cid-ul7Q71b44x h5 {
  line-height: 1.2;
}
.cid-ul7Q71b44x .card {
  margin-bottom: 2rem;
}
.cid-ul7Q71b44x .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-ul7Q71b44x .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ul7Q71b44x .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #006666;
}
@media (max-width: 992px) {
  .cid-ul7Q71b44x .image-wrapper {
    min-height: 200px;
  }
}
.cid-ul7Q71b44x .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ul7Q71b44x .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ul7Q71b44x .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ul7Q71b44x .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ul7Q71b44x .link-icon-wrapper .icon-wrap {
  background: #f1c61b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ul7Q71b44x .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ul7Q71b44x .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ul7Q71b44x .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ul7Q71b44x .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ul7Q71b44x .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ul7Q71b44x .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ul7Q71b44x .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ul7Q71b44x img,
.cid-ul7Q71b44x .item-img {
  width: 100%;
}
.cid-ul7Q71b44x .item:focus,
.cid-ul7Q71b44x span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ul7Q71b44x .item {
    margin-bottom: 1rem;
  }
}
.cid-ul7Q71b44x .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ul7Q71b44x .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ul7Q71b44x .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ul7Q71b44x .mbr-section-subtitle,
.cid-ul7Q71b44x .subtitle-wrap,
.cid-ul7Q71b44x .mbr-section-btn {
  text-align: left;
}
.cid-ul7Q71b44x .mbr-text,
.cid-ul7Q71b44x .item .mbr-section-btn {
  color: #ffffff;
}
.cid-ul7Q71b44x .mbr-text {
  color: #000000;
}
.cid-ul7Q76rFlV {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ul7Q76rFlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul7Q76rFlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul7Q76rFlV input:hover {
  border-color: white !important;
}
.cid-ul7Q76rFlV .col-auto {
  width: 100%;
  text-align: right !important;
}
@media (max-width: 992px) {
  .cid-ul7Q76rFlV .mb {
    margin-bottom: 2rem;
  }
}
.cid-ul7Q76rFlV img {
  object-fit: cover;
}
.cid-ul7Q76rFlV .btn,
.cid-ul7Q76rFlV .btn:hover,
.cid-ul7Q76rFlV .btn:focus,
.cid-ul7Q76rFlV .btn:active {
  background: transparent !important;
  border: none !important;
  color: white;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.cid-ul7Q76rFlV .item-wrapper {
  width: 100%;
}
.cid-ul7Q76rFlV .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-ul7Q76rFlV .card-box {
  padding: 3rem 2rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-ul7Q76rFlV .card-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ul7Q76rFlV .card-box {
    padding: 1rem;
  }
}
.cid-ul7Q76rFlV .mobi-mbri {
  color: black;
  background: #f1c61b;
  font-size: 1.2rem !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-ul7Q76rFlV .card-wrapper {
  display: flex;
}
.cid-ul7Q76rFlV .wrap {
  background: #006666;
}
.cid-ul7Q76rFlV .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-ul7Q76rFlV .mbr-text,
.cid-ul7Q76rFlV .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-ul7Q76rFlV .mbr-link,
.cid-ul7Q76rFlV .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-ul7Q76rFlV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ul7Q76rFlV .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ul7Q78YHFF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul7Q78YHFF img {
  transition: all 200ms ease-in-out;
  opacity: 0.7;
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.cid-ul7Q78YHFF img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.cid-ul7Q78YHFF .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-ul7Q78YHFF .mbr-section-title {
  color: #000000;
}
.cid-ul7Q78YHFF .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #d9db4d;
}
.cid-ul7Q78YHFF .mbr-section-subtitle,
.cid-ul7Q78YHFF .subtitle-wrap,
.cid-ul7Q78YHFF .mbr-section-btn {
  text-align: center;
}
.cid-ul7Q7bCbv2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ul7Q7bCbv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul7Q7bCbv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul7Q7bCbv2 p a:hover {
  text-decoration: underline;
}
.cid-ul7Q7bCbv2 h2 {
  line-height: 1.3;
}
.cid-ul7Q7bCbv2 img {
  object-fit: cover;
}
.cid-ul7Q7bCbv2 .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-ul7Q7bCbv2 .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-ul7Q7bCbv2 .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-ul7Q7bCbv2 .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-ul7Q7bCbv2 .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-ul7Q7bCbv2 .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-ul7Q7bCbv2 .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-ul7Q7bCbv2 .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ul7Q7bCbv2 .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ul7Q7bCbv2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ul7Q7bCbv2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ul7Q7bCbv2 .wrap {
  background: #006666;
}
.cid-ul7Q7bCbv2 .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ul7Q7bCbv2 .link-wrapper {
    flex-direction: column;
  }
}
.cid-ul7Q7bCbv2 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-ul7Q7bCbv2 .mbr-text,
.cid-ul7Q7bCbv2 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-ul7Q7bCbv2 .mbr-link,
.cid-ul7Q7bCbv2 .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ul7Q7bCbv2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ul7Q7bCbv2 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

.bkc {
  background-color: rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

.form-active .form-control:invalid {
  border-color: red;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

.row {
  margin-left: -16px;
  margin-right: -16px;
}

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

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

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-ul7SMw4uJR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ul7SMw4uJR .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-ul7SMw4uJR .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ul7SMw4uJR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ul7SMw4uJR .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-ul7SMw4uJR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ul7SMw4uJR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ul7SMw4uJR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul7SMw4uJR .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ul7SMw4uJR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ul7SMw4uJR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ul7SMw4uJR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ul7SMw4uJR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ul7SMw4uJR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ul7SMw4uJR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ul7SMw4uJR .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ul7SMw4uJR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ul7SMw4uJR .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ul7SMw4uJR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ul7SMw4uJR .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ul7SMw4uJR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ul7SMw4uJR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ul7SMw4uJR .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ul7SMw4uJR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ul7SMw4uJR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ul7SMw4uJR .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ul7SMw4uJR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul7SMw4uJR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
}
.cid-ul7SMw4uJR .nav-item:focus,
.cid-ul7SMw4uJR .nav-link:focus {
  outline: none;
}
.cid-ul7SMw4uJR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ul7SMw4uJR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ul7SMw4uJR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ul7SMw4uJR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ul7SMw4uJR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ul7SMw4uJR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ul7SMw4uJR .navbar {
  min-height: 90px;
  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-ul7SMw4uJR .navbar.opened {
  transition: all 0.3s;
}
.cid-ul7SMw4uJR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ul7SMw4uJR .navbar .navbar-logo img {
  width: auto;
}
.cid-ul7SMw4uJR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ul7SMw4uJR .navbar.collapsed {
  justify-content: center;
}
.cid-ul7SMw4uJR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ul7SMw4uJR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul7SMw4uJR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-ul7SMw4uJR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul7SMw4uJR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul7SMw4uJR .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-ul7SMw4uJR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul7SMw4uJR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ul7SMw4uJR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ul7SMw4uJR .navbar {
    min-height: 72px;
  }
  .cid-ul7SMw4uJR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ul7SMw4uJR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ul7SMw4uJR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul7SMw4uJR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul7SMw4uJR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul7SMw4uJR .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-ul7SMw4uJR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ul7SMw4uJR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ul7SMw4uJR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ul7SMw4uJR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul7SMw4uJR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ul7SMw4uJR .dropdown-item.active,
.cid-ul7SMw4uJR .dropdown-item:active {
  background-color: transparent;
}
.cid-ul7SMw4uJR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul7SMw4uJR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul7SMw4uJR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul7SMw4uJR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ul7SMw4uJR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ul7SMw4uJR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ul7SMw4uJR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ul7SMw4uJR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ul7SMw4uJR .navbar-buttons {
    text-align: left;
  }
}
.cid-ul7SMw4uJR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ul7SMw4uJR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ul7SMw4uJR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul7SMw4uJR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul7SMw4uJR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul7SMw4uJR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul7SMw4uJR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul7SMw4uJR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul7SMw4uJR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul7SMw4uJR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul7SMw4uJR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ul7SMw4uJR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ul7SMw4uJR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ul7SMw4uJR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ul7SMw4uJR .navbar {
    height: 70px;
  }
  .cid-ul7SMw4uJR .navbar.opened {
    height: auto;
  }
  .cid-ul7SMw4uJR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ul7SMw4uJR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ul7SMw4uJR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ul7SMw4uJR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ul7SMw4uJR .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-ul7SMw4uJR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ul7SMw4uJR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ul7SMw4uJR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ul7SMw4uJR .navbar-brand {
    margin-right: auto;
  }
  .cid-ul7SMw4uJR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ul7SMw4uJR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ul7SMw4uJR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ul7SMw4uJR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ul7SMw4uJR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ul7SMw4uJR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ul7SMw4uJR .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-ul7SMw4uJR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ul7SMw4uJR .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-ul7SMw4uJR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ul7SMw4uJR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ul7SMytYn0 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul7SMytYn0 .item-img {
  position: relative;
}
.cid-ul7SMytYn0 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-ul7SMytYn0 .card-text {
    padding-left: 4rem;
  }
}
.cid-ul7SMytYn0 h5 {
  line-height: 1.2;
}
.cid-ul7SMytYn0 .card {
  margin-bottom: 2rem;
}
.cid-ul7SMytYn0 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-ul7SMytYn0 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ul7SMytYn0 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #006666;
}
@media (max-width: 992px) {
  .cid-ul7SMytYn0 .image-wrapper {
    min-height: 200px;
  }
}
.cid-ul7SMytYn0 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ul7SMytYn0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ul7SMytYn0 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ul7SMytYn0 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ul7SMytYn0 .link-icon-wrapper .icon-wrap {
  background: #f1c61b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ul7SMytYn0 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ul7SMytYn0 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ul7SMytYn0 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ul7SMytYn0 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ul7SMytYn0 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ul7SMytYn0 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ul7SMytYn0 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ul7SMytYn0 img,
.cid-ul7SMytYn0 .item-img {
  width: 100%;
}
.cid-ul7SMytYn0 .item:focus,
.cid-ul7SMytYn0 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ul7SMytYn0 .item {
    margin-bottom: 1rem;
  }
}
.cid-ul7SMytYn0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ul7SMytYn0 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ul7SMytYn0 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ul7SMytYn0 .mbr-section-subtitle,
.cid-ul7SMytYn0 .subtitle-wrap,
.cid-ul7SMytYn0 .mbr-section-btn {
  text-align: left;
}
.cid-ul7SMytYn0 .mbr-text,
.cid-ul7SMytYn0 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-ul7SMytYn0 .mbr-text {
  color: #000000;
}
.cid-ul7SMFoWXT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul7SMFoWXT img {
  transition: all 200ms ease-in-out;
  opacity: 0.7;
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.cid-ul7SMFoWXT img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.cid-ul7SMFoWXT .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-ul7SMFoWXT .mbr-section-title {
  color: #000000;
}
.cid-ul7SMFoWXT .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #d9db4d;
}
.cid-ul7SMFoWXT .mbr-section-subtitle,
.cid-ul7SMFoWXT .subtitle-wrap,
.cid-ul7SMFoWXT .mbr-section-btn {
  text-align: center;
}
.cid-ul7SMHqeKB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ul7SMHqeKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul7SMHqeKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul7SMHqeKB p a:hover {
  text-decoration: underline;
}
.cid-ul7SMHqeKB h2 {
  line-height: 1.3;
}
.cid-ul7SMHqeKB img {
  object-fit: cover;
}
.cid-ul7SMHqeKB .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-ul7SMHqeKB .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-ul7SMHqeKB .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-ul7SMHqeKB .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-ul7SMHqeKB .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-ul7SMHqeKB .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-ul7SMHqeKB .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-ul7SMHqeKB .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ul7SMHqeKB .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ul7SMHqeKB .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ul7SMHqeKB .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ul7SMHqeKB .wrap {
  background: #006666;
}
.cid-ul7SMHqeKB .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ul7SMHqeKB .link-wrapper {
    flex-direction: column;
  }
}
.cid-ul7SMHqeKB .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-ul7SMHqeKB .mbr-text,
.cid-ul7SMHqeKB .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-ul7SMHqeKB .mbr-link,
.cid-ul7SMHqeKB .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ul7SMHqeKB .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ul7SMHqeKB .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

.bkc {
  background-color: rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

.form-active .form-control:invalid {
  border-color: red;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

.row {
  margin-left: -16px;
  margin-right: -16px;
}

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

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

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-ul7TJvYTwL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ul7TJvYTwL .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-ul7TJvYTwL .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ul7TJvYTwL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ul7TJvYTwL .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-ul7TJvYTwL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ul7TJvYTwL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ul7TJvYTwL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul7TJvYTwL .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ul7TJvYTwL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ul7TJvYTwL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ul7TJvYTwL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ul7TJvYTwL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ul7TJvYTwL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ul7TJvYTwL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ul7TJvYTwL .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ul7TJvYTwL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ul7TJvYTwL .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ul7TJvYTwL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ul7TJvYTwL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ul7TJvYTwL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ul7TJvYTwL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ul7TJvYTwL .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ul7TJvYTwL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ul7TJvYTwL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ul7TJvYTwL .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ul7TJvYTwL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul7TJvYTwL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
}
.cid-ul7TJvYTwL .nav-item:focus,
.cid-ul7TJvYTwL .nav-link:focus {
  outline: none;
}
.cid-ul7TJvYTwL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ul7TJvYTwL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ul7TJvYTwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ul7TJvYTwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ul7TJvYTwL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ul7TJvYTwL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ul7TJvYTwL .navbar {
  min-height: 90px;
  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-ul7TJvYTwL .navbar.opened {
  transition: all 0.3s;
}
.cid-ul7TJvYTwL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ul7TJvYTwL .navbar .navbar-logo img {
  width: auto;
}
.cid-ul7TJvYTwL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ul7TJvYTwL .navbar.collapsed {
  justify-content: center;
}
.cid-ul7TJvYTwL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ul7TJvYTwL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul7TJvYTwL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-ul7TJvYTwL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul7TJvYTwL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul7TJvYTwL .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-ul7TJvYTwL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul7TJvYTwL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ul7TJvYTwL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ul7TJvYTwL .navbar {
    min-height: 72px;
  }
  .cid-ul7TJvYTwL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ul7TJvYTwL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ul7TJvYTwL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul7TJvYTwL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul7TJvYTwL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul7TJvYTwL .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-ul7TJvYTwL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ul7TJvYTwL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ul7TJvYTwL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ul7TJvYTwL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul7TJvYTwL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ul7TJvYTwL .dropdown-item.active,
.cid-ul7TJvYTwL .dropdown-item:active {
  background-color: transparent;
}
.cid-ul7TJvYTwL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul7TJvYTwL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul7TJvYTwL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul7TJvYTwL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ul7TJvYTwL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ul7TJvYTwL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ul7TJvYTwL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ul7TJvYTwL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ul7TJvYTwL .navbar-buttons {
    text-align: left;
  }
}
.cid-ul7TJvYTwL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ul7TJvYTwL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ul7TJvYTwL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul7TJvYTwL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul7TJvYTwL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul7TJvYTwL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul7TJvYTwL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul7TJvYTwL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul7TJvYTwL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul7TJvYTwL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul7TJvYTwL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ul7TJvYTwL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ul7TJvYTwL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ul7TJvYTwL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ul7TJvYTwL .navbar {
    height: 70px;
  }
  .cid-ul7TJvYTwL .navbar.opened {
    height: auto;
  }
  .cid-ul7TJvYTwL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ul7TJvYTwL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ul7TJvYTwL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ul7TJvYTwL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ul7TJvYTwL .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-ul7TJvYTwL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ul7TJvYTwL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ul7TJvYTwL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ul7TJvYTwL .navbar-brand {
    margin-right: auto;
  }
  .cid-ul7TJvYTwL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ul7TJvYTwL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ul7TJvYTwL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ul7TJvYTwL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ul7TJvYTwL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ul7TJvYTwL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ul7TJvYTwL .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-ul7TJvYTwL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ul7TJvYTwL .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-ul7TJvYTwL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ul7TJvYTwL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ul7TJA6gvt {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul7TJA6gvt .item-img {
  position: relative;
}
.cid-ul7TJA6gvt .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-ul7TJA6gvt .card-text {
    padding-left: 4rem;
  }
}
.cid-ul7TJA6gvt h5 {
  line-height: 1.2;
}
.cid-ul7TJA6gvt .card {
  margin-bottom: 2rem;
}
.cid-ul7TJA6gvt .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-ul7TJA6gvt .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ul7TJA6gvt .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #006666;
}
@media (max-width: 992px) {
  .cid-ul7TJA6gvt .image-wrapper {
    min-height: 200px;
  }
}
.cid-ul7TJA6gvt .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ul7TJA6gvt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ul7TJA6gvt .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ul7TJA6gvt .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ul7TJA6gvt .link-icon-wrapper .icon-wrap {
  background: #f1c61b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ul7TJA6gvt .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ul7TJA6gvt .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ul7TJA6gvt .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ul7TJA6gvt .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ul7TJA6gvt .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ul7TJA6gvt .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ul7TJA6gvt .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ul7TJA6gvt img,
.cid-ul7TJA6gvt .item-img {
  width: 100%;
}
.cid-ul7TJA6gvt .item:focus,
.cid-ul7TJA6gvt span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ul7TJA6gvt .item {
    margin-bottom: 1rem;
  }
}
.cid-ul7TJA6gvt .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ul7TJA6gvt .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ul7TJA6gvt .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ul7TJA6gvt .mbr-section-subtitle,
.cid-ul7TJA6gvt .subtitle-wrap,
.cid-ul7TJA6gvt .mbr-section-btn {
  text-align: left;
}
.cid-ul7TJA6gvt .mbr-text,
.cid-ul7TJA6gvt .item .mbr-section-btn {
  color: #ffffff;
}
.cid-ul7TJA6gvt .mbr-text {
  color: #000000;
}
.cid-ul7TJCVJV8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul7TJCVJV8 img {
  transition: all 200ms ease-in-out;
  opacity: 0.7;
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.cid-ul7TJCVJV8 img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.cid-ul7TJCVJV8 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-ul7TJCVJV8 .mbr-section-title {
  color: #000000;
}
.cid-ul7TJCVJV8 .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #d9db4d;
}
.cid-ul7TJCVJV8 .mbr-section-subtitle,
.cid-ul7TJCVJV8 .subtitle-wrap,
.cid-ul7TJCVJV8 .mbr-section-btn {
  text-align: center;
}
.cid-ul7TJFx2iU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ul7TJFx2iU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul7TJFx2iU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul7TJFx2iU p a:hover {
  text-decoration: underline;
}
.cid-ul7TJFx2iU h2 {
  line-height: 1.3;
}
.cid-ul7TJFx2iU img {
  object-fit: cover;
}
.cid-ul7TJFx2iU .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-ul7TJFx2iU .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-ul7TJFx2iU .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-ul7TJFx2iU .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-ul7TJFx2iU .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-ul7TJFx2iU .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-ul7TJFx2iU .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-ul7TJFx2iU .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ul7TJFx2iU .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ul7TJFx2iU .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ul7TJFx2iU .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ul7TJFx2iU .wrap {
  background: #006666;
}
.cid-ul7TJFx2iU .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ul7TJFx2iU .link-wrapper {
    flex-direction: column;
  }
}
.cid-ul7TJFx2iU .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-ul7TJFx2iU .mbr-text,
.cid-ul7TJFx2iU .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-ul7TJFx2iU .mbr-link,
.cid-ul7TJFx2iU .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ul7TJFx2iU .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ul7TJFx2iU .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

.bkc {
  background-color: rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

.form-active .form-control:invalid {
  border-color: red;
}

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

.row {
  margin-left: -16px;
  margin-right: -16px;
}

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

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

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-ul7UcFi0tQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ul7UcFi0tQ .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-ul7UcFi0tQ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ul7UcFi0tQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ul7UcFi0tQ .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-ul7UcFi0tQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ul7UcFi0tQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ul7UcFi0tQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul7UcFi0tQ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ul7UcFi0tQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ul7UcFi0tQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ul7UcFi0tQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ul7UcFi0tQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ul7UcFi0tQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ul7UcFi0tQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ul7UcFi0tQ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ul7UcFi0tQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ul7UcFi0tQ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ul7UcFi0tQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ul7UcFi0tQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ul7UcFi0tQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ul7UcFi0tQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ul7UcFi0tQ .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ul7UcFi0tQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ul7UcFi0tQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ul7UcFi0tQ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ul7UcFi0tQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul7UcFi0tQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
}
.cid-ul7UcFi0tQ .nav-item:focus,
.cid-ul7UcFi0tQ .nav-link:focus {
  outline: none;
}
.cid-ul7UcFi0tQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ul7UcFi0tQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ul7UcFi0tQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ul7UcFi0tQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ul7UcFi0tQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ul7UcFi0tQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ul7UcFi0tQ .navbar {
  min-height: 90px;
  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-ul7UcFi0tQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ul7UcFi0tQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ul7UcFi0tQ .navbar .navbar-logo img {
  width: auto;
}
.cid-ul7UcFi0tQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ul7UcFi0tQ .navbar.collapsed {
  justify-content: center;
}
.cid-ul7UcFi0tQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ul7UcFi0tQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul7UcFi0tQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-ul7UcFi0tQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul7UcFi0tQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul7UcFi0tQ .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-ul7UcFi0tQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul7UcFi0tQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ul7UcFi0tQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ul7UcFi0tQ .navbar {
    min-height: 72px;
  }
  .cid-ul7UcFi0tQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ul7UcFi0tQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ul7UcFi0tQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul7UcFi0tQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul7UcFi0tQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul7UcFi0tQ .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-ul7UcFi0tQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ul7UcFi0tQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ul7UcFi0tQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ul7UcFi0tQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul7UcFi0tQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ul7UcFi0tQ .dropdown-item.active,
.cid-ul7UcFi0tQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ul7UcFi0tQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul7UcFi0tQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul7UcFi0tQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul7UcFi0tQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ul7UcFi0tQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ul7UcFi0tQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ul7UcFi0tQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ul7UcFi0tQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ul7UcFi0tQ .navbar-buttons {
    text-align: left;
  }
}
.cid-ul7UcFi0tQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ul7UcFi0tQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ul7UcFi0tQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul7UcFi0tQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul7UcFi0tQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul7UcFi0tQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul7UcFi0tQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul7UcFi0tQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul7UcFi0tQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul7UcFi0tQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul7UcFi0tQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ul7UcFi0tQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ul7UcFi0tQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ul7UcFi0tQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ul7UcFi0tQ .navbar {
    height: 70px;
  }
  .cid-ul7UcFi0tQ .navbar.opened {
    height: auto;
  }
  .cid-ul7UcFi0tQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ul7UcFi0tQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ul7UcFi0tQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ul7UcFi0tQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ul7UcFi0tQ .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-ul7UcFi0tQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ul7UcFi0tQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ul7UcFi0tQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ul7UcFi0tQ .navbar-brand {
    margin-right: auto;
  }
  .cid-ul7UcFi0tQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ul7UcFi0tQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ul7UcFi0tQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ul7UcFi0tQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ul7UcFi0tQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ul7UcFi0tQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ul7UcFi0tQ .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-ul7UcFi0tQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ul7UcFi0tQ .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-ul7UcFi0tQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ul7UcFi0tQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ul7UcHR6Ot {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul7UcHR6Ot .item-img {
  position: relative;
}
.cid-ul7UcHR6Ot .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-ul7UcHR6Ot .card-text {
    padding-left: 4rem;
  }
}
.cid-ul7UcHR6Ot h5 {
  line-height: 1.2;
}
.cid-ul7UcHR6Ot .card {
  margin-bottom: 2rem;
}
.cid-ul7UcHR6Ot .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-ul7UcHR6Ot .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ul7UcHR6Ot .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #006666;
}
@media (max-width: 992px) {
  .cid-ul7UcHR6Ot .image-wrapper {
    min-height: 200px;
  }
}
.cid-ul7UcHR6Ot .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ul7UcHR6Ot .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ul7UcHR6Ot .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ul7UcHR6Ot .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ul7UcHR6Ot .link-icon-wrapper .icon-wrap {
  background: #f1c61b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ul7UcHR6Ot .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ul7UcHR6Ot .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ul7UcHR6Ot .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ul7UcHR6Ot .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ul7UcHR6Ot .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ul7UcHR6Ot .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ul7UcHR6Ot .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ul7UcHR6Ot img,
.cid-ul7UcHR6Ot .item-img {
  width: 100%;
}
.cid-ul7UcHR6Ot .item:focus,
.cid-ul7UcHR6Ot span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ul7UcHR6Ot .item {
    margin-bottom: 1rem;
  }
}
.cid-ul7UcHR6Ot .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ul7UcHR6Ot .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ul7UcHR6Ot .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ul7UcHR6Ot .mbr-section-subtitle,
.cid-ul7UcHR6Ot .subtitle-wrap,
.cid-ul7UcHR6Ot .mbr-section-btn {
  text-align: left;
}
.cid-ul7UcHR6Ot .mbr-text,
.cid-ul7UcHR6Ot .item .mbr-section-btn {
  color: #ffffff;
}
.cid-ul7UcHR6Ot .mbr-text {
  color: #000000;
}
.cid-ul7UcJm5n2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ul7UcJm5n2 img {
  transition: all 200ms ease-in-out;
  opacity: 0.7;
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.cid-ul7UcJm5n2 img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.cid-ul7UcJm5n2 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-ul7UcJm5n2 .mbr-section-title {
  color: #000000;
}
.cid-ul7UcJm5n2 .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #d9db4d;
}
.cid-ul7UcJm5n2 .mbr-section-subtitle,
.cid-ul7UcJm5n2 .subtitle-wrap,
.cid-ul7UcJm5n2 .mbr-section-btn {
  text-align: center;
}
.cid-ul7UcL4LCK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ul7UcL4LCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul7UcL4LCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul7UcL4LCK p a:hover {
  text-decoration: underline;
}
.cid-ul7UcL4LCK h2 {
  line-height: 1.3;
}
.cid-ul7UcL4LCK img {
  object-fit: cover;
}
.cid-ul7UcL4LCK .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-ul7UcL4LCK .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-ul7UcL4LCK .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-ul7UcL4LCK .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-ul7UcL4LCK .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-ul7UcL4LCK .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-ul7UcL4LCK .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-ul7UcL4LCK .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ul7UcL4LCK .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ul7UcL4LCK .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ul7UcL4LCK .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ul7UcL4LCK .wrap {
  background: #006666;
}
.cid-ul7UcL4LCK .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ul7UcL4LCK .link-wrapper {
    flex-direction: column;
  }
}
.cid-ul7UcL4LCK .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-ul7UcL4LCK .mbr-text,
.cid-ul7UcL4LCK .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-ul7UcL4LCK .mbr-link,
.cid-ul7UcL4LCK .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ul7UcL4LCK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ul7UcL4LCK .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
