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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  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: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
body .display-1 {
  font-size: 2.72rem;
}
.display-1 {
  font-family: 'Janna LT Regular';
  font-size: 3.4rem;
  line-height: auto;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Janna LT Regular';
  font-size: 2.6rem;
  line-height: auto;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Janna LT Regular';
  font-size: 1rem;
  line-height: auto;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Janna LT Regular';
  font-size: 1.4rem;
  line-height: auto;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Janna LT Regular';
  font-size: 1.2rem;
  line-height: auto;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
  .p {
    font-size: 0.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: auto;
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: auto;
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: auto;
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: auto;
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: auto;
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #024f50 !important;
}
.bg-success {
  background-color: #028385 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffcf00 !important;
}
.bg-danger {
  background-color: #024f50 !important;
}
.btn-primary {
  background: linear-gradient(90deg, #024f50, #024f50 65%, #04b1b4) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #024f50 !important;
  border-color: #024f50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #038082 !important;
  border-color: #038082 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #038082 !important;
  border-color: #038082 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #024f50, #024f50 65%, #04b1b4) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #024f50 !important;
  border-color: #024f50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #038082 !important;
  border-color: #038082 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #038082 !important;
  border-color: #038082 !important;
}
.btn-info {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(90deg, #028385, #028385 65%, #04e6e9) !important;
}
.btn-success,
.btn-success:active {
  background-color: #028385 !important;
  border-color: #028385 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #03b4b7 !important;
  border-color: #03b4b7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #03b4b7 !important;
  border-color: #03b4b7 !important;
}
.btn-warning {
  background: linear-gradient(90deg, #ffcf00, #ffcf00 65%, #ffe266) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcf00 !important;
  border-color: #ffcf00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd933 !important;
  border-color: #ffd933 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd933 !important;
  border-color: #ffd933 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #024f50, #024f50 65%, #04b1b4) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #024f50 !important;
  border-color: #024f50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #038082 !important;
  border-color: #038082 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #038082 !important;
  border-color: #038082 !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !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: #024f50;
  color: #024f50;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #024f50 !important;
  border-color: #024f50 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #024f50;
  color: #024f50;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #024f50 !important;
  border-color: #024f50 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #028385;
  color: #028385;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #012f30 !important;
  background-color: transparent !important;
  border-color: #012f30 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #028385 !important;
  border-color: #028385 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffcf00;
  color: #ffcf00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a88900 !important;
  background-color: transparent !important;
  border-color: #a88900 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffcf00 !important;
  border-color: #ffcf00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #024f50;
  color: #024f50;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #024f50 !important;
  border-color: #024f50 !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: #024f50 !important;
}
.text-secondary {
  color: #024f50 !important;
}
.text-success {
  color: #028385 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffcf00 !important;
}
.text-danger {
  color: #024f50 !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: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #002021 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #997c00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #024f50;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffcf00;
}
.alert-danger {
  background-color: #024f50;
}
.mbr-gallery-filter li.active .btn {
  background-color: #024f50;
  border-color: #024f50;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #024f50;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3df8fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #0bf8fb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff5cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #3df8fa;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Janna LT Regular';
  font-size: 1.2rem;
  line-height: auto;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #024f50 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Janna LT Regular';
  font-size: 1.2rem;
  line-height: auto;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #024f50;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #024f50;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #024f50;
}
.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: #024f50;
  border-bottom-color: #024f50;
}
.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: #024f50 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #024f50 !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='%23024f50' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(2px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.slide-content,
.item-wrap,
.mbr-figure {
  border-radius: 0 !important;
}
.icon-wrap {
  border-radius: 16px;
  border-radius: 0 !important;
}
.item-number img {
  border-radius: 16px !important;
  border-radius: 0 !important;
}
.item-number {
  border-radius: 16px;
  border-radius: 0 !important;
}
.form-control {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
.nav.nav-tabs .nav-item {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
.cid-uM72mfla6L {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uM72mfla6L .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;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uM72mfla6L .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-uM72mfla6L .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0 !important ;
  position: ltr !important;
}
.cid-uM72mfla6L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uM72mfla6L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uM72mfla6L .navbar-nav {
  padding-right: 30px;
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uM72mfla6L .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uM72mfla6L .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uM72mfla6L .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uM72mfla6L .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uM72mfla6L .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uM72mfla6L .navbar-nav .dropdown-item {
  padding: 12px !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 0 !important;
}
.cid-uM72mfla6L .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uM72mfla6L .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uM72mfla6L .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uM72mfla6L .nav-link:hover {
  color: #ffcf00 !important;
}
.cid-uM72mfla6L .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .navbar-logo {
    padding-left: 2rem;
  }
}
.cid-uM72mfla6L .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uM72mfla6L .navbar-caption:hover,
.cid-uM72mfla6L .navbar-caption:focus {
  color: #ffcf00 !important;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uM72mfla6L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uM72mfla6L .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: rgba(2, 131, 133, 0.6) !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: 1px;
  margin: 1rem 1rem 0;
  background-color: #028385;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
  backdrop-filter: blur(30px);
}
.cid-uM72mfla6L .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uM72mfla6L .iconfont-wrapper:hover,
.cid-uM72mfla6L .iconfont-wrapper:focus {
  color: #ffcf00 !important;
}
.cid-uM72mfla6L .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: #028385;
  background: rgba(2, 131, 133, 0.6) !important;
  border-radius: 4px !important;
}
.cid-uM72mfla6L .nav-item:focus,
.cid-uM72mfla6L .nav-link:focus {
  outline: none;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM72mfla6L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM72mfla6L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM72mfla6L .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  padding-right: 2.5vw !important;
  padding-left: 2.5vw !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uM72mfla6L .navbar.opened {
  transition: all 0.3s;
}
.cid-uM72mfla6L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uM72mfla6L .navbar .navbar-logo img {
  width: auto;
}
.cid-uM72mfla6L .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uM72mfla6L .navbar.collapsed {
  justify-content: center;
}
.cid-uM72mfla6L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uM72mfla6L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uM72mfla6L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uM72mfla6L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uM72mfla6L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uM72mfla6L .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-uM72mfla6L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uM72mfla6L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uM72mfla6L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .navbar {
    min-height: 72px;
  }
  .cid-uM72mfla6L .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uM72mfla6L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uM72mfla6L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uM72mfla6L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uM72mfla6L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uM72mfla6L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uM72mfla6L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uM72mfla6L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uM72mfla6L .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uM72mfla6L .dropdown-item.active,
.cid-uM72mfla6L .dropdown-item:active {
  background-color: transparent;
}
.cid-uM72mfla6L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uM72mfla6L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uM72mfla6L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uM72mfla6L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #028385;
}
.cid-uM72mfla6L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uM72mfla6L .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uM72mfla6L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uM72mfla6L .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .navbar-buttons {
    text-align: left;
  }
}
.cid-uM72mfla6L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM72mfla6L .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uM72mfla6L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM72mfla6L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uM72mfla6L .navbar {
    height: 70px;
  }
  .cid-uM72mfla6L .navbar.opened {
    height: auto;
  }
  .cid-uM72mfla6L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM72mfla6L .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uM72mfla6L .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .mbr-section-btn {
    padding-left: 0;
    text-align: center;
    margin: 0 !important;
    width: 90% !important;
  }
}
.cid-uM72mfla6L .mbr-section-btn .btn {
  justify-content: center;
  min-width: 180px;
  padding: 25px 15px;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .mbr-section-btn .btn {
    width: 100% !important;
  }
}
.cid-uM72mfla6L .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uM72mfla6L .navbar-brand {
    margin-left: auto;
  }
  .cid-uM72mfla6L .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #028385;
    opacity: 1;
    border-color: rgba(2, 131, 133, 0.6) !important;
    background: rgba(2, 131, 133, 0.6) !important;
    border-radius: 4px !important;
  }
  .cid-uM72mfla6L .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uM72mfla6L .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uM72mfla6L .navbar .dropdown > .dropdown-menu {
    padding-right: 0px;
    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-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uM72mfla6L .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uM72mfla6L .navbar-brand,
.cid-uM72mfla6L .navbar-toggler,
.cid-uM72mfla6L .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uA2pfRXdDH {
  background-image: url("../../../assets/images/image-fx-3-1408x768.jpg");
}
.cid-uA2pfRXdDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2pfRXdDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2pfRXdDH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA2pfRXdDH .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA2pfRXdDH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA2pfRXdDH .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uA2pfRXdDH .container {
    padding: 0 24px;
  }
}
.cid-uA2pfRXdDH .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uA2pfRXdDH .content-wrapper {
    padding: 0;
  }
}
.cid-uA2pfRXdDH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 1px 5px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  z-index: 1;
}
.cid-uA2pfRXdDH .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uA2pfRXdDH .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uA2pfRXdDH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uA2pfRXdDH .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uA2pfRXdDH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uA2pfRXdDH .mbr-section-title {
  color: #ffffff;
}
.cid-uA2pfRXdDH .mbr-desc,
.cid-uA2pfRXdDH .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA2pfRXdDH .mbr-text,
.cid-uA2pfRXdDH .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uA2pfRXdDH .mbr-section-title,
.cid-uA2pfRXdDH .mbr-section-btn {
  text-align: center;
}
.cid-uA2pfRXdDH .image-wrapper {
  margin-top: 20px;
}
.cid-uA2pfRXdDH .img {
  margin-top: 10px;
  margim-bottom: -95px;
}
.cid-ufFCNNgItc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image-fx-10-1408x768.jpg");
}
.cid-ufFCNNgItc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCNNgItc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCNNgItc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFCNNgItc .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufFCNNgItc .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCNNgItc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFCNNgItc .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ufFCNNgItc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFCNNgItc .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ufFCNNgItc .image-wrapper img {
    height: 350px;
  }
}
.cid-ufFCNNgItc .mbr-section-title {
  color: #ffffff;
}
.cid-ufFCNNgItc .mbr-text,
.cid-ufFCNNgItc .text-wrapper {
  color: #f7f7f7;
  text-align: right;
}
.cid-uyIo8B2ngU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #036768;
}
.cid-uyIo8B2ngU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyIo8B2ngU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyIo8B2ngU .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uyIo8B2ngU .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyIo8B2ngU .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uyIo8B2ngU .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uyIo8B2ngU .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uyIo8B2ngU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uyIo8B2ngU .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyIo8B2ngU .image-wrapper img {
    height: 350px;
  }
}
.cid-uyIo8B2ngU .mbr-section-title {
  color: #ffffff;
}
.cid-uyIo8B2ngU .mbr-text,
.cid-uyIo8B2ngU .text-wrapper {
  color: #f7f7f7;
  text-align: right;
}
.cid-uM6CRR8eE7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/3-1200x800.png");
}
.cid-uM6CRR8eE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM6CRR8eE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM6CRR8eE7 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uM6CRR8eE7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM6CRR8eE7 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #026f70;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uM6CRR8eE7 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uM6CRR8eE7 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uM6CRR8eE7 .title-wrapper .title-wrap .mbr-section-title span {
  color: #ffffff;
}
.cid-uM6CRR8eE7 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uM6CRR8eE7 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uM6CRR8eE7 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #399898;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uM6CRR8eE7 .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uM6CRR8eE7 .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uM6CRR8eE7 .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM6CRR8eE7 .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #399898;
  background-color: #167f79;
  border-radius: 5px;
}
.cid-uM6CRR8eE7 .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uM6CRR8eE7 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uM6CRR8eE7 .mbr-section-title {
  color: #404349;
}
.cid-uM6CRR8eE7 .mbr-desc {
  color: #b19a7c;
}
.cid-uM6CRR8eE7 .item-title {
  color: #404349;
}
.cid-uM6CRR8eE7 .item-text {
  color: #ffffff;
}
.cid-uM6CRR8eE7 .mbr-section-title,
.cid-uM6CRR8eE7 .title-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uM6CRR8eE7 .item-title,
.cid-uM6CRR8eE7 .icon-wrapper {
  color: #ffffff;
}
.cid-uM6CRR8eE7 .mbr-desc,
.cid-uM6CRR8eE7 .desc-wrapper {
  text-align: center;
  color: #ffcf00;
}
.cid-uC1k38iGeQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image-fx-4-1408x768.jpg");
}
.cid-uC1k38iGeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1k38iGeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1k38iGeQ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uC1k38iGeQ .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uC1k38iGeQ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uC1k38iGeQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uC1k38iGeQ .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uC1k38iGeQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uC1k38iGeQ .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC1k38iGeQ .image-wrapper img {
    height: 350px;
  }
}
.cid-uC1k38iGeQ .mbr-section-title {
  color: #ffffff;
}
.cid-uC1k38iGeQ .mbr-text,
.cid-uC1k38iGeQ .text-wrapper {
  color: #f7f7f7;
  text-align: right;
}
.cid-uC1k38iGeQ h2,
.cid-uC1k38iGeQ a {
  margin-right: 12px;
}
.cid-uC1k38iGeQ .mbr-section-title,
.cid-uC1k38iGeQ .mbr-section-btn {
  text-align: right;
}
.cid-uQc0fKIl81 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #036768;
}
.cid-uQc0fKIl81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQc0fKIl81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQc0fKIl81 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uQc0fKIl81 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQc0fKIl81 .container {
    padding: 0 24px;
  }
}
.cid-uQc0fKIl81 .card {
  justify-content: center;
}
.cid-uQc0fKIl81 .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uQc0fKIl81 .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uQc0fKIl81 .content-wrapper .tab-content {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uQc0fKIl81 .content-wrapper .tab-content {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uQc0fKIl81 .content-wrapper .tab-content .tab-pane .content-wrap .card-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uQc0fKIl81 .content-wrapper .tab-content .tab-pane .content-wrap .card-title {
    margin-bottom: 28px;
  }
}
.cid-uQc0fKIl81 .content-wrapper .tab-content .tab-pane .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-uQc0fKIl81 .content-wrapper .tabs-wrap {
  width: 35%;
}
@media (max-width: 1500px) {
  .cid-uQc0fKIl81 .content-wrapper .tabs-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uQc0fKIl81 .content-wrapper .tabs-wrap {
    width: 100%;
  }
}
.cid-uQc0fKIl81 .content-wrapper .tabs-wrap .nav.nav-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border: none;
}
@media (max-width: 1240px) {
  .cid-uQc0fKIl81 .content-wrapper .tabs-wrap .nav.nav-tabs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uQc0fKIl81 .content-wrapper .tabs-wrap .nav.nav-tabs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uQc0fKIl81 .content-wrapper .tabs-wrap .nav.nav-tabs {
    grid-template-columns: 1fr;
  }
}
.cid-uQc0fKIl81 .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-uQc0fKIl81 .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column-reverse !important;
  justify-content: center;
  padding: 32px;
  margin-bottom: 0;
  border: 1px solid #bbbbbb;
  color: #028385;
  background-color: transparent;
  border-radius: .6rem !important;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQc0fKIl81 .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 20px;
  }
}
.cid-uQc0fKIl81 .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link img {
  height: 225px;
  object-fit: cover;
  border-radius: .6rem !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQc0fKIl81 .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link img {
    padding: 28px;
  }
}
.cid-uQc0fKIl81 .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  width: 44px;
  height: 44px;
  font-size: 24px;
  background-color: #028385;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10px 0 0 0 !important;
}
.cid-uQc0fKIl81 .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #028385;
  color: #ffffff;
}
.cid-uQc0fKIl81 .card-title {
  color: #036768;
  text-align: right;
}
.cid-uQc0fKIl81 .card-text {
  color: #000000;
}
.cid-uQb34Yjk8r {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/image-fx-19-1224x668.jpg");
}
.cid-uQb34Yjk8r .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-uQb34Yjk8r .align-center {
    text-align: center;
  }
  .cid-uQb34Yjk8r .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uQb34Yjk8r .block-btn {
  display: flex;
}
.cid-uQb34Yjk8r .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uQb34Yjk8r h1 {
  margin-bottom: 0;
}
.cid-uQb34Yjk8r .wrapper {
  background-color: #026f70;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-uQb34Yjk8r .container {
    padding: 0 3rem;
  }
  .cid-uQb34Yjk8r .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uQb34Yjk8r .block-btn {
    justify-content: center;
  }
  .cid-uQb34Yjk8r .text-block {
    text-align: center;
  }
  .cid-uQb34Yjk8r .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQb34Yjk8r .block-btn {
    justify-content: flex-end;
  }
  .cid-uQb34Yjk8r .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-uQb34Yjk8r .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-uQb34Yjk8r .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-uQb34Yjk8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQb34Yjk8r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQb34Yjk8r H1 {
  text-align: right;
  color: #ffcf00;
}
.cid-uQb34Yjk8r H3 {
  text-align: right;
}
.cid-uQb34Yjk8r .mbr-text,
.cid-uQb34Yjk8r .mbr-section-btn {
  text-align: right;
  color: #dddddd;
}
.cid-uM7lAsb2Q7 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/8-350x280.png");
}
.cid-uM7lAsb2Q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7lAsb2Q7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uM7lAsb2Q7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uM7lAsb2Q7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uM7lAsb2Q7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uM7lAsb2Q7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM7lAsb2Q7 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uM7lAsb2Q7 .mbr-text,
.cid-uM7lAsb2Q7 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uzu6iLcVJ0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/image-fx-31-1408x768.jpg");
}
.cid-uzu6iLcVJ0 .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-uzu6iLcVJ0 .item-subtitle {
  line-height: 0.5;
  color: #000000;
}
.cid-uzu6iLcVJ0 img,
.cid-uzu6iLcVJ0 .item-img {
  width: 100%;
}
.cid-uzu6iLcVJ0 .item:focus,
.cid-uzu6iLcVJ0 span:focus {
  outline: none;
}
.cid-uzu6iLcVJ0 .item {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-uzu6iLcVJ0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uzu6iLcVJ0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uzu6iLcVJ0 .item {
  padding: 0;
  margin: 0;
}
.cid-uzu6iLcVJ0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 80%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uzu6iLcVJ0 .mbr-section-title {
  color: #024f50;
}
.cid-uzu6iLcVJ0 .mbr-text,
.cid-uzu6iLcVJ0 .mbr-section-btn {
  color: #232323;
}
.cid-uzu6iLcVJ0 .item-title {
  color: #232323;
  text-align: center;
}
.cid-uzu6iLcVJ0 .content-head {
  max-width: 800px;
}
.cid-uzupZ2VE9A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #028385;
}
.cid-uzupZ2VE9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzupZ2VE9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzupZ2VE9A .content-wrap {
  GAP: 20PX;
  padding: 60px;
  border-radius: 1px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uzupZ2VE9A .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uzupZ2VE9A .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uzupZ2VE9A .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper {
  padding-left: none;
}
@media (max-width: 1200px) {
  .cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  border-radius: 30px;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzupZ2VE9A .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #f8e7d2;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uzupZ2VE9A .mbr-section-title {
  color: #404349;
}
.cid-uzupZ2VE9A .mbr-desc {
  color: #b19a7c;
}
.cid-uzupZ2VE9A .mbr-text {
  color: #404349;
}
.cid-uzupZ2VE9A .list {
  color: #404349;
}
.cid-uzupZ2VE9A .soc-desc {
  color: #404349;
}
.cid-uzupZ2VE9A label {
  color: #404349;
}
.cid-uzupZ2VE9A .mbr-section-title,
.cid-uzupZ2VE9A .title-wrap {
  text-align: right;
  color: #024f50;
}
.cid-uOnlv1oJXz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uOnlv1oJXz .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #026f70 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uOnlv1oJXz .mbr-iconfont {
  color: #ffffff;
  align-items: center;
}
.cid-uOnlv1oJXz .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uOnlv1oJXz .social-list {
  width: auto;
}
.cid-uOnlv1oJXz .icon-transition:hover .mbr-iconfont {
  color: #ffcf00;
}
.cid-uOnlv1oJXz .social-media {
  padding: 0;
  text-align: center;
}
.cid-uOnlv1oJXz .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uOnlv1oJXz .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uOnlv1oJXz .mbr-section-title,
.cid-uOnlv1oJXz .social-media {
  color: #111213;
}
.cid-uA85DguJ1K {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uA85DguJ1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA85DguJ1K .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uA85DguJ1K .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uA85DguJ1K .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uA85DguJ1K a {
  font-weight: 600;
}
.cid-uA85DguJ1K a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uA85DguJ1K .col-lg-3,
  .cid-uA85DguJ1K .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uA85DguJ1K .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uA85DguJ1K .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uA85DguJ1K h5 {
  margin: 0;
}
.cid-uA85DguJ1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA85DguJ1K .iconfont-wrapper {
  position: relative;
}
.cid-uA85DguJ1K .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uA85DguJ1K .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uA85DguJ1K .sociconfont-wrapper {
  display: flex;
}
.cid-uA85DguJ1K .card-title,
.cid-uA85DguJ1K .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-uA85DguJ1K .card-text {
  color: #024f50;
  text-align: right;
}
.cid-uA85DguJ1K .mbr-section-title {
  color: #000000;
}
.cid-uA85DguJ1K .main-title,
.cid-uA85DguJ1K .iconfont-wrapper {
  text-align: left;
}
.cid-uzutB3G5dC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #026f70;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  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: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uM72mfla6L {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uM72mfla6L .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;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uM72mfla6L .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-uM72mfla6L .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0 !important ;
  position: ltr !important;
}
.cid-uM72mfla6L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uM72mfla6L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uM72mfla6L .navbar-nav {
  padding-right: 30px;
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uM72mfla6L .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uM72mfla6L .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uM72mfla6L .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uM72mfla6L .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uM72mfla6L .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uM72mfla6L .navbar-nav .dropdown-item {
  padding: 12px !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 0 !important;
}
.cid-uM72mfla6L .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uM72mfla6L .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uM72mfla6L .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uM72mfla6L .nav-link:hover {
  color: #ffcf00 !important;
}
.cid-uM72mfla6L .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .navbar-logo {
    padding-left: 2rem;
  }
}
.cid-uM72mfla6L .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uM72mfla6L .navbar-caption:hover,
.cid-uM72mfla6L .navbar-caption:focus {
  color: #ffcf00 !important;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uM72mfla6L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uM72mfla6L .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: rgba(2, 131, 133, 0.6) !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: 1px;
  margin: 1rem 1rem 0;
  background-color: #028385;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
  backdrop-filter: blur(30px);
}
.cid-uM72mfla6L .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uM72mfla6L .iconfont-wrapper:hover,
.cid-uM72mfla6L .iconfont-wrapper:focus {
  color: #ffcf00 !important;
}
.cid-uM72mfla6L .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: #028385;
  background: rgba(2, 131, 133, 0.6) !important;
  border-radius: 4px !important;
}
.cid-uM72mfla6L .nav-item:focus,
.cid-uM72mfla6L .nav-link:focus {
  outline: none;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM72mfla6L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM72mfla6L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM72mfla6L .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  padding-right: 2.5vw !important;
  padding-left: 2.5vw !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uM72mfla6L .navbar.opened {
  transition: all 0.3s;
}
.cid-uM72mfla6L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uM72mfla6L .navbar .navbar-logo img {
  width: auto;
}
.cid-uM72mfla6L .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uM72mfla6L .navbar.collapsed {
  justify-content: center;
}
.cid-uM72mfla6L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uM72mfla6L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uM72mfla6L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uM72mfla6L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uM72mfla6L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uM72mfla6L .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-uM72mfla6L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uM72mfla6L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uM72mfla6L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .navbar {
    min-height: 72px;
  }
  .cid-uM72mfla6L .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uM72mfla6L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uM72mfla6L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uM72mfla6L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uM72mfla6L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uM72mfla6L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uM72mfla6L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uM72mfla6L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uM72mfla6L .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uM72mfla6L .dropdown-item.active,
.cid-uM72mfla6L .dropdown-item:active {
  background-color: transparent;
}
.cid-uM72mfla6L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uM72mfla6L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uM72mfla6L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uM72mfla6L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #028385;
}
.cid-uM72mfla6L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uM72mfla6L .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uM72mfla6L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uM72mfla6L .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .navbar-buttons {
    text-align: left;
  }
}
.cid-uM72mfla6L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM72mfla6L .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uM72mfla6L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM72mfla6L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uM72mfla6L .navbar {
    height: 70px;
  }
  .cid-uM72mfla6L .navbar.opened {
    height: auto;
  }
  .cid-uM72mfla6L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM72mfla6L .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uM72mfla6L .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .mbr-section-btn {
    padding-left: 0;
    text-align: center;
    margin: 0 !important;
    width: 90% !important;
  }
}
.cid-uM72mfla6L .mbr-section-btn .btn {
  justify-content: center;
  min-width: 180px;
  padding: 25px 15px;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .mbr-section-btn .btn {
    width: 100% !important;
  }
}
.cid-uM72mfla6L .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uM72mfla6L .navbar-brand {
    margin-left: auto;
  }
  .cid-uM72mfla6L .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #028385;
    opacity: 1;
    border-color: rgba(2, 131, 133, 0.6) !important;
    background: rgba(2, 131, 133, 0.6) !important;
    border-radius: 4px !important;
  }
  .cid-uM72mfla6L .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uM72mfla6L .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uM72mfla6L .navbar .dropdown > .dropdown-menu {
    padding-right: 0px;
    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-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uM72mfla6L .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uM72mfla6L .navbar-brand,
.cid-uM72mfla6L .navbar-toggler,
.cid-uM72mfla6L .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uDHTnW9c9t {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image-fx-10-1408x768.jpg");
}
.cid-uDHTnW9c9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDHTnW9c9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDHTnW9c9t .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDHTnW9c9t .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDHTnW9c9t .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDHTnW9c9t .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDHTnW9c9t .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDHTnW9c9t .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDHTnW9c9t .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDHTnW9c9t .image-wrapper img {
    height: 350px;
  }
}
.cid-uDHTnW9c9t .mbr-section-title {
  color: #ffffff;
}
.cid-uDHTnW9c9t .mbr-text,
.cid-uDHTnW9c9t .text-wrapper {
  color: #f7f7f7;
  text-align: right;
}
.cid-uDHTnWYY1l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #036768;
}
.cid-uDHTnWYY1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDHTnWYY1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDHTnWYY1l .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDHTnWYY1l .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDHTnWYY1l .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDHTnWYY1l .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDHTnWYY1l .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDHTnWYY1l .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDHTnWYY1l .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDHTnWYY1l .image-wrapper img {
    height: 350px;
  }
}
.cid-uDHTnWYY1l .mbr-section-title {
  color: #ffffff;
}
.cid-uDHTnWYY1l .mbr-text,
.cid-uDHTnWYY1l .text-wrapper {
  color: #f7f7f7;
  text-align: right;
}
.cid-uDOuPuSgvu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image-fx-10-1408x768.jpeg");
}
.cid-uDOuPuSgvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOuPuSgvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDOuPuSgvu .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDOuPuSgvu .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDOuPuSgvu .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDOuPuSgvu .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDOuPuSgvu .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDOuPuSgvu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDOuPuSgvu .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDOuPuSgvu .image-wrapper img {
    height: 350px;
  }
}
.cid-uDOuPuSgvu .mbr-section-title {
  color: #ffffff;
}
.cid-uDOuPuSgvu .mbr-text,
.cid-uDOuPuSgvu .text-wrapper {
  color: #f7f7f7;
  text-align: right;
}
.cid-uMimhtLEaO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/3-1200x800.png");
}
.cid-uMimhtLEaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMimhtLEaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMimhtLEaO .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMimhtLEaO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMimhtLEaO .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #026f70;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uMimhtLEaO .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uMimhtLEaO .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uMimhtLEaO .title-wrapper .title-wrap .mbr-section-title span {
  color: #ffffff;
}
.cid-uMimhtLEaO .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uMimhtLEaO .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uMimhtLEaO .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #399898;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uMimhtLEaO .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uMimhtLEaO .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMimhtLEaO .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMimhtLEaO .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #399898;
  background-color: #167f79;
  border-radius: 5px;
}
.cid-uMimhtLEaO .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uMimhtLEaO .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uMimhtLEaO .mbr-section-title {
  color: #404349;
}
.cid-uMimhtLEaO .mbr-desc {
  color: #b19a7c;
}
.cid-uMimhtLEaO .item-title {
  color: #404349;
}
.cid-uMimhtLEaO .item-text {
  color: #ffffff;
}
.cid-uMimhtLEaO .mbr-section-title,
.cid-uMimhtLEaO .title-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uMimhtLEaO .item-title,
.cid-uMimhtLEaO .icon-wrapper {
  color: #ffffff;
}
.cid-uMimhtLEaO .mbr-desc,
.cid-uMimhtLEaO .desc-wrapper {
  text-align: center;
  color: #ffcf00;
}
.cid-uM5Zm3tiL8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uM5Zm3tiL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM5Zm3tiL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM5Zm3tiL8 .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uM5Zm3tiL8 .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uM5Zm3tiL8 .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uM5Zm3tiL8 .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uM5Zm3tiL8 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uM5Zm3tiL8 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #252525, #3f3f3f);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uM5Zm3tiL8 .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uM5Zm3tiL8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uM5Zm3tiL8 .btn-wrapper {
  margin-top: -15%;
}
.cid-uM5Zm3tiL8 .mbr-section-title {
  color: #272b2e;
}
.cid-uM5Zm3tiL8 .mbr-text,
.cid-uM5Zm3tiL8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uM5Zm3tiL8 .mbr-section-title,
.cid-uM5Zm3tiL8 .mbr-section-btn,
.cid-uM5Zm3tiL8 .clients-wrapper {
  text-align: center;
}
.cid-uDHTo2v0XZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #036768;
}
.cid-uDHTo2v0XZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDHTo2v0XZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDHTo2v0XZ .content-wrap {
  GAP: 20PX;
  padding: 60px;
  border-radius: 2px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uDHTo2v0XZ .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uDHTo2v0XZ .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uDHTo2v0XZ .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #ffcf00;
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper {
  padding-left: none;
}
@media (max-width: 1200px) {
  .cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uDHTo2v0XZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uDHTo2v0XZ .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  border-radius: 30px;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDHTo2v0XZ .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-uDHTo2v0XZ .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDHTo2v0XZ .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #f8e7d2;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uDHTo2v0XZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uDHTo2v0XZ .mbr-section-title {
  color: #404349;
}
.cid-uDHTo2v0XZ .mbr-desc {
  color: #b19a7c;
}
.cid-uDHTo2v0XZ .mbr-text {
  color: #404349;
}
.cid-uDHTo2v0XZ .list {
  color: #404349;
}
.cid-uDHTo2v0XZ .soc-desc {
  color: #404349;
}
.cid-uDHTo2v0XZ label {
  color: #404349;
}
.cid-uDHTo2v0XZ .mbr-section-title,
.cid-uDHTo2v0XZ .title-wrap {
  text-align: right;
  color: #024f50;
}
.cid-uSgtrRPVV9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSgtrRPVV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSgtrRPVV9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSgtrRPVV9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSgtrRPVV9 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSgtrRPVV9 a {
  font-weight: 600;
}
.cid-uSgtrRPVV9 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSgtrRPVV9 .col-lg-3,
  .cid-uSgtrRPVV9 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSgtrRPVV9 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSgtrRPVV9 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uSgtrRPVV9 h5 {
  margin: 0;
}
.cid-uSgtrRPVV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgtrRPVV9 .iconfont-wrapper {
  position: relative;
}
.cid-uSgtrRPVV9 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSgtrRPVV9 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSgtrRPVV9 .sociconfont-wrapper {
  display: flex;
}
.cid-uSgtrRPVV9 .card-title,
.cid-uSgtrRPVV9 .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-uSgtrRPVV9 .card-text {
  color: #024f50;
  text-align: right;
}
.cid-uSgtrRPVV9 .mbr-section-title {
  color: #000000;
}
.cid-uSgtrRPVV9 .main-title,
.cid-uSgtrRPVV9 .iconfont-wrapper {
  text-align: left;
}
.cid-uDHTo5TDvT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #026f70;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  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: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uM72mfla6L {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uM72mfla6L .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;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uM72mfla6L .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-uM72mfla6L .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0 !important ;
  position: ltr !important;
}
.cid-uM72mfla6L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uM72mfla6L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uM72mfla6L .navbar-nav {
  padding-right: 30px;
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uM72mfla6L .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uM72mfla6L .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uM72mfla6L .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uM72mfla6L .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uM72mfla6L .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uM72mfla6L .navbar-nav .dropdown-item {
  padding: 12px !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 0 !important;
}
.cid-uM72mfla6L .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uM72mfla6L .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uM72mfla6L .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uM72mfla6L .nav-link:hover {
  color: #ffcf00 !important;
}
.cid-uM72mfla6L .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .navbar-logo {
    padding-left: 2rem;
  }
}
.cid-uM72mfla6L .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uM72mfla6L .navbar-caption:hover,
.cid-uM72mfla6L .navbar-caption:focus {
  color: #ffcf00 !important;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uM72mfla6L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uM72mfla6L .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: rgba(2, 131, 133, 0.6) !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: 1px;
  margin: 1rem 1rem 0;
  background-color: #028385;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
  backdrop-filter: blur(30px);
}
.cid-uM72mfla6L .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uM72mfla6L .iconfont-wrapper:hover,
.cid-uM72mfla6L .iconfont-wrapper:focus {
  color: #ffcf00 !important;
}
.cid-uM72mfla6L .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: #028385;
  background: rgba(2, 131, 133, 0.6) !important;
  border-radius: 4px !important;
}
.cid-uM72mfla6L .nav-item:focus,
.cid-uM72mfla6L .nav-link:focus {
  outline: none;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM72mfla6L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM72mfla6L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM72mfla6L .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  padding-right: 2.5vw !important;
  padding-left: 2.5vw !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uM72mfla6L .navbar.opened {
  transition: all 0.3s;
}
.cid-uM72mfla6L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uM72mfla6L .navbar .navbar-logo img {
  width: auto;
}
.cid-uM72mfla6L .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uM72mfla6L .navbar.collapsed {
  justify-content: center;
}
.cid-uM72mfla6L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uM72mfla6L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uM72mfla6L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uM72mfla6L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uM72mfla6L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uM72mfla6L .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-uM72mfla6L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uM72mfla6L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uM72mfla6L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .navbar {
    min-height: 72px;
  }
  .cid-uM72mfla6L .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uM72mfla6L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uM72mfla6L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uM72mfla6L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uM72mfla6L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uM72mfla6L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uM72mfla6L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uM72mfla6L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uM72mfla6L .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uM72mfla6L .dropdown-item.active,
.cid-uM72mfla6L .dropdown-item:active {
  background-color: transparent;
}
.cid-uM72mfla6L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uM72mfla6L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uM72mfla6L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uM72mfla6L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #028385;
}
.cid-uM72mfla6L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uM72mfla6L .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uM72mfla6L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uM72mfla6L .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .navbar-buttons {
    text-align: left;
  }
}
.cid-uM72mfla6L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM72mfla6L .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uM72mfla6L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM72mfla6L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uM72mfla6L .navbar {
    height: 70px;
  }
  .cid-uM72mfla6L .navbar.opened {
    height: auto;
  }
  .cid-uM72mfla6L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM72mfla6L .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uM72mfla6L .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .mbr-section-btn {
    padding-left: 0;
    text-align: center;
    margin: 0 !important;
    width: 90% !important;
  }
}
.cid-uM72mfla6L .mbr-section-btn .btn {
  justify-content: center;
  min-width: 180px;
  padding: 25px 15px;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .mbr-section-btn .btn {
    width: 100% !important;
  }
}
.cid-uM72mfla6L .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uM72mfla6L .navbar-brand {
    margin-left: auto;
  }
  .cid-uM72mfla6L .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #028385;
    opacity: 1;
    border-color: rgba(2, 131, 133, 0.6) !important;
    background: rgba(2, 131, 133, 0.6) !important;
    border-radius: 4px !important;
  }
  .cid-uM72mfla6L .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uM72mfla6L .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uM72mfla6L .navbar .dropdown > .dropdown-menu {
    padding-right: 0px;
    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-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uM72mfla6L .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uM72mfla6L .navbar-brand,
.cid-uM72mfla6L .navbar-toggler,
.cid-uM72mfla6L .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uMqMb8wggo {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pic-7-1200x800.png");
}
.cid-uMqMb8wggo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqMb8wggo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMqMb8wggo .container {
    padding: 0 15px;
  }
}
.cid-uMqMb8wggo .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uMqMb8wggo .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uMqMb8wggo .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uMqMb8wggo .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ffffff;
}
.cid-uMqMb8wggo .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uMqMb8wggo .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uMqMb8wggo .mbr-section-title {
  color: #131c28;
}
.cid-uMqMb8wggo .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uMqMb8wggo .mbr-section-title,
.cid-uMqMb8wggo .mbr-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-uDJIFTYUkk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/2-1200x800.png");
}
.cid-uDJIFTYUkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJIFTYUkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uDJIFTYUkk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDJIFTYUkk img {
  border-radius: 3rem;
}
.cid-uDJIFTYUkk .row {
  flex-direction: row-reverse;
}
.cid-uDJIFTYUkk .row {
  align-items: center;
}
.cid-uDJIFTYUkk .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uDJIFTYUkk .mbr-text,
.cid-uDJIFTYUkk .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uDJIFTYUkk .mbr-section-subtitle {
  color: #491414;
}
.cid-uDJIGO1A8k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/3-1200x800.png");
}
.cid-uDJIGO1A8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJIGO1A8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uDJIGO1A8k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDJIGO1A8k img {
  border-radius: 3rem;
}
.cid-uDJIGO1A8k .row {
  align-items: center;
}
.cid-uDJIGO1A8k .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uDJIGO1A8k .mbr-text,
.cid-uDJIGO1A8k .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uDJIGO1A8k .mbr-section-subtitle {
  color: #491414;
}
.cid-uDJIHAU1fQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/4-1200x800.png");
}
.cid-uDJIHAU1fQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJIHAU1fQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uDJIHAU1fQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDJIHAU1fQ img {
  border-radius: 3rem;
}
.cid-uDJIHAU1fQ .row {
  flex-direction: row-reverse;
}
.cid-uDJIHAU1fQ .row {
  align-items: center;
}
.cid-uDJIHAU1fQ .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uDJIHAU1fQ .mbr-text,
.cid-uDJIHAU1fQ .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uDJIHAU1fQ .mbr-section-subtitle {
  color: #491414;
}
.cid-uM6kCWIcop {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/5-1200x800.png");
}
.cid-uM6kCWIcop .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM6kCWIcop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uM6kCWIcop .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM6kCWIcop img {
  border-radius: 3rem;
}
.cid-uM6kCWIcop .row {
  align-items: center;
}
.cid-uM6kCWIcop .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uM6kCWIcop .mbr-text,
.cid-uM6kCWIcop .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uM6kCWIcop .mbr-section-subtitle {
  color: #491414;
}
.cid-uM6kKnomRs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/6-1200x800.png");
}
.cid-uM6kKnomRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM6kKnomRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uM6kKnomRs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM6kKnomRs img {
  border-radius: 3rem;
}
.cid-uM6kKnomRs .row {
  flex-direction: row-reverse;
}
.cid-uM6kKnomRs .row {
  align-items: center;
}
.cid-uM6kKnomRs .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uM6kKnomRs .mbr-text,
.cid-uM6kKnomRs .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uM6kKnomRs .mbr-section-subtitle {
  color: #491414;
}
.cid-uSgtDqkTQw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSgtDqkTQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSgtDqkTQw .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSgtDqkTQw .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSgtDqkTQw .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSgtDqkTQw a {
  font-weight: 600;
}
.cid-uSgtDqkTQw a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSgtDqkTQw .col-lg-3,
  .cid-uSgtDqkTQw .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSgtDqkTQw .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSgtDqkTQw .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uSgtDqkTQw h5 {
  margin: 0;
}
.cid-uSgtDqkTQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgtDqkTQw .iconfont-wrapper {
  position: relative;
}
.cid-uSgtDqkTQw .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSgtDqkTQw .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSgtDqkTQw .sociconfont-wrapper {
  display: flex;
}
.cid-uSgtDqkTQw .card-title,
.cid-uSgtDqkTQw .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-uSgtDqkTQw .card-text {
  color: #024f50;
  text-align: right;
}
.cid-uSgtDqkTQw .mbr-section-title {
  color: #000000;
}
.cid-uSgtDqkTQw .main-title,
.cid-uSgtDqkTQw .iconfont-wrapper {
  text-align: left;
}
.cid-uDID9Nj2Bp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #026f70;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  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: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uM72mfla6L {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uM72mfla6L .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;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uM72mfla6L .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-uM72mfla6L .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0 !important ;
  position: ltr !important;
}
.cid-uM72mfla6L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uM72mfla6L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uM72mfla6L .navbar-nav {
  padding-right: 30px;
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uM72mfla6L .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uM72mfla6L .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uM72mfla6L .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uM72mfla6L .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uM72mfla6L .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uM72mfla6L .navbar-nav .dropdown-item {
  padding: 12px !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 0 !important;
}
.cid-uM72mfla6L .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uM72mfla6L .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uM72mfla6L .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uM72mfla6L .nav-link:hover {
  color: #ffcf00 !important;
}
.cid-uM72mfla6L .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .navbar-logo {
    padding-left: 2rem;
  }
}
.cid-uM72mfla6L .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uM72mfla6L .navbar-caption:hover,
.cid-uM72mfla6L .navbar-caption:focus {
  color: #ffcf00 !important;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uM72mfla6L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uM72mfla6L .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: rgba(2, 131, 133, 0.6) !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: 1px;
  margin: 1rem 1rem 0;
  background-color: #028385;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
  backdrop-filter: blur(30px);
}
.cid-uM72mfla6L .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uM72mfla6L .iconfont-wrapper:hover,
.cid-uM72mfla6L .iconfont-wrapper:focus {
  color: #ffcf00 !important;
}
.cid-uM72mfla6L .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: #028385;
  background: rgba(2, 131, 133, 0.6) !important;
  border-radius: 4px !important;
}
.cid-uM72mfla6L .nav-item:focus,
.cid-uM72mfla6L .nav-link:focus {
  outline: none;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uM72mfla6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM72mfla6L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM72mfla6L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM72mfla6L .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  padding-right: 2.5vw !important;
  padding-left: 2.5vw !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uM72mfla6L .navbar.opened {
  transition: all 0.3s;
}
.cid-uM72mfla6L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uM72mfla6L .navbar .navbar-logo img {
  width: auto;
}
.cid-uM72mfla6L .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uM72mfla6L .navbar.collapsed {
  justify-content: center;
}
.cid-uM72mfla6L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uM72mfla6L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uM72mfla6L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uM72mfla6L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uM72mfla6L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uM72mfla6L .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-uM72mfla6L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uM72mfla6L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uM72mfla6L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uM72mfla6L .navbar {
    min-height: 72px;
  }
  .cid-uM72mfla6L .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uM72mfla6L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uM72mfla6L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uM72mfla6L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uM72mfla6L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uM72mfla6L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uM72mfla6L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uM72mfla6L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uM72mfla6L .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uM72mfla6L .dropdown-item.active,
.cid-uM72mfla6L .dropdown-item:active {
  background-color: transparent;
}
.cid-uM72mfla6L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uM72mfla6L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uM72mfla6L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uM72mfla6L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #028385;
}
.cid-uM72mfla6L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uM72mfla6L .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uM72mfla6L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uM72mfla6L .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .navbar-buttons {
    text-align: left;
  }
}
.cid-uM72mfla6L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM72mfla6L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM72mfla6L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM72mfla6L .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uM72mfla6L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM72mfla6L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uM72mfla6L .navbar {
    height: 70px;
  }
  .cid-uM72mfla6L .navbar.opened {
    height: auto;
  }
  .cid-uM72mfla6L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM72mfla6L .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uM72mfla6L .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .mbr-section-btn {
    padding-left: 0;
    text-align: center;
    margin: 0 !important;
    width: 90% !important;
  }
}
.cid-uM72mfla6L .mbr-section-btn .btn {
  justify-content: center;
  min-width: 180px;
  padding: 25px 15px;
}
@media (max-width: 992px) {
  .cid-uM72mfla6L .mbr-section-btn .btn {
    width: 100% !important;
  }
}
.cid-uM72mfla6L .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uM72mfla6L .navbar-brand {
    margin-left: auto;
  }
  .cid-uM72mfla6L .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #028385;
    opacity: 1;
    border-color: rgba(2, 131, 133, 0.6) !important;
    background: rgba(2, 131, 133, 0.6) !important;
    border-radius: 4px !important;
  }
  .cid-uM72mfla6L .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uM72mfla6L .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uM72mfla6L .navbar .dropdown > .dropdown-menu {
    padding-right: 0px;
    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-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uM72mfla6L .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-uM72mfla6L .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uM72mfla6L .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uM72mfla6L .navbar-brand,
.cid-uM72mfla6L .navbar-toggler,
.cid-uM72mfla6L .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uM6y22M95h {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/3-1200x800.png");
}
.cid-uM6y22M95h .mbr-overlay {
  background: #028385;
  opacity: 0.9;
}
.cid-uM6y22M95h h6 {
  line-height: 1.2;
}
.cid-uM6y22M95h img,
.cid-uM6y22M95h .item-img {
  width: 100%;
  height: 100%;
}
.cid-uM6y22M95h .item:focus,
.cid-uM6y22M95h span:focus {
  outline: none;
}
.cid-uM6y22M95h .item-img a {
  cursor: pointer;
}
.cid-uM6y22M95h .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uM6y22M95h .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uM6y22M95h .mbr-section-title {
  color: #ffffff;
}
.cid-uM6y22M95h .mbr-text,
.cid-uM6y22M95h .mbr-section-btn {
  color: #000000;
}
.cid-uM6y22M95h .item-title {
  color: #000000;
  text-align: center;
}
.cid-uM6y22M95h .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uM6y22M95h .item-text {
  color: #000000;
  text-align: center;
}
.cid-uM6y22M95h .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uM6y22M95h .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uSgtHxoNY2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSgtHxoNY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSgtHxoNY2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSgtHxoNY2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSgtHxoNY2 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSgtHxoNY2 a {
  font-weight: 600;
}
.cid-uSgtHxoNY2 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSgtHxoNY2 .col-lg-3,
  .cid-uSgtHxoNY2 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSgtHxoNY2 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSgtHxoNY2 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uSgtHxoNY2 h5 {
  margin: 0;
}
.cid-uSgtHxoNY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgtHxoNY2 .iconfont-wrapper {
  position: relative;
}
.cid-uSgtHxoNY2 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSgtHxoNY2 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSgtHxoNY2 .sociconfont-wrapper {
  display: flex;
}
.cid-uSgtHxoNY2 .card-title,
.cid-uSgtHxoNY2 .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-uSgtHxoNY2 .card-text {
  color: #024f50;
  text-align: right;
}
.cid-uSgtHxoNY2 .mbr-section-title {
  color: #000000;
}
.cid-uSgtHxoNY2 .main-title,
.cid-uSgtHxoNY2 .iconfont-wrapper {
  text-align: left;
}
.cid-uM6wEckP2u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #026f70;
  overflow: hidden;
}
