@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

.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%;
}

.container {
  max-width: 1320px;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

.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;
  }
      }
@media (max-width: 768px) {
h1.mbr-section-title1, h2.mbr-section-title2, h2.mbr-section-title3 {
font-size: 86px !important;
}
h2.mbr-section-title2, h2.mbr-section-title3 {
    margin: 10px 0 !important;
}
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 8px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Hedvig Letters Sans;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 11rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 13.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.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: 768px) {
  .display-1 {
    font-size: 7.7rem;
    font-size: calc( 4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 7.7rem;
    font-size: calc( 4.5rem + (11 - 4.5) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (4.5rem + (11 - 4.5) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
@media (max-width: 1800px) {
  .display-1 {
    font-size: 8.8rem;
  }
}
@media (max-width: 1600px) {
  .display-1 {
    font-size: 6.6rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.2rem;
  }
}
/* 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: #f7f7f7 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #393193 !important;
  border-color: #393193 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #393193;
  color: #393193;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #201b52 !important;
  background-color: transparent !important;
  border-color: #201b52 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #393193 !important;
  border-color: #393193 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f7f7f7 !important;
}
.text-secondary {
  color: #393193 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c4c4c4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1b1846 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f7f7f7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #848484;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f7f7f7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.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: #f7f7f7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f7f7f7;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7f7f7;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7f7f7;
}
.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: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f7f7f7 !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: #393193 !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='%23f7f7f7' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uzCwaWNqb0 .navbar-dropdown {
  background-color: #0b0b0c !important;
  padding: 0;
}
.cid-uzCwaWNqb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0b0b0c !important;
  background: #0b0b0c;
}
.cid-uzCwaWNqb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uzCwaWNqb0 .menu_box .navbar.opened,
  .cid-uzCwaWNqb0 .menu_box .navbar-collapse {
    background-color: #0b0b0c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzCwaWNqb0 .navbar-dropdown {
  position: relative !important;
}
.cid-uzCwaWNqb0 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzCwaWNqb0 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uzCwaWNqb0 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzCwaWNqb0 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uzCwaWNqb0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzCwaWNqb0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzCwaWNqb0 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uzCwaWNqb0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzCwaWNqb0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzCwaWNqb0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzCwaWNqb0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzCwaWNqb0 .offcanvas-body .mbr-text,
  .cid-uzCwaWNqb0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzCwaWNqb0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzCwaWNqb0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzCwaWNqb0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #72716b;
  }
  .cid-uzCwaWNqb0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzCwaWNqb0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzCwaWNqb0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzCwaWNqb0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzCwaWNqb0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzCwaWNqb0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzCwaWNqb0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzCwaWNqb0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzCwaWNqb0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzCwaWNqb0 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uzCwaWNqb0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzCwaWNqb0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzCwaWNqb0 .nav-item {
    margin: 0 !important;
  }
}
.cid-uzCwaWNqb0 .nav-item .nav-link {
  position: relative;
}
.cid-uzCwaWNqb0 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
}
.cid-uzCwaWNqb0 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uzCwaWNqb0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzCwaWNqb0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzCwaWNqb0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzCwaWNqb0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzCwaWNqb0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzCwaWNqb0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzCwaWNqb0 .offcanvas_box {
    display: none;
  }
}
.cid-uzCwaWNqb0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzCwaWNqb0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzCwaWNqb0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzCwaWNqb0 .container {
  display: flex;
  margin: auto;
}
.cid-uzCwaWNqb0 .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzCwaWNqb0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzCwaWNqb0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzCwaWNqb0 .navbar-caption {
  color: #1d1d1d;
}
.cid-uzCwaWNqb0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzCwaWNqb0 .navbar-nav {
    margin: 0;
  }
}
.cid-uzCwaWNqb0 .dropdown-menu,
.cid-uzCwaWNqb0 .navbar.opened {
  background-color: false !important;
}
.cid-uzCwaWNqb0 .nav-item:focus,
.cid-uzCwaWNqb0 .nav-link:focus {
  outline: none;
}
.cid-uzCwaWNqb0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzCwaWNqb0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzCwaWNqb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzCwaWNqb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzCwaWNqb0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzCwaWNqb0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzCwaWNqb0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzCwaWNqb0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzCwaWNqb0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzCwaWNqb0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzCwaWNqb0 .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-uzCwaWNqb0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uzCwaWNqb0 .navbar.collapsed {
  justify-content: center;
}
.cid-uzCwaWNqb0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzCwaWNqb0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzCwaWNqb0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzCwaWNqb0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzCwaWNqb0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzCwaWNqb0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzCwaWNqb0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzCwaWNqb0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzCwaWNqb0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzCwaWNqb0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzCwaWNqb0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzCwaWNqb0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzCwaWNqb0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzCwaWNqb0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzCwaWNqb0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzCwaWNqb0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzCwaWNqb0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzCwaWNqb0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzCwaWNqb0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzCwaWNqb0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzCwaWNqb0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzCwaWNqb0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzCwaWNqb0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzCwaWNqb0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzCwaWNqb0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzCwaWNqb0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzCwaWNqb0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzCwaWNqb0 .dropdown-item.active,
.cid-uzCwaWNqb0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzCwaWNqb0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzCwaWNqb0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzCwaWNqb0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzCwaWNqb0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzCwaWNqb0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzCwaWNqb0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzCwaWNqb0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0b0c;
  background: #171616;
}
.cid-uzCwaWNqb0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #72716b;
}
.cid-uzCwaWNqb0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzCwaWNqb0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzCwaWNqb0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzCwaWNqb0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzCwaWNqb0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzCwaWNqb0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzCwaWNqb0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzCwaWNqb0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzCwaWNqb0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzCwaWNqb0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzCwaWNqb0 .navbar {
    height: 70px;
  }
  .cid-uzCwaWNqb0 .navbar.opened {
    height: auto;
  }
  .cid-uzCwaWNqb0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzCwaWNqb0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzCwaWNqb0 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uzCwaWNqb0 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uzCwaWNqb0 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uzCwaWNqb0 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uzCwaWNqb0 .navbar-caption:hover {
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uzCwaWNqb0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzCwaWNqb0 .text_widget {
  margin-bottom: 32px;
  color: #edefeb;
}
.cid-uzCwaWNqb0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzCwaWNqb0 .text_widget a:hover {
  color: #f7f7f7 !important;
}
.cid-uzCwaWNqb0 .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uzCwaWNqb0 .mbr-text {
  color: #373737;
  text-align: left;
}
.cid-uzCwaWNqb0 .mbr-section-subtitle,
.cid-uzCwaWNqb0 .text_widget,
.cid-uzCwaWNqb0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uzCwaWNqb0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uK4QFM82Nz {
  display: flex;
  background-image: url("../../../assets/images/ookkkupscalemedia-transformed-6-2000x1334.png");
}
.cid-uK4QFM82Nz .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uK4QFM82Nz .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uK4QFM82Nz .display-1 {
    font-size: 5rem;
  }
}
.cid-uK4QFM82Nz h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uK4QFM82Nz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uK4QFM82Nz .display-1 {
    font-size: 2.8rem;
  }
  .cid-uK4QFM82Nz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uK4QFM82Nz .content-wrap {
    width: 100%;
  }
}
.cid-uK4QFM82Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK4QFM82Nz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uK4QFM82Nz .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uK4QFM82Nz {
    align-items: center;
  }
  .cid-uK4QFM82Nz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uK4QFM82Nz .content-wrap {
    min-width: 50%;
  }
}
.cid-uK4QFM82Nz .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-uK4QFM82Nz .mbr-text,
.cid-uK4QFM82Nz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uK53I60OuZ {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uK53I60OuZ .mbr-text {
  color: #171616;
}
.cid-uK53I60OuZ .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uK53I60OuZ h5,
.cid-uK53I60OuZ h6 {
  background: #f7f7f7;
  display: inline;
}
.cid-uK53I60OuZ h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uK53I60OuZ h6 {
  line-height: 1.3 !important;
}
.cid-uK53I60OuZ h6 span {
  padding-right: 2rem;
}
.cid-uK53I60OuZ .mbr-section-title,
.cid-uK53I60OuZ .align {
  color: #232323;
  text-align: left;
}
.cid-uK53I60OuZ .mbr-section-subtitle,
.cid-uK53I60OuZ .align {
  color: #202020;
  text-align: left;
}
.cid-uKnbyw2xrD {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uKnbyw2xrD .item:focus,
.cid-uKnbyw2xrD span:focus {
  outline: none;
}
.cid-uKnbyw2xrD .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKnbyw2xrD .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uKnbyw2xrD .item {
  cursor: pointer;
}
.cid-uKnbyw2xrD .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uKnbyw2xrD .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uKnbyw2xrD .grid-container-1,
.cid-uKnbyw2xrD .grid-container-2,
.cid-uKnbyw2xrD .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uKnbyw2xrD .grid-container-1,
  .cid-uKnbyw2xrD .grid-container-2,
  .cid-uKnbyw2xrD .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uKnbyw2xrD .mbr-text,
.cid-uKnbyw2xrD .mbr-section-btn {
  color: #000000;
}
.cid-uKnbyw2xrD .content-head {
  max-width: 800px;
}
.cid-uKnbyw2xrD .container,
.cid-uKnbyw2xrD .container-fluid {
  overflow: hidden;
}
.cid-uKnbyw2xrD .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uKnbyw2xrD .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKnbyw2xrD .grid-item img {
  border: 2px solid transparent;
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uKnbyw2xrD .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uKnbyw2xrD .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uKnbyw2xrD .grid-container-1,
.cid-uKnbyw2xrD .grid-container-2,
.cid-uKnbyw2xrD .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uKnbyw2xrD .grid-container-1 {
  align-items: flex-end;
}
.cid-uKnbyw2xrD .grid-container-2 {
  align-items: flex-start;
}
.cid-uKn42tZqfK {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-uKn42tZqfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKn42tZqfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKn42tZqfK .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uKn42tZqfK .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uKn42tZqfK .mbr-name {
  color: #858585;
}
.cid-uKn42tZqfK .mbr-text {
  color: #393193;
  text-align: center;
}
.cid-uKn42tZqfK .mbr-section-btn {
  text-align: center;
}
.cid-uzCH9kykRM {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #171616;
}
.cid-uzCH9kykRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzCH9kykRM .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-uzCH9kykRM .container {
    padding: 0 20px;
  }
}
.cid-uzCH9kykRM .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzCH9kykRM .row .card {
  padding: 0 10px;
}
.cid-uzCH9kykRM .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uzCH9kykRM .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uzCH9kykRM .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uzCH9kykRM .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uzCH9kykRM .item {
    margin-bottom: 40px;
  }
}
.cid-uzCH9kykRM .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-uzCH9kykRM .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uzCH9kykRM .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uzCH9kykRM .mbr-section-title {
  color: #000000;
}
.cid-uzCH9kykRM .card-number {
  color: #f0f0f0;
}
.cid-uzCH9kykRM .card-title {
  color: #ffffff;
}
.cid-uzCH9kykRM .card-text {
  color: #9a9a9a;
}
.cid-uzCH9kykRM .mbr-section-title,
.cid-uzCH9kykRM .title-wrapper {
  text-align: left;
  color: #edefeb;
}
.cid-uzCPg84Oy1 {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #171616;
}
.cid-uzCPg84Oy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzCPg84Oy1 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzCPg84Oy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzCPg84Oy1 h1 {
  max-width: 800px;
}
.cid-uzCPg84Oy1 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uzCPg84Oy1 {
    align-items: center;
  }
  .cid-uzCPg84Oy1 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzCPg84Oy1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzCPg84Oy1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzCPg84Oy1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzCPg84Oy1 .content-wrap {
    width: 100%;
  }
}
.cid-uzCPg84Oy1 .mbr-section-subtitle,
.cid-uzCPg84Oy1 .line {
  color: #f0f0f0;
}
.cid-uzCPg84Oy1 .mbr-text,
.cid-uzCPg84Oy1 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uzCPg84Oy1 .mbr-section-title {
  color: #291f1e;
}
.cid-uzCMexPMZp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171616;
}
.cid-uzCMexPMZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzCMexPMZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzCMexPMZp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzCMexPMZp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uzCMexPMZp .container {
    padding: 0 24px;
  }
}
.cid-uzCMexPMZp .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uzCMexPMZp .items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 320px;
  margin-left: -1rem;
  border: 1px solid #72716b;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uzCMexPMZp .items .item {
    width: 245px;
    height: 245px;
    margin: -1rem 0 0 0;
  }
}
.cid-uzCMexPMZp .items .item:first-child {
  margin-left: 0;
}
.cid-uzCMexPMZp .items .item .item-wrapper .card-box .title-wrapper {
  padding: 0 24px;
}
.cid-uzCMexPMZp .items .item .item-wrapper .card-box .title-wrapper .card-number {
  margin-bottom: 20px;
}
.cid-uzCMexPMZp .items .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uzCMexPMZp .card-number {
  color: #8AA29E;
  text-align: center;
}
.cid-uzCMexPMZp .card-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-uzCMexPMZp .card-title,
.cid-uzCMexPMZp .title-wrapper {
  color: #f0f0f0;
}
.cid-uzCMexPMZp .card-number,
.cid-uzCMexPMZp .title-wrapper {
  color: #f0f0f0;
}
.cid-uKx7kmvaOO {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #171616;
}
.cid-uKx7kmvaOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKx7kmvaOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKx7kmvaOO .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uKx7kmvaOO .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uKx7kmvaOO .mbr-name {
  color: #858585;
}
.cid-uKx7kmvaOO .mbr-text {
  color: #393193;
  text-align: center;
}
.cid-uKx7kmvaOO .mbr-section-btn {
  text-align: center;
}
.cid-uzCX0pduSi {
  display: flex;
  padding-top: 225px;
  padding-bottom: 225px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-uzCX0pduSi {
    align-items: flex-start;
  }
  .cid-uzCX0pduSi .row {
    justify-content: flex-start;
  }
}
.cid-uzCX0pduSi .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uzCX0pduSi .mbr-text,
.cid-uzCX0pduSi .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uzCX0pduSi .mbr-section-title,
.cid-uzCX0pduSi .line {
  color: #232323;
}
.cid-uzCX0pduSi h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uzCX0pduSi h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uzCX0pduSi .mbr-section-subtitle,
.cid-uzCX0pduSi .align {
  text-align: left;
  color: #232323;
}
.cid-uzCVyFrY0S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzCVyFrY0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzCVyFrY0S .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-uzCVyFrY0S .container {
    padding: 0 20px;
  }
}
.cid-uzCVyFrY0S .list-wrapper .list,
.cid-uzCVyFrY0S .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzCVyFrY0S .list-wrapper .list .item-wrap,
.cid-uzCVyFrY0S .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uzCVyFrY0S .list-wrapper .list .item-wrap:hover,
.cid-uzCVyFrY0S .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzCVyFrY0S .list-wrapper .list .item-wrap,
  .cid-uzCVyFrY0S .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uzCVyFrY0S .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uzCVyFrY0S .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uzCVyFrY0S .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzCVyFrY0S .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uzCVyFrY0S .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzCVyFrY0S .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uzCVyFrY0S .mbr-section-title,
.cid-uzCVyFrY0S .logo-wrap {
  text-align: center;
}
.cid-uzCVyFrY0S .list {
  color: #1d1d1d;
}
.cid-uzCVyFrY0S .list_2 {
  color: #989898;
}
.cid-uzCVyFrY0S .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uzCVyFrY0S .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uzCVyFrY0S .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzCVyFrY0S .list-wrapper,
  .cid-uzCVyFrY0S .list-wrapper_2 {
    text-align: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

.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%;
}

.container {
  max-width: 1320px;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

.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;
  }
      }
@media (max-width: 768px) {
h1.mbr-section-title1, h2.mbr-section-title2, h2.mbr-section-title3 {
font-size: 86px !important;
}
h2.mbr-section-title2, h2.mbr-section-title3 {
    margin: 10px 0 !important;
}
}.cid-uzCwaWNqb0 .navbar-dropdown {
  background-color: #0b0b0c !important;
  padding: 0;
}
.cid-uzCwaWNqb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0b0b0c !important;
  background: #0b0b0c;
}
.cid-uzCwaWNqb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uzCwaWNqb0 .menu_box .navbar.opened,
  .cid-uzCwaWNqb0 .menu_box .navbar-collapse {
    background-color: #0b0b0c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzCwaWNqb0 .navbar-dropdown {
  position: relative !important;
}
.cid-uzCwaWNqb0 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzCwaWNqb0 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uzCwaWNqb0 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzCwaWNqb0 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uzCwaWNqb0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzCwaWNqb0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzCwaWNqb0 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uzCwaWNqb0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzCwaWNqb0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzCwaWNqb0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzCwaWNqb0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzCwaWNqb0 .offcanvas-body .mbr-text,
  .cid-uzCwaWNqb0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzCwaWNqb0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzCwaWNqb0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzCwaWNqb0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #72716b;
  }
  .cid-uzCwaWNqb0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzCwaWNqb0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzCwaWNqb0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzCwaWNqb0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzCwaWNqb0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzCwaWNqb0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzCwaWNqb0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzCwaWNqb0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzCwaWNqb0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzCwaWNqb0 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uzCwaWNqb0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzCwaWNqb0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzCwaWNqb0 .nav-item {
    margin: 0 !important;
  }
}
.cid-uzCwaWNqb0 .nav-item .nav-link {
  position: relative;
}
.cid-uzCwaWNqb0 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
}
.cid-uzCwaWNqb0 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uzCwaWNqb0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzCwaWNqb0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzCwaWNqb0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzCwaWNqb0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzCwaWNqb0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzCwaWNqb0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzCwaWNqb0 .offcanvas_box {
    display: none;
  }
}
.cid-uzCwaWNqb0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzCwaWNqb0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzCwaWNqb0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzCwaWNqb0 .container {
  display: flex;
  margin: auto;
}
.cid-uzCwaWNqb0 .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzCwaWNqb0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzCwaWNqb0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzCwaWNqb0 .navbar-caption {
  color: #1d1d1d;
}
.cid-uzCwaWNqb0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzCwaWNqb0 .navbar-nav {
    margin: 0;
  }
}
.cid-uzCwaWNqb0 .dropdown-menu,
.cid-uzCwaWNqb0 .navbar.opened {
  background-color: false !important;
}
.cid-uzCwaWNqb0 .nav-item:focus,
.cid-uzCwaWNqb0 .nav-link:focus {
  outline: none;
}
.cid-uzCwaWNqb0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzCwaWNqb0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzCwaWNqb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzCwaWNqb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzCwaWNqb0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzCwaWNqb0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzCwaWNqb0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzCwaWNqb0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzCwaWNqb0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzCwaWNqb0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzCwaWNqb0 .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-uzCwaWNqb0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uzCwaWNqb0 .navbar.collapsed {
  justify-content: center;
}
.cid-uzCwaWNqb0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzCwaWNqb0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzCwaWNqb0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzCwaWNqb0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzCwaWNqb0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzCwaWNqb0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzCwaWNqb0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzCwaWNqb0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzCwaWNqb0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzCwaWNqb0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzCwaWNqb0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzCwaWNqb0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzCwaWNqb0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzCwaWNqb0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzCwaWNqb0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzCwaWNqb0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzCwaWNqb0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzCwaWNqb0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzCwaWNqb0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzCwaWNqb0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzCwaWNqb0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzCwaWNqb0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzCwaWNqb0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzCwaWNqb0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzCwaWNqb0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzCwaWNqb0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzCwaWNqb0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzCwaWNqb0 .dropdown-item.active,
.cid-uzCwaWNqb0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzCwaWNqb0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzCwaWNqb0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzCwaWNqb0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzCwaWNqb0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzCwaWNqb0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzCwaWNqb0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzCwaWNqb0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0b0c;
  background: #171616;
}
.cid-uzCwaWNqb0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #72716b;
}
.cid-uzCwaWNqb0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzCwaWNqb0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzCwaWNqb0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzCwaWNqb0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzCwaWNqb0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzCwaWNqb0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzCwaWNqb0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzCwaWNqb0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzCwaWNqb0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzCwaWNqb0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzCwaWNqb0 .navbar {
    height: 70px;
  }
  .cid-uzCwaWNqb0 .navbar.opened {
    height: auto;
  }
  .cid-uzCwaWNqb0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzCwaWNqb0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzCwaWNqb0 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uzCwaWNqb0 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uzCwaWNqb0 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uzCwaWNqb0 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uzCwaWNqb0 .navbar-caption:hover {
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uzCwaWNqb0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzCwaWNqb0 .text_widget {
  margin-bottom: 32px;
  color: #edefeb;
}
.cid-uzCwaWNqb0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzCwaWNqb0 .text_widget a:hover {
  color: #f7f7f7 !important;
}
.cid-uzCwaWNqb0 .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uzCwaWNqb0 .mbr-text {
  color: #373737;
  text-align: left;
}
.cid-uzCwaWNqb0 .mbr-section-subtitle,
.cid-uzCwaWNqb0 .text_widget,
.cid-uzCwaWNqb0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uzCwaWNqb0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uL7LQOFrcc {
  display: flex;
  background-image: url("../../../assets/images/web-fondo-color-1920x1080.png");
}
.cid-uL7LQOFrcc .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uL7LQOFrcc h1,
.cid-uL7LQOFrcc h2 {
  line-height: 0.8;
}
.cid-uL7LQOFrcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL7LQOFrcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uL7LQOFrcc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uL7LQOFrcc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uL7LQOFrcc .content-wrap {
    width: 100%;
  }
}
.cid-uL7LQOFrcc .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uL7LQOFrcc .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uL7LQOFrcc {
    align-items: center;
  }
  .cid-uL7LQOFrcc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL7LQOFrcc .content-wrap {
    min-width: 50%;
  }
}
.cid-uL7LQOFrcc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uL7LQOFrcc .mbr-text,
.cid-uL7LQOFrcc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uL7LQOFrcc .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uL7LQOFrcc .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uL7LQOFrcc .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uL7LQOFrcc .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uzDSuwlDf3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uzDSuwlDf3 .container {
    padding: 0 24px;
  }
}
.cid-uzDSuwlDf3 .content-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uzDSuwlDf3 .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uzDSuwlDf3 .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uzDSuwlDf3 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzDSuwlDf3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzDSuwlDf3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 767px) {
  .cid-uzDSuwlDf3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzDSuwlDf3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uzDSuwlDf3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border-radius: 0 !important;
}
.cid-uzDSuwlDf3 .embla__slide .slide-content .item-wrapper .item-content {
  height: 100%;
}
.cid-uzDSuwlDf3 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uzDSuwlDf3 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uzDSuwlDf3 .embla__button--next,
.cid-uzDSuwlDf3 .embla__button--prev {
  display: flex;
}
.cid-uzDSuwlDf3 .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #141414 !important;
  color: #ffffff !important;
  border: 1px solid #141414 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uzDSuwlDf3 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #edefeb 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uzDSuwlDf3 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #232323;
  border-color: #232323 !important;
}
.cid-uzDSuwlDf3 .embla__button:hover::before {
  width: 30%;
}
.cid-uzDSuwlDf3 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uzDSuwlDf3 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uzDSuwlDf3 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uzDSuwlDf3 .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0, #f7f7f7 80%);
  width: 50%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uzDSuwlDf3 .embla::before {
    display: none;
  }
}
.cid-uzDSuwlDf3 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uzDSuwlDf3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzDSuwlDf3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzDSuwlDf3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzDSuwlDf3 .mbr-desc {
  color: #9a9a9a;
}
.cid-uzDSuwlDf3 .mbr-section-title {
  color: #202020;
}
.cid-uzDSuwlDf3 .mbr-text {
  color: #141414;
}
.cid-uzDSuwlDf3 .item-title {
  color: #141414;
}
.cid-uzDSuwlDf3 .item-text {
  color: #141414;
}
.cid-uL7AfEBopP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uL7AfEBopP .item:focus,
.cid-uL7AfEBopP span:focus {
  outline: none;
}
.cid-uL7AfEBopP .item {
  cursor: pointer;
}
.cid-uL7AfEBopP .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uL7AfEBopP .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uL7AfEBopP .grid-container-1,
.cid-uL7AfEBopP .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uL7AfEBopP .grid-container-1,
  .cid-uL7AfEBopP .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uL7AfEBopP .mbr-section-title {
  color: #000000;
}
.cid-uL7AfEBopP .mbr-text,
.cid-uL7AfEBopP .mbr-section-btn {
  color: #000000;
}
.cid-uL7AfEBopP .content-head {
  max-width: 800px;
}
.cid-uL7AfEBopP .container,
.cid-uL7AfEBopP .container-fluid {
  overflow: hidden;
}
.cid-uL7AfEBopP .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uL7AfEBopP .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL7AfEBopP .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uL7AfEBopP .grid-item img {
    min-width: 35vw;
  }
}
.cid-uL7AfEBopP .grid-container-1,
.cid-uL7AfEBopP .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uL7AfEBopP .grid-container-1 {
  align-items: flex-end;
}
.cid-uL7AfEBopP .grid-container-2 {
  align-items: flex-start;
}
.cid-uzCVyFrY0S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzCVyFrY0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzCVyFrY0S .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-uzCVyFrY0S .container {
    padding: 0 20px;
  }
}
.cid-uzCVyFrY0S .list-wrapper .list,
.cid-uzCVyFrY0S .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzCVyFrY0S .list-wrapper .list .item-wrap,
.cid-uzCVyFrY0S .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uzCVyFrY0S .list-wrapper .list .item-wrap:hover,
.cid-uzCVyFrY0S .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzCVyFrY0S .list-wrapper .list .item-wrap,
  .cid-uzCVyFrY0S .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uzCVyFrY0S .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uzCVyFrY0S .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uzCVyFrY0S .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzCVyFrY0S .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uzCVyFrY0S .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzCVyFrY0S .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uzCVyFrY0S .mbr-section-title,
.cid-uzCVyFrY0S .logo-wrap {
  text-align: center;
}
.cid-uzCVyFrY0S .list {
  color: #1d1d1d;
}
.cid-uzCVyFrY0S .list_2 {
  color: #989898;
}
.cid-uzCVyFrY0S .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uzCVyFrY0S .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uzCVyFrY0S .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzCVyFrY0S .list-wrapper,
  .cid-uzCVyFrY0S .list-wrapper_2 {
    text-align: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

.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%;
}

.container {
  max-width: 1320px;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

.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;
  }
      }
@media (max-width: 768px) {
h1.mbr-section-title1, h2.mbr-section-title2, h2.mbr-section-title3 {
font-size: 86px !important;
}
h2.mbr-section-title2, h2.mbr-section-title3 {
    margin: 10px 0 !important;
}
}.cid-uzDUVNP3hM .navbar-dropdown {
  background-color: #0b0b0c !important;
  padding: 0;
}
.cid-uzDUVNP3hM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0b0b0c !important;
  background: #0b0b0c;
}
.cid-uzDUVNP3hM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uzDUVNP3hM .menu_box .navbar.opened,
  .cid-uzDUVNP3hM .menu_box .navbar-collapse {
    background-color: #0b0b0c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzDUVNP3hM .navbar-dropdown {
  position: relative !important;
}
.cid-uzDUVNP3hM .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzDUVNP3hM .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uzDUVNP3hM .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzDUVNP3hM .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uzDUVNP3hM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzDUVNP3hM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzDUVNP3hM .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uzDUVNP3hM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzDUVNP3hM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzDUVNP3hM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzDUVNP3hM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzDUVNP3hM .offcanvas-body .mbr-text,
  .cid-uzDUVNP3hM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzDUVNP3hM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzDUVNP3hM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzDUVNP3hM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #72716b;
  }
  .cid-uzDUVNP3hM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzDUVNP3hM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzDUVNP3hM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzDUVNP3hM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzDUVNP3hM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzDUVNP3hM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzDUVNP3hM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzDUVNP3hM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzDUVNP3hM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzDUVNP3hM .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uzDUVNP3hM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzDUVNP3hM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzDUVNP3hM .nav-item {
    margin: 0 !important;
  }
}
.cid-uzDUVNP3hM .nav-item .nav-link {
  position: relative;
}
.cid-uzDUVNP3hM .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
}
.cid-uzDUVNP3hM .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uzDUVNP3hM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzDUVNP3hM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzDUVNP3hM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzDUVNP3hM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzDUVNP3hM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzDUVNP3hM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzDUVNP3hM .offcanvas_box {
    display: none;
  }
}
.cid-uzDUVNP3hM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzDUVNP3hM .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzDUVNP3hM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzDUVNP3hM .container {
  display: flex;
  margin: auto;
}
.cid-uzDUVNP3hM .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzDUVNP3hM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzDUVNP3hM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzDUVNP3hM .navbar-caption {
  color: #1d1d1d;
}
.cid-uzDUVNP3hM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzDUVNP3hM .navbar-nav {
    margin: 0;
  }
}
.cid-uzDUVNP3hM .dropdown-menu,
.cid-uzDUVNP3hM .navbar.opened {
  background-color: false !important;
}
.cid-uzDUVNP3hM .nav-item:focus,
.cid-uzDUVNP3hM .nav-link:focus {
  outline: none;
}
.cid-uzDUVNP3hM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzDUVNP3hM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzDUVNP3hM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzDUVNP3hM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzDUVNP3hM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzDUVNP3hM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzDUVNP3hM .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzDUVNP3hM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzDUVNP3hM .navbar.opened {
  transition: all 0.3s;
}
.cid-uzDUVNP3hM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzDUVNP3hM .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-uzDUVNP3hM .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uzDUVNP3hM .navbar.collapsed {
  justify-content: center;
}
.cid-uzDUVNP3hM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzDUVNP3hM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzDUVNP3hM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzDUVNP3hM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzDUVNP3hM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzDUVNP3hM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzDUVNP3hM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzDUVNP3hM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzDUVNP3hM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzDUVNP3hM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzDUVNP3hM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzDUVNP3hM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzDUVNP3hM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzDUVNP3hM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzDUVNP3hM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzDUVNP3hM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzDUVNP3hM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzDUVNP3hM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzDUVNP3hM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzDUVNP3hM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzDUVNP3hM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzDUVNP3hM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzDUVNP3hM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzDUVNP3hM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzDUVNP3hM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzDUVNP3hM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzDUVNP3hM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzDUVNP3hM .dropdown-item.active,
.cid-uzDUVNP3hM .dropdown-item:active {
  background-color: transparent;
}
.cid-uzDUVNP3hM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzDUVNP3hM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzDUVNP3hM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzDUVNP3hM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzDUVNP3hM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzDUVNP3hM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzDUVNP3hM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0b0c;
  background: #171616;
}
.cid-uzDUVNP3hM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #72716b;
}
.cid-uzDUVNP3hM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzDUVNP3hM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzDUVNP3hM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzDUVNP3hM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzDUVNP3hM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzDUVNP3hM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzDUVNP3hM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzDUVNP3hM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzDUVNP3hM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzDUVNP3hM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzDUVNP3hM .navbar {
    height: 70px;
  }
  .cid-uzDUVNP3hM .navbar.opened {
    height: auto;
  }
  .cid-uzDUVNP3hM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzDUVNP3hM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzDUVNP3hM .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uzDUVNP3hM .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uzDUVNP3hM .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uzDUVNP3hM .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uzDUVNP3hM .navbar-caption:hover {
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uzDUVNP3hM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzDUVNP3hM .text_widget {
  margin-bottom: 32px;
  color: #edefeb;
}
.cid-uzDUVNP3hM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzDUVNP3hM .text_widget a:hover {
  color: #f7f7f7 !important;
}
.cid-uzDUVNP3hM .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uzDUVNP3hM .mbr-text {
  color: #373737;
  text-align: left;
}
.cid-uzDUVNP3hM .mbr-section-subtitle,
.cid-uzDUVNP3hM .text_widget,
.cid-uzDUVNP3hM .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uzDUVNP3hM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uL80UK103j {
  display: flex;
  background-image: url("../../../assets/images/web-fondo-color-1920x1080.png");
}
.cid-uL80UK103j .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uL80UK103j h1,
.cid-uL80UK103j h2 {
  line-height: 0.8;
}
.cid-uL80UK103j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL80UK103j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uL80UK103j {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uL80UK103j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uL80UK103j .content-wrap {
    width: 100%;
  }
}
.cid-uL80UK103j .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uL80UK103j .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uL80UK103j {
    align-items: center;
  }
  .cid-uL80UK103j .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL80UK103j .content-wrap {
    min-width: 50%;
  }
}
.cid-uL80UK103j .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uL80UK103j .mbr-text,
.cid-uL80UK103j .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uL80UK103j .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uL80UK103j .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uL80UK103j .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uL80UK103j .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uzE9G2IsY6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uzE9G2IsY6 .container {
    padding: 0 24px;
  }
}
.cid-uzE9G2IsY6 .content-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uzE9G2IsY6 .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uzE9G2IsY6 .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uzE9G2IsY6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzE9G2IsY6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzE9G2IsY6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 767px) {
  .cid-uzE9G2IsY6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzE9G2IsY6 .embla__slide .slide-content {
  width: 100%;
}
.cid-uzE9G2IsY6 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border-radius: 0 !important;
}
.cid-uzE9G2IsY6 .embla__slide .slide-content .item-wrapper .item-content {
  height: 100%;
}
.cid-uzE9G2IsY6 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uzE9G2IsY6 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uzE9G2IsY6 .embla__button--next,
.cid-uzE9G2IsY6 .embla__button--prev {
  display: flex;
}
.cid-uzE9G2IsY6 .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #141414 !important;
  color: #ffffff !important;
  border: 1px solid #141414 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uzE9G2IsY6 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #edefeb 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uzE9G2IsY6 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #232323;
  border-color: #232323 !important;
}
.cid-uzE9G2IsY6 .embla__button:hover::before {
  width: 30%;
}
.cid-uzE9G2IsY6 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uzE9G2IsY6 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uzE9G2IsY6 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uzE9G2IsY6 .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0, #f7f7f7 80%);
  width: 50%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uzE9G2IsY6 .embla::before {
    display: none;
  }
}
.cid-uzE9G2IsY6 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uzE9G2IsY6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzE9G2IsY6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzE9G2IsY6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzE9G2IsY6 .mbr-desc {
  color: #9a9a9a;
}
.cid-uzE9G2IsY6 .mbr-section-title {
  color: #232323;
}
.cid-uzE9G2IsY6 .mbr-text {
  color: #141414;
}
.cid-uzE9G2IsY6 .item-title {
  color: #141414;
}
.cid-uzE9G2IsY6 .item-text {
  color: #141414;
}
.cid-uzE9GH5kx2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uzE9GH5kx2 .card-title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzE9GH5kx2 p {
  color: #767676;
  text-align: left;
}
.cid-uzE9GH5kx2 .card-wrapper {
  height: 100%;
}
.cid-uzE9GH5kx2 .card-wrapper:hover .card-img:before {
  opacity: 0.2;
}
.cid-uzE9GH5kx2 .card-img {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.cid-uzE9GH5kx2 .card-img:before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  content: "";
}
.cid-uzE9GH5kx2 img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-uzE9GH5kx2 .mbr-iconfont {
  position: absolute;
  font-size: 3rem;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-uzE9GH5kx2 .card:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.cid-uzE9GH5kx2 .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uzE9GH5kx2 .mbr-iconfont {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .cid-uzE9GH5kx2 .card-img:before {
    opacity: 0.2;
  }
}
.cid-uzDUVSPl8Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzDUVSPl8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzDUVSPl8Z .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-uzDUVSPl8Z .container {
    padding: 0 20px;
  }
}
.cid-uzDUVSPl8Z .list-wrapper .list,
.cid-uzDUVSPl8Z .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzDUVSPl8Z .list-wrapper .list .item-wrap,
.cid-uzDUVSPl8Z .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uzDUVSPl8Z .list-wrapper .list .item-wrap:hover,
.cid-uzDUVSPl8Z .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzDUVSPl8Z .list-wrapper .list .item-wrap,
  .cid-uzDUVSPl8Z .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uzDUVSPl8Z .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uzDUVSPl8Z .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uzDUVSPl8Z .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzDUVSPl8Z .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uzDUVSPl8Z .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzDUVSPl8Z .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uzDUVSPl8Z .mbr-section-title,
.cid-uzDUVSPl8Z .logo-wrap {
  text-align: center;
}
.cid-uzDUVSPl8Z .list {
  color: #1d1d1d;
}
.cid-uzDUVSPl8Z .list_2 {
  color: #989898;
}
.cid-uzDUVSPl8Z .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uzDUVSPl8Z .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uzDUVSPl8Z .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzDUVSPl8Z .list-wrapper,
  .cid-uzDUVSPl8Z .list-wrapper_2 {
    text-align: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

.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%;
}

.container {
  max-width: 1320px;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

.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;
  }
      }
@media (max-width: 768px) {
h1.mbr-section-title1, h2.mbr-section-title2, h2.mbr-section-title3 {
font-size: 86px !important;
}
h2.mbr-section-title2, h2.mbr-section-title3 {
    margin: 10px 0 !important;
}
}.cid-uzDVctLz7P .navbar-dropdown {
  background-color: #0b0b0c !important;
  padding: 0;
}
.cid-uzDVctLz7P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0b0b0c !important;
  background: #0b0b0c;
}
.cid-uzDVctLz7P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uzDVctLz7P .menu_box .navbar.opened,
  .cid-uzDVctLz7P .menu_box .navbar-collapse {
    background-color: #0b0b0c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzDVctLz7P .navbar-dropdown {
  position: relative !important;
}
.cid-uzDVctLz7P .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzDVctLz7P .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uzDVctLz7P .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzDVctLz7P .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uzDVctLz7P .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzDVctLz7P .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzDVctLz7P .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uzDVctLz7P .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzDVctLz7P .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzDVctLz7P .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzDVctLz7P .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzDVctLz7P .offcanvas-body .mbr-text,
  .cid-uzDVctLz7P .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzDVctLz7P .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzDVctLz7P .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzDVctLz7P .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #72716b;
  }
  .cid-uzDVctLz7P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzDVctLz7P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzDVctLz7P .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzDVctLz7P .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzDVctLz7P ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzDVctLz7P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzDVctLz7P .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzDVctLz7P .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzDVctLz7P li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzDVctLz7P .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uzDVctLz7P .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzDVctLz7P .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzDVctLz7P .nav-item {
    margin: 0 !important;
  }
}
.cid-uzDVctLz7P .nav-item .nav-link {
  position: relative;
}
.cid-uzDVctLz7P .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
}
.cid-uzDVctLz7P .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uzDVctLz7P .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzDVctLz7P .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzDVctLz7P .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzDVctLz7P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzDVctLz7P .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzDVctLz7P .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzDVctLz7P .offcanvas_box {
    display: none;
  }
}
.cid-uzDVctLz7P .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzDVctLz7P .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzDVctLz7P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzDVctLz7P .container {
  display: flex;
  margin: auto;
}
.cid-uzDVctLz7P .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzDVctLz7P .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzDVctLz7P .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzDVctLz7P .navbar-caption {
  color: #1d1d1d;
}
.cid-uzDVctLz7P .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzDVctLz7P .navbar-nav {
    margin: 0;
  }
}
.cid-uzDVctLz7P .dropdown-menu,
.cid-uzDVctLz7P .navbar.opened {
  background-color: false !important;
}
.cid-uzDVctLz7P .nav-item:focus,
.cid-uzDVctLz7P .nav-link:focus {
  outline: none;
}
.cid-uzDVctLz7P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzDVctLz7P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzDVctLz7P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzDVctLz7P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzDVctLz7P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzDVctLz7P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzDVctLz7P .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzDVctLz7P .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzDVctLz7P .navbar.opened {
  transition: all 0.3s;
}
.cid-uzDVctLz7P .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzDVctLz7P .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-uzDVctLz7P .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uzDVctLz7P .navbar.collapsed {
  justify-content: center;
}
.cid-uzDVctLz7P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzDVctLz7P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzDVctLz7P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzDVctLz7P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzDVctLz7P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzDVctLz7P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzDVctLz7P .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzDVctLz7P .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzDVctLz7P .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzDVctLz7P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzDVctLz7P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzDVctLz7P .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzDVctLz7P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzDVctLz7P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzDVctLz7P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzDVctLz7P .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzDVctLz7P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzDVctLz7P .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzDVctLz7P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzDVctLz7P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzDVctLz7P .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzDVctLz7P .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzDVctLz7P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzDVctLz7P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzDVctLz7P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzDVctLz7P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzDVctLz7P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzDVctLz7P .dropdown-item.active,
.cid-uzDVctLz7P .dropdown-item:active {
  background-color: transparent;
}
.cid-uzDVctLz7P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzDVctLz7P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzDVctLz7P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzDVctLz7P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzDVctLz7P ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzDVctLz7P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzDVctLz7P button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0b0c;
  background: #171616;
}
.cid-uzDVctLz7P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #72716b;
}
.cid-uzDVctLz7P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzDVctLz7P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzDVctLz7P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzDVctLz7P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzDVctLz7P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzDVctLz7P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzDVctLz7P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzDVctLz7P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzDVctLz7P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzDVctLz7P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzDVctLz7P .navbar {
    height: 70px;
  }
  .cid-uzDVctLz7P .navbar.opened {
    height: auto;
  }
  .cid-uzDVctLz7P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzDVctLz7P .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzDVctLz7P .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uzDVctLz7P .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uzDVctLz7P .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uzDVctLz7P .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uzDVctLz7P .navbar-caption:hover {
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uzDVctLz7P .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzDVctLz7P .text_widget {
  margin-bottom: 32px;
  color: #edefeb;
}
.cid-uzDVctLz7P .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzDVctLz7P .text_widget a:hover {
  color: #f7f7f7 !important;
}
.cid-uzDVctLz7P .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uzDVctLz7P .mbr-text {
  color: #373737;
  text-align: left;
}
.cid-uzDVctLz7P .mbr-section-subtitle,
.cid-uzDVctLz7P .text_widget,
.cid-uzDVctLz7P .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uzDVctLz7P a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzDVUtBVTk {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 9rem;
  background-color: #f7f7f7;
}
.cid-uzDVUtBVTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzDVUtBVTk .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzDVUtBVTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzDVUtBVTk h1 {
  max-width: 800px;
}
.cid-uzDVUtBVTk p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uzDVUtBVTk {
    align-items: center;
  }
  .cid-uzDVUtBVTk .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzDVUtBVTk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzDVUtBVTk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzDVUtBVTk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzDVUtBVTk .content-wrap {
    width: 100%;
  }
}
.cid-uzDVUtBVTk .mbr-section-subtitle,
.cid-uzDVUtBVTk .line {
  color: #373737;
}
.cid-uzDVUtBVTk .mbr-text,
.cid-uzDVUtBVTk .mbr-section-btn {
  text-align: left;
  color: #373737;
}
.cid-uzDVUtBVTk .mbr-section-title {
  color: #171616;
  text-align: left;
}
.cid-uKslPiaPkt {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uKslPiaPkt .wrapper {
    padding: 0 28px;
  }
}
.cid-uKslPiaPkt .mbr-section-head {
  margin-bottom: 210px;
}
@media (min-width: 992px) {
  .cid-uKslPiaPkt .mbr-section-head {
    margin-bottom: 268px;
  }
}
@media (min-width: 1400px) {
  .cid-uKslPiaPkt .image-wrapper {
    height: 385px;
  }
}
@media (max-width: 767px) {
  .cid-uKslPiaPkt .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uKslPiaPkt .image-wrapper img {
  max-height: 385px;
  width: 100%;
  object-fit: cover;
}
.cid-uKslPiaPkt .timeline-element {
  position: relative;
}
.cid-uKslPiaPkt .timeline-element:after {
  content: "";
  position: absolute;
  background-color: #edefeb;
  width: 3px;
}
@media (max-width: 767px) {
  .cid-uKslPiaPkt .timeline-element:after {
    height: calc(100% + 40px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uKslPiaPkt .timeline-element:after {
    height: calc(100% + 35px);
    top: 28px;
    left: 50%;
  }
}
.cid-uKslPiaPkt .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uKslPiaPkt .reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-uKslPiaPkt .right {
    margin-right: 4rem;
  }
  .cid-uKslPiaPkt .left {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uKslPiaPkt .image-wrapper,
  .cid-uKslPiaPkt .timeline-text-wrapper {
    margin-left: 4rem;
  }
}
.cid-uKslPiaPkt .iconBackground {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #edefeb;
  background-color: #edefeb;
  margin-left: -5px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uKslPiaPkt .iconBackground {
    left: 15px;
    top: 40px;
  }
}
@media (min-width: 768px) {
  .cid-uKslPiaPkt .iconBackground {
    top: 15px;
    left: 50%;
  }
}
.cid-uKslPiaPkt .timeline-text-wrapper {
  padding-top: 20px;
}
.cid-uL1CqkqJbW {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uL1CqkqJbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1CqkqJbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1CqkqJbW .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uL1CqkqJbW .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uL1CqkqJbW .mbr-name {
  color: #858585;
}
.cid-uL1CqkqJbW .mbr-text {
  color: #393193;
  text-align: center;
}
.cid-uL1CqkqJbW .mbr-section-btn {
  text-align: center;
}
.cid-uzDVcxZkwm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzDVcxZkwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzDVcxZkwm .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-uzDVcxZkwm .container {
    padding: 0 20px;
  }
}
.cid-uzDVcxZkwm .list-wrapper .list,
.cid-uzDVcxZkwm .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzDVcxZkwm .list-wrapper .list .item-wrap,
.cid-uzDVcxZkwm .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uzDVcxZkwm .list-wrapper .list .item-wrap:hover,
.cid-uzDVcxZkwm .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzDVcxZkwm .list-wrapper .list .item-wrap,
  .cid-uzDVcxZkwm .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uzDVcxZkwm .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uzDVcxZkwm .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uzDVcxZkwm .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzDVcxZkwm .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uzDVcxZkwm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzDVcxZkwm .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uzDVcxZkwm .mbr-section-title,
.cid-uzDVcxZkwm .logo-wrap {
  text-align: center;
}
.cid-uzDVcxZkwm .list {
  color: #1d1d1d;
}
.cid-uzDVcxZkwm .list_2 {
  color: #989898;
}
.cid-uzDVcxZkwm .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uzDVcxZkwm .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uzDVcxZkwm .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzDVcxZkwm .list-wrapper,
  .cid-uzDVcxZkwm .list-wrapper_2 {
    text-align: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

.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%;
}

.container {
  max-width: 1320px;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

.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;
  }
      }
@media (max-width: 768px) {
h1.mbr-section-title1, h2.mbr-section-title2, h2.mbr-section-title3 {
font-size: 86px !important;
}
h2.mbr-section-title2, h2.mbr-section-title3 {
    margin: 10px 0 !important;
}
}.cid-uzEfvXVfAx .navbar-dropdown {
  background-color: #0b0b0c !important;
  padding: 0;
}
.cid-uzEfvXVfAx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0b0b0c !important;
  background: #0b0b0c;
}
.cid-uzEfvXVfAx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uzEfvXVfAx .menu_box .navbar.opened,
  .cid-uzEfvXVfAx .menu_box .navbar-collapse {
    background-color: #0b0b0c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzEfvXVfAx .navbar-dropdown {
  position: relative !important;
}
.cid-uzEfvXVfAx .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzEfvXVfAx .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uzEfvXVfAx .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzEfvXVfAx .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uzEfvXVfAx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzEfvXVfAx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzEfvXVfAx .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uzEfvXVfAx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzEfvXVfAx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzEfvXVfAx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzEfvXVfAx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzEfvXVfAx .offcanvas-body .mbr-text,
  .cid-uzEfvXVfAx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzEfvXVfAx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzEfvXVfAx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzEfvXVfAx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #72716b;
  }
  .cid-uzEfvXVfAx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzEfvXVfAx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzEfvXVfAx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzEfvXVfAx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzEfvXVfAx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzEfvXVfAx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzEfvXVfAx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzEfvXVfAx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzEfvXVfAx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzEfvXVfAx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uzEfvXVfAx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzEfvXVfAx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzEfvXVfAx .nav-item {
    margin: 0 !important;
  }
}
.cid-uzEfvXVfAx .nav-item .nav-link {
  position: relative;
}
.cid-uzEfvXVfAx .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
}
.cid-uzEfvXVfAx .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uzEfvXVfAx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzEfvXVfAx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzEfvXVfAx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzEfvXVfAx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzEfvXVfAx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzEfvXVfAx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzEfvXVfAx .offcanvas_box {
    display: none;
  }
}
.cid-uzEfvXVfAx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzEfvXVfAx .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzEfvXVfAx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzEfvXVfAx .container {
  display: flex;
  margin: auto;
}
.cid-uzEfvXVfAx .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzEfvXVfAx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzEfvXVfAx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzEfvXVfAx .navbar-caption {
  color: #1d1d1d;
}
.cid-uzEfvXVfAx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzEfvXVfAx .navbar-nav {
    margin: 0;
  }
}
.cid-uzEfvXVfAx .dropdown-menu,
.cid-uzEfvXVfAx .navbar.opened {
  background-color: false !important;
}
.cid-uzEfvXVfAx .nav-item:focus,
.cid-uzEfvXVfAx .nav-link:focus {
  outline: none;
}
.cid-uzEfvXVfAx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzEfvXVfAx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzEfvXVfAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzEfvXVfAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzEfvXVfAx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzEfvXVfAx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzEfvXVfAx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzEfvXVfAx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzEfvXVfAx .navbar.opened {
  transition: all 0.3s;
}
.cid-uzEfvXVfAx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzEfvXVfAx .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-uzEfvXVfAx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uzEfvXVfAx .navbar.collapsed {
  justify-content: center;
}
.cid-uzEfvXVfAx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzEfvXVfAx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzEfvXVfAx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzEfvXVfAx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzEfvXVfAx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzEfvXVfAx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzEfvXVfAx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzEfvXVfAx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzEfvXVfAx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzEfvXVfAx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzEfvXVfAx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzEfvXVfAx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzEfvXVfAx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzEfvXVfAx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzEfvXVfAx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzEfvXVfAx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzEfvXVfAx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzEfvXVfAx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzEfvXVfAx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzEfvXVfAx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzEfvXVfAx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzEfvXVfAx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzEfvXVfAx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzEfvXVfAx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzEfvXVfAx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzEfvXVfAx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzEfvXVfAx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzEfvXVfAx .dropdown-item.active,
.cid-uzEfvXVfAx .dropdown-item:active {
  background-color: transparent;
}
.cid-uzEfvXVfAx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzEfvXVfAx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzEfvXVfAx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzEfvXVfAx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzEfvXVfAx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzEfvXVfAx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzEfvXVfAx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0b0c;
  background: #171616;
}
.cid-uzEfvXVfAx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #72716b;
}
.cid-uzEfvXVfAx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzEfvXVfAx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzEfvXVfAx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzEfvXVfAx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzEfvXVfAx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzEfvXVfAx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzEfvXVfAx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzEfvXVfAx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzEfvXVfAx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzEfvXVfAx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzEfvXVfAx .navbar {
    height: 70px;
  }
  .cid-uzEfvXVfAx .navbar.opened {
    height: auto;
  }
  .cid-uzEfvXVfAx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzEfvXVfAx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzEfvXVfAx .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uzEfvXVfAx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uzEfvXVfAx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uzEfvXVfAx .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uzEfvXVfAx .navbar-caption:hover {
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uzEfvXVfAx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzEfvXVfAx .text_widget {
  margin-bottom: 32px;
  color: #edefeb;
}
.cid-uzEfvXVfAx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzEfvXVfAx .text_widget a:hover {
  color: #f7f7f7 !important;
}
.cid-uzEfvXVfAx .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uzEfvXVfAx .mbr-text {
  color: #373737;
  text-align: left;
}
.cid-uzEfvXVfAx .mbr-section-subtitle,
.cid-uzEfvXVfAx .text_widget,
.cid-uzEfvXVfAx .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uzEfvXVfAx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uL839BvUgo {
  display: flex;
  background-image: url("../../../assets/images/web-fondo-color-1920x1080.png");
}
.cid-uL839BvUgo .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uL839BvUgo h1,
.cid-uL839BvUgo h2 {
  line-height: 0.8;
}
.cid-uL839BvUgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL839BvUgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uL839BvUgo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uL839BvUgo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uL839BvUgo .content-wrap {
    width: 100%;
  }
}
.cid-uL839BvUgo .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uL839BvUgo .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uL839BvUgo {
    align-items: center;
  }
  .cid-uL839BvUgo .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL839BvUgo .content-wrap {
    min-width: 50%;
  }
}
.cid-uL839BvUgo .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uL839BvUgo .mbr-text,
.cid-uL839BvUgo .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uL839BvUgo .mbr-section-title3 {
  color: #221b35;
  text-align: right;
}
.cid-uL839BvUgo .mbr-section-title2 {
  color: #221b35;
  text-align: center;
}
.cid-uL839BvUgo .mbr-section-title1 {
  color: #221b35;
  text-align: left;
}
.cid-uL839BvUgo .mbr-section-subtitle {
  color: #221b35;
  position: relative;
  z-index: 10;
  text-align: right;
}
.cid-uzEfTsNXqf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uzEfTsNXqf .container {
    padding: 0 24px;
  }
}
.cid-uzEfTsNXqf .content-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uzEfTsNXqf .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uzEfTsNXqf .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uzEfTsNXqf .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzEfTsNXqf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzEfTsNXqf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 767px) {
  .cid-uzEfTsNXqf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzEfTsNXqf .embla__slide .slide-content {
  width: 100%;
}
.cid-uzEfTsNXqf .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border-radius: 0 !important;
}
.cid-uzEfTsNXqf .embla__slide .slide-content .item-wrapper .item-content {
  height: 100%;
}
.cid-uzEfTsNXqf .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uzEfTsNXqf .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uzEfTsNXqf .embla__button--next,
.cid-uzEfTsNXqf .embla__button--prev {
  display: flex;
}
.cid-uzEfTsNXqf .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uzEfTsNXqf .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #edefeb 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uzEfTsNXqf .embla__button:hover {
  box-shadow: inset 81px 10px 5px #232323;
  border-color: #232323 !important;
}
.cid-uzEfTsNXqf .embla__button:hover::before {
  width: 30%;
}
.cid-uzEfTsNXqf .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uzEfTsNXqf .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uzEfTsNXqf .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uzEfTsNXqf .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0, #f7f7f7 80%);
  width: 50%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uzEfTsNXqf .embla::before {
    display: none;
  }
}
.cid-uzEfTsNXqf .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uzEfTsNXqf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzEfTsNXqf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzEfTsNXqf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzEfTsNXqf .mbr-desc {
  color: #9a9a9a;
}
.cid-uzEfTsNXqf .mbr-section-title {
  color: #000000;
}
.cid-uzEfTsNXqf .mbr-text {
  color: #252525;
}
.cid-uzEfTsNXqf .item-title {
  color: #000000;
}
.cid-uzEfTsNXqf .item-text {
  color: #252525;
}
.cid-uzEfRm0guj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzEfRm0guj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzEfRm0guj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzEfRm0guj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzEfRm0guj .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uzEfRm0guj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzEfRm0guj .container {
    padding: 0 16px;
  }
}
.cid-uzEfRm0guj .row {
  justify-content: center;
}
.cid-uzEfRm0guj .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uzEfRm0guj .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uzEfRm0guj .box {
  margin: 0 auto;
  border-radius: .3rem !important;
}
@media (max-width: 992px) {
  .cid-uzEfRm0guj .box {
    width: 100%;
  }
}
.cid-uzEfRm0guj .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uzEfRm0guj .box .mbr-media {
    height: 350px;
  }
}
.cid-uzEfRm0guj .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: .5em !important;
}
.cid-uzEfRm0guj .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uzEfRm0guj .mbr-media {
  position: relative;
}
.cid-uzEfRm0guj .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uzEfRm0guj a:hover {
  background-image: none !important;
}
.cid-uzEfRm0guj .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uzEfRm0guj .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #1c1c1c;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uzEfRm0guj .icon-wrap:hover::before,
.cid-uzEfRm0guj .icon-wrap:focus::before {
  transform: scale(1);
}
.cid-uzEfRm0guj .icon-wrap:hover .mbr-iconfont,
.cid-uzEfRm0guj .icon-wrap:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uzEfRm0guj .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uzEfRm0guj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uzEfRm0guj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uzEfRm0guj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uzEfRm0guj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uzEfRm0guj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uzEfRm0guj .mbr-section-title {
  color: #1c1c1c;
  text-align: center;
}
.cid-uzEfw0sMex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzEfw0sMex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzEfw0sMex .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-uzEfw0sMex .container {
    padding: 0 20px;
  }
}
.cid-uzEfw0sMex .list-wrapper .list,
.cid-uzEfw0sMex .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzEfw0sMex .list-wrapper .list .item-wrap,
.cid-uzEfw0sMex .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uzEfw0sMex .list-wrapper .list .item-wrap:hover,
.cid-uzEfw0sMex .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzEfw0sMex .list-wrapper .list .item-wrap,
  .cid-uzEfw0sMex .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uzEfw0sMex .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uzEfw0sMex .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uzEfw0sMex .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzEfw0sMex .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uzEfw0sMex .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzEfw0sMex .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uzEfw0sMex .mbr-section-title,
.cid-uzEfw0sMex .logo-wrap {
  text-align: center;
}
.cid-uzEfw0sMex .list {
  color: #1d1d1d;
}
.cid-uzEfw0sMex .list_2 {
  color: #989898;
}
.cid-uzEfw0sMex .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uzEfw0sMex .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uzEfw0sMex .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzEfw0sMex .list-wrapper,
  .cid-uzEfw0sMex .list-wrapper_2 {
    text-align: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

.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%;
}

.container {
  max-width: 1320px;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.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;
  }
      }
@media (max-width: 768px) {
h1.mbr-section-title1, h2.mbr-section-title2, h2.mbr-section-title3 {
font-size: 86px !important;
}
h2.mbr-section-title2, h2.mbr-section-title3 {
    margin: 10px 0 !important;
}
}.cid-uzEjOTaQZD .navbar-dropdown {
  background-color: #0b0b0c !important;
  padding: 0;
}
.cid-uzEjOTaQZD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0b0b0c !important;
  background: #0b0b0c;
}
.cid-uzEjOTaQZD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uzEjOTaQZD .menu_box .navbar.opened,
  .cid-uzEjOTaQZD .menu_box .navbar-collapse {
    background-color: #0b0b0c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzEjOTaQZD .navbar-dropdown {
  position: relative !important;
}
.cid-uzEjOTaQZD .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzEjOTaQZD .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uzEjOTaQZD .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzEjOTaQZD .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uzEjOTaQZD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzEjOTaQZD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzEjOTaQZD .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uzEjOTaQZD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzEjOTaQZD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzEjOTaQZD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzEjOTaQZD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzEjOTaQZD .offcanvas-body .mbr-text,
  .cid-uzEjOTaQZD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzEjOTaQZD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzEjOTaQZD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzEjOTaQZD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #72716b;
  }
  .cid-uzEjOTaQZD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzEjOTaQZD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzEjOTaQZD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzEjOTaQZD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzEjOTaQZD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzEjOTaQZD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzEjOTaQZD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzEjOTaQZD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzEjOTaQZD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzEjOTaQZD .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uzEjOTaQZD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzEjOTaQZD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzEjOTaQZD .nav-item {
    margin: 0 !important;
  }
}
.cid-uzEjOTaQZD .nav-item .nav-link {
  position: relative;
}
.cid-uzEjOTaQZD .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
}
.cid-uzEjOTaQZD .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uzEjOTaQZD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzEjOTaQZD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzEjOTaQZD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzEjOTaQZD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzEjOTaQZD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzEjOTaQZD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzEjOTaQZD .offcanvas_box {
    display: none;
  }
}
.cid-uzEjOTaQZD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzEjOTaQZD .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzEjOTaQZD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzEjOTaQZD .container {
  display: flex;
  margin: auto;
}
.cid-uzEjOTaQZD .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzEjOTaQZD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzEjOTaQZD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzEjOTaQZD .navbar-caption {
  color: #1d1d1d;
}
.cid-uzEjOTaQZD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzEjOTaQZD .navbar-nav {
    margin: 0;
  }
}
.cid-uzEjOTaQZD .dropdown-menu,
.cid-uzEjOTaQZD .navbar.opened {
  background-color: false !important;
}
.cid-uzEjOTaQZD .nav-item:focus,
.cid-uzEjOTaQZD .nav-link:focus {
  outline: none;
}
.cid-uzEjOTaQZD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzEjOTaQZD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzEjOTaQZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzEjOTaQZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzEjOTaQZD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzEjOTaQZD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzEjOTaQZD .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzEjOTaQZD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzEjOTaQZD .navbar.opened {
  transition: all 0.3s;
}
.cid-uzEjOTaQZD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzEjOTaQZD .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-uzEjOTaQZD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uzEjOTaQZD .navbar.collapsed {
  justify-content: center;
}
.cid-uzEjOTaQZD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzEjOTaQZD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzEjOTaQZD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzEjOTaQZD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzEjOTaQZD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzEjOTaQZD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzEjOTaQZD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzEjOTaQZD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzEjOTaQZD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzEjOTaQZD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzEjOTaQZD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzEjOTaQZD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzEjOTaQZD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzEjOTaQZD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzEjOTaQZD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzEjOTaQZD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzEjOTaQZD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzEjOTaQZD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzEjOTaQZD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzEjOTaQZD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzEjOTaQZD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzEjOTaQZD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzEjOTaQZD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzEjOTaQZD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzEjOTaQZD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzEjOTaQZD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzEjOTaQZD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzEjOTaQZD .dropdown-item.active,
.cid-uzEjOTaQZD .dropdown-item:active {
  background-color: transparent;
}
.cid-uzEjOTaQZD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzEjOTaQZD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzEjOTaQZD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzEjOTaQZD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzEjOTaQZD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzEjOTaQZD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzEjOTaQZD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0b0c;
  background: #171616;
}
.cid-uzEjOTaQZD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #72716b;
}
.cid-uzEjOTaQZD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzEjOTaQZD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzEjOTaQZD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzEjOTaQZD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzEjOTaQZD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzEjOTaQZD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzEjOTaQZD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzEjOTaQZD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzEjOTaQZD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzEjOTaQZD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzEjOTaQZD .navbar {
    height: 70px;
  }
  .cid-uzEjOTaQZD .navbar.opened {
    height: auto;
  }
  .cid-uzEjOTaQZD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzEjOTaQZD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzEjOTaQZD .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uzEjOTaQZD .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uzEjOTaQZD .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uzEjOTaQZD .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uzEjOTaQZD .navbar-caption:hover {
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uzEjOTaQZD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzEjOTaQZD .text_widget {
  margin-bottom: 32px;
  color: #edefeb;
}
.cid-uzEjOTaQZD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzEjOTaQZD .text_widget a:hover {
  color: #f7f7f7 !important;
}
.cid-uzEjOTaQZD .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uzEjOTaQZD .mbr-text {
  color: #373737;
  text-align: left;
}
.cid-uzEjOTaQZD .mbr-section-subtitle,
.cid-uzEjOTaQZD .text_widget,
.cid-uzEjOTaQZD .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uzEjOTaQZD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzEjOUulPP {
  display: flex;
  background: linear-gradient(to bottom, #232323, #000000);
}
@media (min-width: 768px) {
  .cid-uzEjOUulPP {
    align-items: flex-start;
  }
  .cid-uzEjOUulPP .row {
    justify-content: flex-start;
  }
}
.cid-uzEjOUulPP .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uzEjOUulPP .mbr-text,
.cid-uzEjOUulPP .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uzEjOUulPP .mbr-section-title,
.cid-uzEjOUulPP .line {
  color: #ffffff;
  text-align: left;
}
.cid-uzEjOUulPP h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uzEjOUulPP h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uzEjOUulPP .mbr-section-subtitle,
.cid-uzEjOUulPP .align {
  text-align: left;
  color: #232323;
}
.cid-uzEkizbUzp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uzEkizbUzp .container {
    padding: 0 24px;
  }
}
.cid-uzEkizbUzp .content-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uzEkizbUzp .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uzEkizbUzp .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uzEkizbUzp .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzEkizbUzp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzEkizbUzp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 767px) {
  .cid-uzEkizbUzp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzEkizbUzp .embla__slide .slide-content {
  width: 100%;
}
.cid-uzEkizbUzp .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border-radius: 0 !important;
}
.cid-uzEkizbUzp .embla__slide .slide-content .item-wrapper .item-content {
  height: 100%;
}
.cid-uzEkizbUzp .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uzEkizbUzp .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uzEkizbUzp .embla__button--next,
.cid-uzEkizbUzp .embla__button--prev {
  display: flex;
}
.cid-uzEkizbUzp .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uzEkizbUzp .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #3a3a3a 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uzEkizbUzp .embla__button:hover {
  box-shadow: inset 81px 10px 5px #f0f0f0;
  border-color: #f0f0f0 !important;
}
.cid-uzEkizbUzp .embla__button:hover::before {
  width: 30%;
}
.cid-uzEkizbUzp .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uzEkizbUzp .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uzEkizbUzp .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uzEkizbUzp .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0, #000000 80%);
  width: 50%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uzEkizbUzp .embla::before {
    display: none;
  }
}
.cid-uzEkizbUzp .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uzEkizbUzp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzEkizbUzp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzEkizbUzp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzEkizbUzp .mbr-desc {
  color: #ffffff;
}
.cid-uzEkizbUzp .mbr-section-title {
  color: #f0f0f0;
}
.cid-uzEkizbUzp .mbr-text {
  color: #ffffff;
}
.cid-uzEkizbUzp .item-title {
  color: #ffffff;
}
.cid-uzEkizbUzp .item-text {
  color: #ffffff;
}
.cid-uzElcIPW6X {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uzElcIPW6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzElcIPW6X .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzElcIPW6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzElcIPW6X h1 {
  max-width: 800px;
}
.cid-uzElcIPW6X p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uzElcIPW6X {
    align-items: center;
  }
  .cid-uzElcIPW6X .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzElcIPW6X .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzElcIPW6X {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzElcIPW6X .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzElcIPW6X .content-wrap {
    width: 100%;
  }
}
.cid-uzElcIPW6X .mbr-section-subtitle,
.cid-uzElcIPW6X .line {
  color: #ffffff;
}
.cid-uzElcIPW6X .mbr-text,
.cid-uzElcIPW6X .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uzElcIPW6X .mbr-section-title {
  color: #f0f0f0;
  text-align: left;
}
.cid-uzEkj4UM4k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzEkj4UM4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzEkj4UM4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzEkj4UM4k .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzEkj4UM4k .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uzEkj4UM4k .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uzEkj4UM4k .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzEkj4UM4k .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzEkj4UM4k .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzEkj4UM4k .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzEkj4UM4k .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uzEkj4UM4k .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzEkj4UM4k .item {
    margin-bottom: 28px;
  }
}
.cid-uzEkj4UM4k .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uzEkj4UM4k .item .item-wrapper:hover,
.cid-uzEkj4UM4k .item .item-wrapper:focus {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uzEkj4UM4k .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uzEkj4UM4k .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252525;
}
@media (max-width: 992px) {
  .cid-uzEkj4UM4k .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uzEkj4UM4k .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uzEkj4UM4k .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uzEkj4UM4k .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uzEkj4UM4k .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uzEkj4UM4k .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uzEkj4UM4k .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uzEkj4UM4k .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uzEkj4UM4k .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uzEkj4UM4k .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uzEkj4UM4k .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uzEkj4UM4k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzEkj4UM4k .mbr-text,
.cid-uzEkj4UM4k .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzEkj4UM4k .mbr-desc,
.cid-uzEkj4UM4k .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uzEkj4UM4k .item-desc {
  color: #ffffff;
}
.cid-uzEkj4UM4k .item-title {
  color: #ffffff;
}
.cid-uzEkj4UM4k .item-text {
  color: #ffffff;
}
.cid-uzEkj4UM4k .icon-wrapper {
  text-align: right;
}
.cid-uzEkjOYszo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzEkjOYszo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzEkjOYszo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzEkjOYszo .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzEkjOYszo .item {
    margin-bottom: 16px;
  }
}
.cid-uzEkjOYszo .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uzEkjOYszo .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uzEkjOYszo .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uzEkjOYszo .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzEkjOYszo .item .item-wrapper {
    display: block;
  }
}
.cid-uzEkjOYszo .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #000000;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uzEkjOYszo .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzEkjOYszo .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uzEkjOYszo .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uzEkjOYszo .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uzEkjOYszo .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uzEkjOYszo .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uzEkjOYszo .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uzEkjOYszo .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzEkjOYszo .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uzEkjOYszo .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uzEkjOYszo .item-desc {
  color: #ffffff;
}
.cid-uzEjOXjzqH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzEjOXjzqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzEjOXjzqH .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-uzEjOXjzqH .container {
    padding: 0 20px;
  }
}
.cid-uzEjOXjzqH .list-wrapper .list,
.cid-uzEjOXjzqH .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzEjOXjzqH .list-wrapper .list .item-wrap,
.cid-uzEjOXjzqH .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uzEjOXjzqH .list-wrapper .list .item-wrap:hover,
.cid-uzEjOXjzqH .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzEjOXjzqH .list-wrapper .list .item-wrap,
  .cid-uzEjOXjzqH .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uzEjOXjzqH .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uzEjOXjzqH .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uzEjOXjzqH .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzEjOXjzqH .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uzEjOXjzqH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzEjOXjzqH .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uzEjOXjzqH .mbr-section-title,
.cid-uzEjOXjzqH .logo-wrap {
  text-align: center;
}
.cid-uzEjOXjzqH .list {
  color: #1d1d1d;
}
.cid-uzEjOXjzqH .list_2 {
  color: #989898;
}
.cid-uzEjOXjzqH .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uzEjOXjzqH .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uzEjOXjzqH .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzEjOXjzqH .list-wrapper,
  .cid-uzEjOXjzqH .list-wrapper_2 {
    text-align: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.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%;
}

.container {
  max-width: 1320px;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.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;
  }
      }
@media (max-width: 768px) {
h1.mbr-section-title1, h2.mbr-section-title2, h2.mbr-section-title3 {
font-size: 86px !important;
}
h2.mbr-section-title2, h2.mbr-section-title3 {
    margin: 10px 0 !important;
}
}.cid-uzI68GCGni .navbar-dropdown {
  background-color: #0b0b0c !important;
  padding: 0;
}
.cid-uzI68GCGni .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0b0b0c !important;
  background: #0b0b0c;
}
.cid-uzI68GCGni .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uzI68GCGni .menu_box .navbar.opened,
  .cid-uzI68GCGni .menu_box .navbar-collapse {
    background-color: #0b0b0c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzI68GCGni .navbar-dropdown {
  position: relative !important;
}
.cid-uzI68GCGni .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzI68GCGni .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uzI68GCGni .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzI68GCGni .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uzI68GCGni .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzI68GCGni .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzI68GCGni .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uzI68GCGni .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzI68GCGni .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzI68GCGni .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzI68GCGni .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzI68GCGni .offcanvas-body .mbr-text,
  .cid-uzI68GCGni .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzI68GCGni .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzI68GCGni .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzI68GCGni .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #72716b;
  }
  .cid-uzI68GCGni .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzI68GCGni .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzI68GCGni .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzI68GCGni .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzI68GCGni ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzI68GCGni .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzI68GCGni .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzI68GCGni .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzI68GCGni li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzI68GCGni .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uzI68GCGni .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzI68GCGni .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzI68GCGni .nav-item {
    margin: 0 !important;
  }
}
.cid-uzI68GCGni .nav-item .nav-link {
  position: relative;
}
.cid-uzI68GCGni .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
}
.cid-uzI68GCGni .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uzI68GCGni .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzI68GCGni .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzI68GCGni .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzI68GCGni .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzI68GCGni .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzI68GCGni .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzI68GCGni .offcanvas_box {
    display: none;
  }
}
.cid-uzI68GCGni .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzI68GCGni .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzI68GCGni .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzI68GCGni .container {
  display: flex;
  margin: auto;
}
.cid-uzI68GCGni .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzI68GCGni .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzI68GCGni .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzI68GCGni .navbar-caption {
  color: #1d1d1d;
}
.cid-uzI68GCGni .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzI68GCGni .navbar-nav {
    margin: 0;
  }
}
.cid-uzI68GCGni .dropdown-menu,
.cid-uzI68GCGni .navbar.opened {
  background-color: false !important;
}
.cid-uzI68GCGni .nav-item:focus,
.cid-uzI68GCGni .nav-link:focus {
  outline: none;
}
.cid-uzI68GCGni .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzI68GCGni .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzI68GCGni .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzI68GCGni .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzI68GCGni .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzI68GCGni .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzI68GCGni .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzI68GCGni .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzI68GCGni .navbar.opened {
  transition: all 0.3s;
}
.cid-uzI68GCGni .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzI68GCGni .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-uzI68GCGni .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uzI68GCGni .navbar.collapsed {
  justify-content: center;
}
.cid-uzI68GCGni .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzI68GCGni .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzI68GCGni .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzI68GCGni .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzI68GCGni .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzI68GCGni .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzI68GCGni .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzI68GCGni .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzI68GCGni .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzI68GCGni .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzI68GCGni .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzI68GCGni .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzI68GCGni .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzI68GCGni .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzI68GCGni .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzI68GCGni .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzI68GCGni .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzI68GCGni .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzI68GCGni .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzI68GCGni .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzI68GCGni .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzI68GCGni .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzI68GCGni .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzI68GCGni .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzI68GCGni .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzI68GCGni .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzI68GCGni .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzI68GCGni .dropdown-item.active,
.cid-uzI68GCGni .dropdown-item:active {
  background-color: transparent;
}
.cid-uzI68GCGni .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzI68GCGni .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzI68GCGni .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzI68GCGni .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzI68GCGni ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzI68GCGni .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzI68GCGni button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0b0c;
  background: #171616;
}
.cid-uzI68GCGni button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #72716b;
}
.cid-uzI68GCGni button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzI68GCGni button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzI68GCGni button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzI68GCGni button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzI68GCGni nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzI68GCGni nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzI68GCGni nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzI68GCGni nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzI68GCGni a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzI68GCGni .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzI68GCGni .navbar {
    height: 70px;
  }
  .cid-uzI68GCGni .navbar.opened {
    height: auto;
  }
  .cid-uzI68GCGni .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzI68GCGni .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzI68GCGni .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uzI68GCGni .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uzI68GCGni .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uzI68GCGni .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uzI68GCGni .navbar-caption:hover {
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uzI68GCGni .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzI68GCGni .text_widget {
  margin-bottom: 32px;
  color: #edefeb;
}
.cid-uzI68GCGni .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzI68GCGni .text_widget a:hover {
  color: #f7f7f7 !important;
}
.cid-uzI68GCGni .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uzI68GCGni .mbr-text {
  color: #373737;
  text-align: left;
}
.cid-uzI68GCGni .mbr-section-subtitle,
.cid-uzI68GCGni .text_widget,
.cid-uzI68GCGni .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uzI68GCGni a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uL7ZIH3Igv {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL7ZIH3Igv .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uL7ZIH3Igv .display-1 {
    font-size: 5rem;
  }
}
.cid-uL7ZIH3Igv h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uL7ZIH3Igv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uL7ZIH3Igv .display-1 {
    font-size: 2.8rem;
  }
  .cid-uL7ZIH3Igv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uL7ZIH3Igv .content-wrap {
    width: 100%;
  }
}
.cid-uL7ZIH3Igv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL7ZIH3Igv .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uL7ZIH3Igv .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uL7ZIH3Igv {
    align-items: center;
  }
  .cid-uL7ZIH3Igv .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL7ZIH3Igv .content-wrap {
    min-width: 50%;
  }
}
.cid-uL7ZIH3Igv .mbr-section-title {
  text-align: left;
  color: #221b35;
}
.cid-uL7ZIH3Igv .mbr-text,
.cid-uL7ZIH3Igv .mbr-section-btn {
  text-align: left;
  color: #221b35;
}
.cid-uzIlDUo4xc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzIlDUo4xc .mbr-section-head,
.cid-uzIlDUo4xc .gallery_item {
  margin-bottom: 6rem;
}
.cid-uzIlDUo4xc .mbr-section-subtitle {
  margin-bottom: 0.5rem;
}
.cid-uzIlDUo4xc .mbr-section-title {
  line-height: .95;
}
.cid-uzIlDUo4xc .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uzIlDUo4xc .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 66%;
  width: 66%;
}
.cid-uzIlDUo4xc .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-uzIlDUo4xc .item-img,
.cid-uzIlDUo4xc img {
  max-width: 100%;
  object-fit: cover;
}
.cid-uzIlDUo4xc .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-uzIlDUo4xc .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-uzIlDUo4xc .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-uzIlDUo4xc .item-title {
  text-align: left;
  flex: 1 1 0;
}
.cid-uzIlDUo4xc .item-subtitle {
  text-align: right;
  flex: 1 1 0;
}
@media (max-width: 991px) {
  .cid-uzIlDUo4xc .gallery-wrap-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cid-uzIlDUo4xc .gallery-wrap-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uzIlDUo4xc .mbr-section-head,
  .cid-uzIlDUo4xc .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-uzIlDUo4xc .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-uzIlDUo4xc .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-uAh3HGjX3j {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAh3HGjX3j .mbr-section-head,
.cid-uAh3HGjX3j .gallery_item {
  margin-bottom: 6rem;
}
.cid-uAh3HGjX3j .mbr-section-subtitle {
  margin-bottom: 0.5rem;
}
.cid-uAh3HGjX3j .mbr-section-title {
  line-height: .95;
}
.cid-uAh3HGjX3j .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uAh3HGjX3j .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 66%;
  width: 66%;
}
.cid-uAh3HGjX3j .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-uAh3HGjX3j .item-img,
.cid-uAh3HGjX3j img {
  max-width: 100%;
  object-fit: cover;
}
.cid-uAh3HGjX3j .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-uAh3HGjX3j .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-uAh3HGjX3j .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-uAh3HGjX3j .item-title {
  text-align: left;
  flex: 1 1 0;
}
.cid-uAh3HGjX3j .item-subtitle {
  text-align: right;
  flex: 1 1 0;
}
@media (max-width: 991px) {
  .cid-uAh3HGjX3j .gallery-wrap-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cid-uAh3HGjX3j .gallery-wrap-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uAh3HGjX3j .mbr-section-head,
  .cid-uAh3HGjX3j .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-uAh3HGjX3j .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-uAh3HGjX3j .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-uzI68Jw5va {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzI68Jw5va .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzI68Jw5va .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-uzI68Jw5va .container {
    padding: 0 20px;
  }
}
.cid-uzI68Jw5va .list-wrapper .list,
.cid-uzI68Jw5va .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzI68Jw5va .list-wrapper .list .item-wrap,
.cid-uzI68Jw5va .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uzI68Jw5va .list-wrapper .list .item-wrap:hover,
.cid-uzI68Jw5va .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzI68Jw5va .list-wrapper .list .item-wrap,
  .cid-uzI68Jw5va .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uzI68Jw5va .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uzI68Jw5va .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uzI68Jw5va .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzI68Jw5va .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uzI68Jw5va .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzI68Jw5va .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uzI68Jw5va .mbr-section-title,
.cid-uzI68Jw5va .logo-wrap {
  text-align: center;
}
.cid-uzI68Jw5va .list {
  color: #1d1d1d;
}
.cid-uzI68Jw5va .list_2 {
  color: #989898;
}
.cid-uzI68Jw5va .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uzI68Jw5va .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uzI68Jw5va .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzI68Jw5va .list-wrapper,
  .cid-uzI68Jw5va .list-wrapper_2 {
    text-align: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.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%;
}

.container {
  max-width: 1320px;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.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;
  }
      }
@media (max-width: 768px) {
h1.mbr-section-title1, h2.mbr-section-title2, h2.mbr-section-title3 {
font-size: 86px !important;
}
h2.mbr-section-title2, h2.mbr-section-title3 {
    margin: 10px 0 !important;
}
}.cid-uzIIRQaOPy .navbar-dropdown {
  background-color: #0b0b0c !important;
  padding: 0;
}
.cid-uzIIRQaOPy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0b0b0c !important;
  background: #0b0b0c;
}
.cid-uzIIRQaOPy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uzIIRQaOPy .menu_box .navbar.opened,
  .cid-uzIIRQaOPy .menu_box .navbar-collapse {
    background-color: #0b0b0c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzIIRQaOPy .navbar-dropdown {
  position: relative !important;
}
.cid-uzIIRQaOPy .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzIIRQaOPy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uzIIRQaOPy .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzIIRQaOPy .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uzIIRQaOPy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzIIRQaOPy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzIIRQaOPy .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uzIIRQaOPy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzIIRQaOPy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzIIRQaOPy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzIIRQaOPy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzIIRQaOPy .offcanvas-body .mbr-text,
  .cid-uzIIRQaOPy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzIIRQaOPy .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzIIRQaOPy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzIIRQaOPy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #72716b;
  }
  .cid-uzIIRQaOPy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzIIRQaOPy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzIIRQaOPy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzIIRQaOPy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzIIRQaOPy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzIIRQaOPy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzIIRQaOPy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzIIRQaOPy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzIIRQaOPy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzIIRQaOPy .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uzIIRQaOPy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzIIRQaOPy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzIIRQaOPy .nav-item {
    margin: 0 !important;
  }
}
.cid-uzIIRQaOPy .nav-item .nav-link {
  position: relative;
}
.cid-uzIIRQaOPy .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
}
.cid-uzIIRQaOPy .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uzIIRQaOPy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzIIRQaOPy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzIIRQaOPy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzIIRQaOPy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzIIRQaOPy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzIIRQaOPy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzIIRQaOPy .offcanvas_box {
    display: none;
  }
}
.cid-uzIIRQaOPy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzIIRQaOPy .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzIIRQaOPy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzIIRQaOPy .container {
  display: flex;
  margin: auto;
}
.cid-uzIIRQaOPy .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzIIRQaOPy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzIIRQaOPy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzIIRQaOPy .navbar-caption {
  color: #1d1d1d;
}
.cid-uzIIRQaOPy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzIIRQaOPy .navbar-nav {
    margin: 0;
  }
}
.cid-uzIIRQaOPy .dropdown-menu,
.cid-uzIIRQaOPy .navbar.opened {
  background-color: false !important;
}
.cid-uzIIRQaOPy .nav-item:focus,
.cid-uzIIRQaOPy .nav-link:focus {
  outline: none;
}
.cid-uzIIRQaOPy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzIIRQaOPy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzIIRQaOPy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzIIRQaOPy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzIIRQaOPy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzIIRQaOPy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzIIRQaOPy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzIIRQaOPy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzIIRQaOPy .navbar.opened {
  transition: all 0.3s;
}
.cid-uzIIRQaOPy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzIIRQaOPy .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-uzIIRQaOPy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uzIIRQaOPy .navbar.collapsed {
  justify-content: center;
}
.cid-uzIIRQaOPy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzIIRQaOPy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzIIRQaOPy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzIIRQaOPy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzIIRQaOPy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzIIRQaOPy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzIIRQaOPy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzIIRQaOPy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzIIRQaOPy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzIIRQaOPy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzIIRQaOPy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzIIRQaOPy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzIIRQaOPy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzIIRQaOPy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzIIRQaOPy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzIIRQaOPy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzIIRQaOPy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzIIRQaOPy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzIIRQaOPy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzIIRQaOPy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzIIRQaOPy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzIIRQaOPy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzIIRQaOPy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzIIRQaOPy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzIIRQaOPy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzIIRQaOPy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzIIRQaOPy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzIIRQaOPy .dropdown-item.active,
.cid-uzIIRQaOPy .dropdown-item:active {
  background-color: transparent;
}
.cid-uzIIRQaOPy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzIIRQaOPy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzIIRQaOPy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzIIRQaOPy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzIIRQaOPy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzIIRQaOPy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzIIRQaOPy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0b0c;
  background: #171616;
}
.cid-uzIIRQaOPy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #72716b;
}
.cid-uzIIRQaOPy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzIIRQaOPy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzIIRQaOPy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzIIRQaOPy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzIIRQaOPy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzIIRQaOPy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzIIRQaOPy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzIIRQaOPy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzIIRQaOPy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzIIRQaOPy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzIIRQaOPy .navbar {
    height: 70px;
  }
  .cid-uzIIRQaOPy .navbar.opened {
    height: auto;
  }
  .cid-uzIIRQaOPy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzIIRQaOPy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzIIRQaOPy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uzIIRQaOPy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uzIIRQaOPy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uzIIRQaOPy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uzIIRQaOPy .navbar-caption:hover {
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uzIIRQaOPy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzIIRQaOPy .text_widget {
  margin-bottom: 32px;
  color: #edefeb;
}
.cid-uzIIRQaOPy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzIIRQaOPy .text_widget a:hover {
  color: #f7f7f7 !important;
}
.cid-uzIIRQaOPy .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uzIIRQaOPy .mbr-text {
  color: #373737;
  text-align: left;
}
.cid-uzIIRQaOPy .mbr-section-subtitle,
.cid-uzIIRQaOPy .text_widget,
.cid-uzIIRQaOPy .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uzIIRQaOPy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzIJMcpRa0 {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzIJMcpRa0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzIJMcpRa0 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzIJMcpRa0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzIJMcpRa0 h1 {
  max-width: 800px;
}
.cid-uzIJMcpRa0 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uzIJMcpRa0 {
    align-items: center;
  }
  .cid-uzIJMcpRa0 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzIJMcpRa0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzIJMcpRa0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzIJMcpRa0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzIJMcpRa0 .content-wrap {
    width: 100%;
  }
}
.cid-uzIJMcpRa0 .mbr-section-subtitle,
.cid-uzIJMcpRa0 .line {
  color: #1e2124;
}
.cid-uzIJMcpRa0 .mbr-text,
.cid-uzIJMcpRa0 .mbr-section-btn {
  text-align: left;
  color: #1e2124;
}
.cid-uzIJMcpRa0 .mbr-section-title {
  color: #1e2124;
  text-align: left;
}
.cid-uzIJ5zLPXL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzIJ5zLPXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzIJ5zLPXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzIJ5zLPXL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzIJ5zLPXL .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uzIJ5zLPXL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzIJ5zLPXL .container {
    padding: 0 16px;
  }
}
.cid-uzIJ5zLPXL .row {
  margin: 0 -20px;
}
.cid-uzIJ5zLPXL .item {
  padding: 0 20px;
}
.cid-uzIJ5zLPXL .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzIJ5zLPXL .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzIIRSDcpY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzIIRSDcpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzIIRSDcpY .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-uzIIRSDcpY .container {
    padding: 0 20px;
  }
}
.cid-uzIIRSDcpY .list-wrapper .list,
.cid-uzIIRSDcpY .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzIIRSDcpY .list-wrapper .list .item-wrap,
.cid-uzIIRSDcpY .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uzIIRSDcpY .list-wrapper .list .item-wrap:hover,
.cid-uzIIRSDcpY .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzIIRSDcpY .list-wrapper .list .item-wrap,
  .cid-uzIIRSDcpY .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uzIIRSDcpY .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uzIIRSDcpY .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uzIIRSDcpY .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzIIRSDcpY .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uzIIRSDcpY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzIIRSDcpY .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uzIIRSDcpY .mbr-section-title,
.cid-uzIIRSDcpY .logo-wrap {
  text-align: center;
}
.cid-uzIIRSDcpY .list {
  color: #1d1d1d;
}
.cid-uzIIRSDcpY .list_2 {
  color: #989898;
}
.cid-uzIIRSDcpY .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uzIIRSDcpY .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uzIIRSDcpY .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzIIRSDcpY .list-wrapper,
  .cid-uzIIRSDcpY .list-wrapper_2 {
    text-align: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.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%;
}

.container {
  max-width: 1320px;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.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;
  }
      }
@media (max-width: 768px) {
h1.mbr-section-title1, h2.mbr-section-title2, h2.mbr-section-title3 {
font-size: 86px !important;
}
h2.mbr-section-title2, h2.mbr-section-title3 {
    margin: 10px 0 !important;
}
}.cid-uzIMXtaA4c .navbar-dropdown {
  background-color: #0b0b0c !important;
  padding: 0;
}
.cid-uzIMXtaA4c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0b0b0c !important;
  background: #0b0b0c;
}
.cid-uzIMXtaA4c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uzIMXtaA4c .menu_box .navbar.opened,
  .cid-uzIMXtaA4c .menu_box .navbar-collapse {
    background-color: #0b0b0c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzIMXtaA4c .navbar-dropdown {
  position: relative !important;
}
.cid-uzIMXtaA4c .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzIMXtaA4c .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uzIMXtaA4c .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzIMXtaA4c .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uzIMXtaA4c .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzIMXtaA4c .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzIMXtaA4c .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uzIMXtaA4c .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzIMXtaA4c .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzIMXtaA4c .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzIMXtaA4c .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzIMXtaA4c .offcanvas-body .mbr-text,
  .cid-uzIMXtaA4c .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzIMXtaA4c .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzIMXtaA4c .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzIMXtaA4c .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #72716b;
  }
  .cid-uzIMXtaA4c .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzIMXtaA4c .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzIMXtaA4c .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzIMXtaA4c .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzIMXtaA4c ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzIMXtaA4c .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzIMXtaA4c .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzIMXtaA4c .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzIMXtaA4c li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzIMXtaA4c .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uzIMXtaA4c .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzIMXtaA4c .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzIMXtaA4c .nav-item {
    margin: 0 !important;
  }
}
.cid-uzIMXtaA4c .nav-item .nav-link {
  position: relative;
}
.cid-uzIMXtaA4c .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
}
.cid-uzIMXtaA4c .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uzIMXtaA4c .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzIMXtaA4c .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzIMXtaA4c .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzIMXtaA4c .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzIMXtaA4c .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzIMXtaA4c .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzIMXtaA4c .offcanvas_box {
    display: none;
  }
}
.cid-uzIMXtaA4c .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzIMXtaA4c .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzIMXtaA4c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzIMXtaA4c .container {
  display: flex;
  margin: auto;
}
.cid-uzIMXtaA4c .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzIMXtaA4c .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzIMXtaA4c .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzIMXtaA4c .navbar-caption {
  color: #1d1d1d;
}
.cid-uzIMXtaA4c .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzIMXtaA4c .navbar-nav {
    margin: 0;
  }
}
.cid-uzIMXtaA4c .dropdown-menu,
.cid-uzIMXtaA4c .navbar.opened {
  background-color: false !important;
}
.cid-uzIMXtaA4c .nav-item:focus,
.cid-uzIMXtaA4c .nav-link:focus {
  outline: none;
}
.cid-uzIMXtaA4c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzIMXtaA4c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzIMXtaA4c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzIMXtaA4c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzIMXtaA4c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzIMXtaA4c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzIMXtaA4c .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzIMXtaA4c .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzIMXtaA4c .navbar.opened {
  transition: all 0.3s;
}
.cid-uzIMXtaA4c .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzIMXtaA4c .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-uzIMXtaA4c .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uzIMXtaA4c .navbar.collapsed {
  justify-content: center;
}
.cid-uzIMXtaA4c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzIMXtaA4c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzIMXtaA4c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzIMXtaA4c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzIMXtaA4c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzIMXtaA4c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzIMXtaA4c .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzIMXtaA4c .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzIMXtaA4c .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzIMXtaA4c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzIMXtaA4c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzIMXtaA4c .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzIMXtaA4c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzIMXtaA4c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzIMXtaA4c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzIMXtaA4c .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzIMXtaA4c .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzIMXtaA4c .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzIMXtaA4c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzIMXtaA4c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzIMXtaA4c .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzIMXtaA4c .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzIMXtaA4c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzIMXtaA4c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzIMXtaA4c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzIMXtaA4c .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzIMXtaA4c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzIMXtaA4c .dropdown-item.active,
.cid-uzIMXtaA4c .dropdown-item:active {
  background-color: transparent;
}
.cid-uzIMXtaA4c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzIMXtaA4c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzIMXtaA4c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzIMXtaA4c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzIMXtaA4c ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzIMXtaA4c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzIMXtaA4c button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0b0c;
  background: #171616;
}
.cid-uzIMXtaA4c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #72716b;
}
.cid-uzIMXtaA4c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzIMXtaA4c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzIMXtaA4c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzIMXtaA4c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzIMXtaA4c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzIMXtaA4c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzIMXtaA4c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzIMXtaA4c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzIMXtaA4c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzIMXtaA4c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzIMXtaA4c .navbar {
    height: 70px;
  }
  .cid-uzIMXtaA4c .navbar.opened {
    height: auto;
  }
  .cid-uzIMXtaA4c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzIMXtaA4c .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzIMXtaA4c .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uzIMXtaA4c .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uzIMXtaA4c .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uzIMXtaA4c .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uzIMXtaA4c .navbar-caption:hover {
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uzIMXtaA4c .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzIMXtaA4c .text_widget {
  margin-bottom: 32px;
  color: #edefeb;
}
.cid-uzIMXtaA4c .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzIMXtaA4c .text_widget a:hover {
  color: #f7f7f7 !important;
}
.cid-uzIMXtaA4c .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uzIMXtaA4c .mbr-text {
  color: #373737;
  text-align: left;
}
.cid-uzIMXtaA4c .mbr-section-subtitle,
.cid-uzIMXtaA4c .text_widget,
.cid-uzIMXtaA4c .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uzIMXtaA4c a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzIMXuD2gd {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzIMXuD2gd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzIMXuD2gd .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzIMXuD2gd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzIMXuD2gd h1 {
  max-width: 800px;
}
.cid-uzIMXuD2gd p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uzIMXuD2gd {
    align-items: center;
  }
  .cid-uzIMXuD2gd .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzIMXuD2gd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzIMXuD2gd {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzIMXuD2gd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzIMXuD2gd .content-wrap {
    width: 100%;
  }
}
.cid-uzIMXuD2gd .mbr-section-subtitle,
.cid-uzIMXuD2gd .line {
  color: #1e2124;
}
.cid-uzIMXuD2gd .mbr-text,
.cid-uzIMXuD2gd .mbr-section-btn {
  text-align: left;
  color: #1e2124;
}
.cid-uzIMXuD2gd .mbr-section-title {
  color: #1e2124;
  text-align: left;
}
.cid-uzIMXvbVot {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzIMXvbVot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzIMXvbVot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzIMXvbVot .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzIMXvbVot .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uzIMXvbVot .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzIMXvbVot .container {
    padding: 0 16px;
  }
}
.cid-uzIMXvbVot .row {
  margin: 0 -20px;
}
.cid-uzIMXvbVot .item {
  padding: 0 20px;
}
.cid-uzIMXvbVot .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzIMXvbVot .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzIMXvweBS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzIMXvweBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzIMXvweBS .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-uzIMXvweBS .container {
    padding: 0 20px;
  }
}
.cid-uzIMXvweBS .list-wrapper .list,
.cid-uzIMXvweBS .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzIMXvweBS .list-wrapper .list .item-wrap,
.cid-uzIMXvweBS .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uzIMXvweBS .list-wrapper .list .item-wrap:hover,
.cid-uzIMXvweBS .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzIMXvweBS .list-wrapper .list .item-wrap,
  .cid-uzIMXvweBS .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uzIMXvweBS .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uzIMXvweBS .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uzIMXvweBS .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzIMXvweBS .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uzIMXvweBS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzIMXvweBS .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uzIMXvweBS .mbr-section-title,
.cid-uzIMXvweBS .logo-wrap {
  text-align: center;
}
.cid-uzIMXvweBS .list {
  color: #1d1d1d;
}
.cid-uzIMXvweBS .list_2 {
  color: #989898;
}
.cid-uzIMXvweBS .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uzIMXvweBS .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uzIMXvweBS .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzIMXvweBS .list-wrapper,
  .cid-uzIMXvweBS .list-wrapper_2 {
    text-align: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.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%;
}

.container {
  max-width: 1320px;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.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;
  }
      }
@media (max-width: 768px) {
h1.mbr-section-title1, h2.mbr-section-title2, h2.mbr-section-title3 {
font-size: 86px !important;
}
h2.mbr-section-title2, h2.mbr-section-title3 {
    margin: 10px 0 !important;
}
}.cid-uzUn0mn4DK .navbar-dropdown {
  background-color: #0b0b0c !important;
  padding: 0;
}
.cid-uzUn0mn4DK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0b0b0c !important;
  background: #0b0b0c;
}
.cid-uzUn0mn4DK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uzUn0mn4DK .menu_box .navbar.opened,
  .cid-uzUn0mn4DK .menu_box .navbar-collapse {
    background-color: #0b0b0c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzUn0mn4DK .navbar-dropdown {
  position: relative !important;
}
.cid-uzUn0mn4DK .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzUn0mn4DK .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uzUn0mn4DK .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzUn0mn4DK .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uzUn0mn4DK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzUn0mn4DK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzUn0mn4DK .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uzUn0mn4DK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzUn0mn4DK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzUn0mn4DK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzUn0mn4DK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzUn0mn4DK .offcanvas-body .mbr-text,
  .cid-uzUn0mn4DK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzUn0mn4DK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzUn0mn4DK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzUn0mn4DK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #72716b;
  }
  .cid-uzUn0mn4DK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzUn0mn4DK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzUn0mn4DK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzUn0mn4DK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzUn0mn4DK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzUn0mn4DK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzUn0mn4DK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzUn0mn4DK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzUn0mn4DK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzUn0mn4DK .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uzUn0mn4DK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzUn0mn4DK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzUn0mn4DK .nav-item {
    margin: 0 !important;
  }
}
.cid-uzUn0mn4DK .nav-item .nav-link {
  position: relative;
}
.cid-uzUn0mn4DK .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
}
.cid-uzUn0mn4DK .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uzUn0mn4DK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzUn0mn4DK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzUn0mn4DK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzUn0mn4DK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzUn0mn4DK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzUn0mn4DK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzUn0mn4DK .offcanvas_box {
    display: none;
  }
}
.cid-uzUn0mn4DK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzUn0mn4DK .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzUn0mn4DK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzUn0mn4DK .container {
  display: flex;
  margin: auto;
}
.cid-uzUn0mn4DK .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzUn0mn4DK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzUn0mn4DK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzUn0mn4DK .navbar-caption {
  color: #1d1d1d;
}
.cid-uzUn0mn4DK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzUn0mn4DK .navbar-nav {
    margin: 0;
  }
}
.cid-uzUn0mn4DK .dropdown-menu,
.cid-uzUn0mn4DK .navbar.opened {
  background-color: false !important;
}
.cid-uzUn0mn4DK .nav-item:focus,
.cid-uzUn0mn4DK .nav-link:focus {
  outline: none;
}
.cid-uzUn0mn4DK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzUn0mn4DK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzUn0mn4DK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzUn0mn4DK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzUn0mn4DK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzUn0mn4DK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzUn0mn4DK .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzUn0mn4DK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzUn0mn4DK .navbar.opened {
  transition: all 0.3s;
}
.cid-uzUn0mn4DK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzUn0mn4DK .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-uzUn0mn4DK .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uzUn0mn4DK .navbar.collapsed {
  justify-content: center;
}
.cid-uzUn0mn4DK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzUn0mn4DK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzUn0mn4DK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzUn0mn4DK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzUn0mn4DK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzUn0mn4DK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzUn0mn4DK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzUn0mn4DK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzUn0mn4DK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzUn0mn4DK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzUn0mn4DK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzUn0mn4DK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzUn0mn4DK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzUn0mn4DK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzUn0mn4DK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzUn0mn4DK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzUn0mn4DK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzUn0mn4DK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzUn0mn4DK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzUn0mn4DK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzUn0mn4DK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzUn0mn4DK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzUn0mn4DK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzUn0mn4DK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzUn0mn4DK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzUn0mn4DK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzUn0mn4DK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzUn0mn4DK .dropdown-item.active,
.cid-uzUn0mn4DK .dropdown-item:active {
  background-color: transparent;
}
.cid-uzUn0mn4DK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzUn0mn4DK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzUn0mn4DK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzUn0mn4DK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzUn0mn4DK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzUn0mn4DK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzUn0mn4DK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0b0c;
  background: #171616;
}
.cid-uzUn0mn4DK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #72716b;
}
.cid-uzUn0mn4DK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzUn0mn4DK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzUn0mn4DK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzUn0mn4DK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzUn0mn4DK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzUn0mn4DK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzUn0mn4DK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzUn0mn4DK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzUn0mn4DK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzUn0mn4DK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzUn0mn4DK .navbar {
    height: 70px;
  }
  .cid-uzUn0mn4DK .navbar.opened {
    height: auto;
  }
  .cid-uzUn0mn4DK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzUn0mn4DK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzUn0mn4DK .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uzUn0mn4DK .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uzUn0mn4DK .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uzUn0mn4DK .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uzUn0mn4DK .navbar-caption:hover {
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uzUn0mn4DK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzUn0mn4DK .text_widget {
  margin-bottom: 32px;
  color: #edefeb;
}
.cid-uzUn0mn4DK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzUn0mn4DK .text_widget a:hover {
  color: #f7f7f7 !important;
}
.cid-uzUn0mn4DK .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uzUn0mn4DK .mbr-text {
  color: #373737;
  text-align: left;
}
.cid-uzUn0mn4DK .mbr-section-subtitle,
.cid-uzUn0mn4DK .text_widget,
.cid-uzUn0mn4DK .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uzUn0mn4DK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzUn0nRkb2 {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzUn0nRkb2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUn0nRkb2 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzUn0nRkb2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzUn0nRkb2 h1 {
  max-width: 800px;
}
.cid-uzUn0nRkb2 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uzUn0nRkb2 {
    align-items: center;
  }
  .cid-uzUn0nRkb2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzUn0nRkb2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzUn0nRkb2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzUn0nRkb2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzUn0nRkb2 .content-wrap {
    width: 100%;
  }
}
.cid-uzUn0nRkb2 .mbr-section-subtitle,
.cid-uzUn0nRkb2 .line {
  color: #1e2124;
}
.cid-uzUn0nRkb2 .mbr-text,
.cid-uzUn0nRkb2 .mbr-section-btn {
  text-align: left;
  color: #1e2124;
}
.cid-uzUn0nRkb2 .mbr-section-title {
  color: #1e2124;
  text-align: left;
}
.cid-uzUn0ohSHY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzUn0ohSHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUn0ohSHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzUn0ohSHY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzUn0ohSHY .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uzUn0ohSHY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzUn0ohSHY .container {
    padding: 0 16px;
  }
}
.cid-uzUn0ohSHY .row {
  margin: 0 -20px;
}
.cid-uzUn0ohSHY .item {
  padding: 0 20px;
}
.cid-uzUn0ohSHY .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzUn0ohSHY .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzUn0oB6UW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzUn0oB6UW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUn0oB6UW .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-uzUn0oB6UW .container {
    padding: 0 20px;
  }
}
.cid-uzUn0oB6UW .list-wrapper .list,
.cid-uzUn0oB6UW .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzUn0oB6UW .list-wrapper .list .item-wrap,
.cid-uzUn0oB6UW .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uzUn0oB6UW .list-wrapper .list .item-wrap:hover,
.cid-uzUn0oB6UW .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzUn0oB6UW .list-wrapper .list .item-wrap,
  .cid-uzUn0oB6UW .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uzUn0oB6UW .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uzUn0oB6UW .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uzUn0oB6UW .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzUn0oB6UW .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uzUn0oB6UW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzUn0oB6UW .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uzUn0oB6UW .mbr-section-title,
.cid-uzUn0oB6UW .logo-wrap {
  text-align: center;
}
.cid-uzUn0oB6UW .list {
  color: #1d1d1d;
}
.cid-uzUn0oB6UW .list_2 {
  color: #989898;
}
.cid-uzUn0oB6UW .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uzUn0oB6UW .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uzUn0oB6UW .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzUn0oB6UW .list-wrapper,
  .cid-uzUn0oB6UW .list-wrapper_2 {
    text-align: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.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%;
}

.container {
  max-width: 1320px;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.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;
  }
      }
@media (max-width: 768px) {
h1.mbr-section-title1, h2.mbr-section-title2, h2.mbr-section-title3 {
font-size: 86px !important;
}
h2.mbr-section-title2, h2.mbr-section-title3 {
    margin: 10px 0 !important;
}
}.cid-uzUzy4Oaqx .navbar-dropdown {
  background-color: #0b0b0c !important;
  padding: 0;
}
.cid-uzUzy4Oaqx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0b0b0c !important;
  background: #0b0b0c;
}
.cid-uzUzy4Oaqx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uzUzy4Oaqx .menu_box .navbar.opened,
  .cid-uzUzy4Oaqx .menu_box .navbar-collapse {
    background-color: #0b0b0c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzUzy4Oaqx .navbar-dropdown {
  position: relative !important;
}
.cid-uzUzy4Oaqx .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzUzy4Oaqx .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uzUzy4Oaqx .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzUzy4Oaqx .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uzUzy4Oaqx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzUzy4Oaqx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzUzy4Oaqx .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uzUzy4Oaqx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzUzy4Oaqx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzUzy4Oaqx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzUzy4Oaqx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzUzy4Oaqx .offcanvas-body .mbr-text,
  .cid-uzUzy4Oaqx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzUzy4Oaqx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzUzy4Oaqx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzUzy4Oaqx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #72716b;
  }
  .cid-uzUzy4Oaqx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzUzy4Oaqx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzUzy4Oaqx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzUzy4Oaqx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzUzy4Oaqx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzUzy4Oaqx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzUzy4Oaqx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzUzy4Oaqx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzUzy4Oaqx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzUzy4Oaqx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uzUzy4Oaqx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzUzy4Oaqx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzUzy4Oaqx .nav-item {
    margin: 0 !important;
  }
}
.cid-uzUzy4Oaqx .nav-item .nav-link {
  position: relative;
}
.cid-uzUzy4Oaqx .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
}
.cid-uzUzy4Oaqx .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uzUzy4Oaqx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzUzy4Oaqx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzUzy4Oaqx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzUzy4Oaqx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzUzy4Oaqx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzUzy4Oaqx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzUzy4Oaqx .offcanvas_box {
    display: none;
  }
}
.cid-uzUzy4Oaqx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzUzy4Oaqx .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzUzy4Oaqx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzUzy4Oaqx .container {
  display: flex;
  margin: auto;
}
.cid-uzUzy4Oaqx .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzUzy4Oaqx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzUzy4Oaqx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzUzy4Oaqx .navbar-caption {
  color: #1d1d1d;
}
.cid-uzUzy4Oaqx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzUzy4Oaqx .navbar-nav {
    margin: 0;
  }
}
.cid-uzUzy4Oaqx .dropdown-menu,
.cid-uzUzy4Oaqx .navbar.opened {
  background-color: false !important;
}
.cid-uzUzy4Oaqx .nav-item:focus,
.cid-uzUzy4Oaqx .nav-link:focus {
  outline: none;
}
.cid-uzUzy4Oaqx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzUzy4Oaqx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzUzy4Oaqx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzUzy4Oaqx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzUzy4Oaqx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzUzy4Oaqx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzUzy4Oaqx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzUzy4Oaqx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzUzy4Oaqx .navbar.opened {
  transition: all 0.3s;
}
.cid-uzUzy4Oaqx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzUzy4Oaqx .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-uzUzy4Oaqx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uzUzy4Oaqx .navbar.collapsed {
  justify-content: center;
}
.cid-uzUzy4Oaqx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzUzy4Oaqx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzUzy4Oaqx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzUzy4Oaqx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzUzy4Oaqx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzUzy4Oaqx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzUzy4Oaqx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzUzy4Oaqx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzUzy4Oaqx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzUzy4Oaqx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzUzy4Oaqx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzUzy4Oaqx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzUzy4Oaqx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzUzy4Oaqx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzUzy4Oaqx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzUzy4Oaqx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzUzy4Oaqx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzUzy4Oaqx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzUzy4Oaqx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzUzy4Oaqx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzUzy4Oaqx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzUzy4Oaqx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzUzy4Oaqx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzUzy4Oaqx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzUzy4Oaqx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzUzy4Oaqx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzUzy4Oaqx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzUzy4Oaqx .dropdown-item.active,
.cid-uzUzy4Oaqx .dropdown-item:active {
  background-color: transparent;
}
.cid-uzUzy4Oaqx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzUzy4Oaqx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzUzy4Oaqx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzUzy4Oaqx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzUzy4Oaqx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzUzy4Oaqx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzUzy4Oaqx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0b0c;
  background: #171616;
}
.cid-uzUzy4Oaqx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #72716b;
}
.cid-uzUzy4Oaqx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzUzy4Oaqx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzUzy4Oaqx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzUzy4Oaqx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzUzy4Oaqx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzUzy4Oaqx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzUzy4Oaqx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzUzy4Oaqx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzUzy4Oaqx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzUzy4Oaqx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzUzy4Oaqx .navbar {
    height: 70px;
  }
  .cid-uzUzy4Oaqx .navbar.opened {
    height: auto;
  }
  .cid-uzUzy4Oaqx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzUzy4Oaqx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzUzy4Oaqx .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uzUzy4Oaqx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uzUzy4Oaqx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uzUzy4Oaqx .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uzUzy4Oaqx .navbar-caption:hover {
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uzUzy4Oaqx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzUzy4Oaqx .text_widget {
  margin-bottom: 32px;
  color: #edefeb;
}
.cid-uzUzy4Oaqx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzUzy4Oaqx .text_widget a:hover {
  color: #f7f7f7 !important;
}
.cid-uzUzy4Oaqx .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uzUzy4Oaqx .mbr-text {
  color: #373737;
  text-align: left;
}
.cid-uzUzy4Oaqx .mbr-section-subtitle,
.cid-uzUzy4Oaqx .text_widget,
.cid-uzUzy4Oaqx .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uzUzy4Oaqx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzUzy5O6Si {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzUzy5O6Si .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUzy5O6Si .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzUzy5O6Si .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzUzy5O6Si h1 {
  max-width: 800px;
}
.cid-uzUzy5O6Si p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uzUzy5O6Si {
    align-items: center;
  }
  .cid-uzUzy5O6Si .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzUzy5O6Si .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzUzy5O6Si {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzUzy5O6Si .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzUzy5O6Si .content-wrap {
    width: 100%;
  }
}
.cid-uzUzy5O6Si .mbr-section-subtitle,
.cid-uzUzy5O6Si .line {
  color: #1e2124;
}
.cid-uzUzy5O6Si .mbr-text,
.cid-uzUzy5O6Si .mbr-section-btn {
  text-align: left;
  color: #1e2124;
}
.cid-uzUzy5O6Si .mbr-section-title {
  color: #1e2124;
  text-align: left;
}
.cid-uzUzy6bkGK {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzUzy6bkGK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUzy6bkGK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzUzy6bkGK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzUzy6bkGK .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uzUzy6bkGK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzUzy6bkGK .container {
    padding: 0 16px;
  }
}
.cid-uzUzy6bkGK .row {
  margin: 0 -20px;
}
.cid-uzUzy6bkGK .item {
  padding: 0 20px;
}
.cid-uzUzy6bkGK .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzUzy6bkGK .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzUzy6x4QO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzUzy6x4QO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUzy6x4QO .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-uzUzy6x4QO .container {
    padding: 0 20px;
  }
}
.cid-uzUzy6x4QO .list-wrapper .list,
.cid-uzUzy6x4QO .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzUzy6x4QO .list-wrapper .list .item-wrap,
.cid-uzUzy6x4QO .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uzUzy6x4QO .list-wrapper .list .item-wrap:hover,
.cid-uzUzy6x4QO .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzUzy6x4QO .list-wrapper .list .item-wrap,
  .cid-uzUzy6x4QO .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uzUzy6x4QO .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uzUzy6x4QO .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uzUzy6x4QO .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzUzy6x4QO .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uzUzy6x4QO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzUzy6x4QO .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uzUzy6x4QO .mbr-section-title,
.cid-uzUzy6x4QO .logo-wrap {
  text-align: center;
}
.cid-uzUzy6x4QO .list {
  color: #1d1d1d;
}
.cid-uzUzy6x4QO .list_2 {
  color: #989898;
}
.cid-uzUzy6x4QO .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uzUzy6x4QO .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uzUzy6x4QO .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzUzy6x4QO .list-wrapper,
  .cid-uzUzy6x4QO .list-wrapper_2 {
    text-align: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.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%;
}

.container {
  max-width: 1320px;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.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;
  }
      }
@media (max-width: 768px) {
h1.mbr-section-title1, h2.mbr-section-title2, h2.mbr-section-title3 {
font-size: 86px !important;
}
h2.mbr-section-title2, h2.mbr-section-title3 {
    margin: 10px 0 !important;
}
}.cid-uzUDdgbmHU .navbar-dropdown {
  background-color: #0b0b0c !important;
  padding: 0;
}
.cid-uzUDdgbmHU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0b0b0c !important;
  background: #0b0b0c;
}
.cid-uzUDdgbmHU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uzUDdgbmHU .menu_box .navbar.opened,
  .cid-uzUDdgbmHU .menu_box .navbar-collapse {
    background-color: #0b0b0c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzUDdgbmHU .navbar-dropdown {
  position: relative !important;
}
.cid-uzUDdgbmHU .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzUDdgbmHU .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uzUDdgbmHU .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzUDdgbmHU .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uzUDdgbmHU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzUDdgbmHU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzUDdgbmHU .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uzUDdgbmHU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzUDdgbmHU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzUDdgbmHU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzUDdgbmHU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzUDdgbmHU .offcanvas-body .mbr-text,
  .cid-uzUDdgbmHU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzUDdgbmHU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzUDdgbmHU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzUDdgbmHU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #72716b;
  }
  .cid-uzUDdgbmHU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzUDdgbmHU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzUDdgbmHU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzUDdgbmHU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzUDdgbmHU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzUDdgbmHU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzUDdgbmHU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzUDdgbmHU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzUDdgbmHU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzUDdgbmHU .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uzUDdgbmHU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzUDdgbmHU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzUDdgbmHU .nav-item {
    margin: 0 !important;
  }
}
.cid-uzUDdgbmHU .nav-item .nav-link {
  position: relative;
}
.cid-uzUDdgbmHU .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
}
.cid-uzUDdgbmHU .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uzUDdgbmHU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzUDdgbmHU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzUDdgbmHU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzUDdgbmHU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzUDdgbmHU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzUDdgbmHU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzUDdgbmHU .offcanvas_box {
    display: none;
  }
}
.cid-uzUDdgbmHU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzUDdgbmHU .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzUDdgbmHU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzUDdgbmHU .container {
  display: flex;
  margin: auto;
}
.cid-uzUDdgbmHU .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzUDdgbmHU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzUDdgbmHU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzUDdgbmHU .navbar-caption {
  color: #1d1d1d;
}
.cid-uzUDdgbmHU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzUDdgbmHU .navbar-nav {
    margin: 0;
  }
}
.cid-uzUDdgbmHU .dropdown-menu,
.cid-uzUDdgbmHU .navbar.opened {
  background-color: false !important;
}
.cid-uzUDdgbmHU .nav-item:focus,
.cid-uzUDdgbmHU .nav-link:focus {
  outline: none;
}
.cid-uzUDdgbmHU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzUDdgbmHU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzUDdgbmHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzUDdgbmHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzUDdgbmHU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzUDdgbmHU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzUDdgbmHU .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzUDdgbmHU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzUDdgbmHU .navbar.opened {
  transition: all 0.3s;
}
.cid-uzUDdgbmHU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzUDdgbmHU .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-uzUDdgbmHU .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uzUDdgbmHU .navbar.collapsed {
  justify-content: center;
}
.cid-uzUDdgbmHU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzUDdgbmHU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzUDdgbmHU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzUDdgbmHU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzUDdgbmHU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzUDdgbmHU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzUDdgbmHU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzUDdgbmHU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzUDdgbmHU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzUDdgbmHU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzUDdgbmHU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzUDdgbmHU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzUDdgbmHU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzUDdgbmHU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzUDdgbmHU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzUDdgbmHU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzUDdgbmHU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzUDdgbmHU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzUDdgbmHU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzUDdgbmHU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzUDdgbmHU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzUDdgbmHU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzUDdgbmHU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzUDdgbmHU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzUDdgbmHU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzUDdgbmHU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzUDdgbmHU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzUDdgbmHU .dropdown-item.active,
.cid-uzUDdgbmHU .dropdown-item:active {
  background-color: transparent;
}
.cid-uzUDdgbmHU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzUDdgbmHU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzUDdgbmHU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzUDdgbmHU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzUDdgbmHU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzUDdgbmHU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzUDdgbmHU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0b0c;
  background: #171616;
}
.cid-uzUDdgbmHU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #72716b;
}
.cid-uzUDdgbmHU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzUDdgbmHU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzUDdgbmHU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzUDdgbmHU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzUDdgbmHU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzUDdgbmHU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzUDdgbmHU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzUDdgbmHU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzUDdgbmHU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzUDdgbmHU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzUDdgbmHU .navbar {
    height: 70px;
  }
  .cid-uzUDdgbmHU .navbar.opened {
    height: auto;
  }
  .cid-uzUDdgbmHU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzUDdgbmHU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzUDdgbmHU .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uzUDdgbmHU .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uzUDdgbmHU .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uzUDdgbmHU .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uzUDdgbmHU .navbar-caption:hover {
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uzUDdgbmHU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzUDdgbmHU .text_widget {
  margin-bottom: 32px;
  color: #edefeb;
}
.cid-uzUDdgbmHU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzUDdgbmHU .text_widget a:hover {
  color: #f7f7f7 !important;
}
.cid-uzUDdgbmHU .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uzUDdgbmHU .mbr-text {
  color: #373737;
  text-align: left;
}
.cid-uzUDdgbmHU .mbr-section-subtitle,
.cid-uzUDdgbmHU .text_widget,
.cid-uzUDdgbmHU .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uzUDdgbmHU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzUDdh7tS6 {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzUDdh7tS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUDdh7tS6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzUDdh7tS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzUDdh7tS6 h1 {
  max-width: 800px;
}
.cid-uzUDdh7tS6 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uzUDdh7tS6 {
    align-items: center;
  }
  .cid-uzUDdh7tS6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzUDdh7tS6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzUDdh7tS6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzUDdh7tS6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzUDdh7tS6 .content-wrap {
    width: 100%;
  }
}
.cid-uzUDdh7tS6 .mbr-section-subtitle,
.cid-uzUDdh7tS6 .line {
  color: #1e2124;
}
.cid-uzUDdh7tS6 .mbr-text,
.cid-uzUDdh7tS6 .mbr-section-btn {
  text-align: left;
  color: #1e2124;
}
.cid-uzUDdh7tS6 .mbr-section-title {
  color: #1e2124;
  text-align: left;
}
.cid-uzUDdhuZnT {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzUDdhuZnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUDdhuZnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzUDdhuZnT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzUDdhuZnT .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uzUDdhuZnT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzUDdhuZnT .container {
    padding: 0 16px;
  }
}
.cid-uzUDdhuZnT .row {
  margin: 0 -20px;
}
.cid-uzUDdhuZnT .item {
  padding: 0 20px;
}
.cid-uzUDdhuZnT .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzUDdhuZnT .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzUDdhRzz8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzUDdhRzz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUDdhRzz8 .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-uzUDdhRzz8 .container {
    padding: 0 20px;
  }
}
.cid-uzUDdhRzz8 .list-wrapper .list,
.cid-uzUDdhRzz8 .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzUDdhRzz8 .list-wrapper .list .item-wrap,
.cid-uzUDdhRzz8 .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uzUDdhRzz8 .list-wrapper .list .item-wrap:hover,
.cid-uzUDdhRzz8 .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uzUDdhRzz8 .list-wrapper .list .item-wrap,
  .cid-uzUDdhRzz8 .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uzUDdhRzz8 .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uzUDdhRzz8 .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uzUDdhRzz8 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzUDdhRzz8 .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uzUDdhRzz8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzUDdhRzz8 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uzUDdhRzz8 .mbr-section-title,
.cid-uzUDdhRzz8 .logo-wrap {
  text-align: center;
}
.cid-uzUDdhRzz8 .list {
  color: #1d1d1d;
}
.cid-uzUDdhRzz8 .list_2 {
  color: #989898;
}
.cid-uzUDdhRzz8 .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uzUDdhRzz8 .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uzUDdhRzz8 .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzUDdhRzz8 .list-wrapper,
  .cid-uzUDdhRzz8 .list-wrapper_2 {
    text-align: center;
  }
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.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%;
}

.container {
  max-width: 1320px;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.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;
  }
      }
@media (max-width: 768px) {
h1.mbr-section-title1, h2.mbr-section-title2, h2.mbr-section-title3 {
font-size: 86px !important;
}
h2.mbr-section-title2, h2.mbr-section-title3 {
    margin: 10px 0 !important;
}
}.cid-uCVaCmJNIy .navbar-dropdown {
  background-color: #0b0b0c !important;
  padding: 0;
}
.cid-uCVaCmJNIy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0b0b0c !important;
  background: #0b0b0c;
}
.cid-uCVaCmJNIy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uCVaCmJNIy .menu_box .navbar.opened,
  .cid-uCVaCmJNIy .menu_box .navbar-collapse {
    background-color: #0b0b0c !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCVaCmJNIy .navbar-dropdown {
  position: relative !important;
}
.cid-uCVaCmJNIy .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uCVaCmJNIy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uCVaCmJNIy .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uCVaCmJNIy .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uCVaCmJNIy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uCVaCmJNIy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uCVaCmJNIy .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uCVaCmJNIy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uCVaCmJNIy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uCVaCmJNIy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uCVaCmJNIy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uCVaCmJNIy .offcanvas-body .mbr-text,
  .cid-uCVaCmJNIy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uCVaCmJNIy .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uCVaCmJNIy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uCVaCmJNIy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #72716b;
  }
  .cid-uCVaCmJNIy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uCVaCmJNIy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uCVaCmJNIy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uCVaCmJNIy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uCVaCmJNIy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uCVaCmJNIy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCVaCmJNIy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uCVaCmJNIy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uCVaCmJNIy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uCVaCmJNIy .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uCVaCmJNIy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uCVaCmJNIy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uCVaCmJNIy .nav-item {
    margin: 0 !important;
  }
}
.cid-uCVaCmJNIy .nav-item .nav-link {
  position: relative;
}
.cid-uCVaCmJNIy .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
}
.cid-uCVaCmJNIy .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uCVaCmJNIy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCVaCmJNIy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uCVaCmJNIy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCVaCmJNIy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCVaCmJNIy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uCVaCmJNIy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCVaCmJNIy .offcanvas_box {
    display: none;
  }
}
.cid-uCVaCmJNIy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uCVaCmJNIy .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCVaCmJNIy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uCVaCmJNIy .container {
  display: flex;
  margin: auto;
}
.cid-uCVaCmJNIy .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uCVaCmJNIy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCVaCmJNIy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uCVaCmJNIy .navbar-caption {
  color: #1d1d1d;
}
.cid-uCVaCmJNIy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uCVaCmJNIy .navbar-nav {
    margin: 0;
  }
}
.cid-uCVaCmJNIy .dropdown-menu,
.cid-uCVaCmJNIy .navbar.opened {
  background-color: false !important;
}
.cid-uCVaCmJNIy .nav-item:focus,
.cid-uCVaCmJNIy .nav-link:focus {
  outline: none;
}
.cid-uCVaCmJNIy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCVaCmJNIy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCVaCmJNIy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCVaCmJNIy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCVaCmJNIy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCVaCmJNIy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCVaCmJNIy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uCVaCmJNIy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uCVaCmJNIy .navbar.opened {
  transition: all 0.3s;
}
.cid-uCVaCmJNIy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCVaCmJNIy .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-uCVaCmJNIy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uCVaCmJNIy .navbar.collapsed {
  justify-content: center;
}
.cid-uCVaCmJNIy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCVaCmJNIy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCVaCmJNIy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCVaCmJNIy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCVaCmJNIy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCVaCmJNIy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCVaCmJNIy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCVaCmJNIy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uCVaCmJNIy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uCVaCmJNIy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCVaCmJNIy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCVaCmJNIy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCVaCmJNIy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCVaCmJNIy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uCVaCmJNIy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCVaCmJNIy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCVaCmJNIy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCVaCmJNIy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCVaCmJNIy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCVaCmJNIy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCVaCmJNIy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCVaCmJNIy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCVaCmJNIy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCVaCmJNIy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCVaCmJNIy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCVaCmJNIy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uCVaCmJNIy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCVaCmJNIy .dropdown-item.active,
.cid-uCVaCmJNIy .dropdown-item:active {
  background-color: transparent;
}
.cid-uCVaCmJNIy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCVaCmJNIy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCVaCmJNIy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCVaCmJNIy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCVaCmJNIy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uCVaCmJNIy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCVaCmJNIy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b0b0c;
  background: #171616;
}
.cid-uCVaCmJNIy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #72716b;
}
.cid-uCVaCmJNIy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCVaCmJNIy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCVaCmJNIy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCVaCmJNIy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCVaCmJNIy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCVaCmJNIy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCVaCmJNIy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCVaCmJNIy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCVaCmJNIy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCVaCmJNIy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCVaCmJNIy .navbar {
    height: 70px;
  }
  .cid-uCVaCmJNIy .navbar.opened {
    height: auto;
  }
  .cid-uCVaCmJNIy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCVaCmJNIy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uCVaCmJNIy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uCVaCmJNIy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uCVaCmJNIy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uCVaCmJNIy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uCVaCmJNIy .navbar-caption:hover {
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uCVaCmJNIy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uCVaCmJNIy .text_widget {
  margin-bottom: 32px;
  color: #edefeb;
}
.cid-uCVaCmJNIy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uCVaCmJNIy .text_widget a:hover {
  color: #f7f7f7 !important;
}
.cid-uCVaCmJNIy .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-uCVaCmJNIy .mbr-text {
  color: #373737;
  text-align: left;
}
.cid-uCVaCmJNIy .mbr-section-subtitle,
.cid-uCVaCmJNIy .text_widget,
.cid-uCVaCmJNIy .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uCVaCmJNIy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uCVaCnyDFv {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCVaCnyDFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCVaCnyDFv .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uCVaCnyDFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCVaCnyDFv h1 {
  max-width: 800px;
}
.cid-uCVaCnyDFv p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uCVaCnyDFv {
    align-items: center;
  }
  .cid-uCVaCnyDFv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCVaCnyDFv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uCVaCnyDFv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uCVaCnyDFv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uCVaCnyDFv .content-wrap {
    width: 100%;
  }
}
.cid-uCVaCnyDFv .mbr-section-subtitle,
.cid-uCVaCnyDFv .line {
  color: #1e2124;
}
.cid-uCVaCnyDFv .mbr-text,
.cid-uCVaCnyDFv .mbr-section-btn {
  text-align: left;
  color: #1e2124;
}
.cid-uCVaCnyDFv .mbr-section-title {
  color: #1e2124;
  text-align: left;
}
.cid-uCVb1Mn9j5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uCVb1Mn9j5 .mbr-media {
  position: relative;
}
.cid-uCVb1Mn9j5 .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uCVb1Mn9j5 a:hover {
  background-image: none !important;
}
.cid-uCVb1Mn9j5 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uCVb1Mn9j5 .card-wrapper {
  border: 1px solid #f7f7f7;
  padding: 0;
  overflow: hidden;
}
.cid-uCVb1Mn9j5 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #f7f7f7;
}
.cid-uCVb1Mn9j5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uCVb1Mn9j5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uCVb1Mn9j5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uCVb1Mn9j5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCVb1Mn9j5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCVb1Mn9j5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCVb1Mn9j5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCVb1Mn9j5 .mbr-section-title {
  color: #221b35;
}
.cid-uCVaCo1tJJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCVaCo1tJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCVaCo1tJJ .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-uCVaCo1tJJ .container {
    padding: 0 20px;
  }
}
.cid-uCVaCo1tJJ .list-wrapper .list,
.cid-uCVaCo1tJJ .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCVaCo1tJJ .list-wrapper .list .item-wrap,
.cid-uCVaCo1tJJ .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-uCVaCo1tJJ .list-wrapper .list .item-wrap:hover,
.cid-uCVaCo1tJJ .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uCVaCo1tJJ .list-wrapper .list .item-wrap,
  .cid-uCVaCo1tJJ .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uCVaCo1tJJ .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-uCVaCo1tJJ .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-uCVaCo1tJJ .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCVaCo1tJJ .text-wrapper {
  margin: 40px 0 22px;
}
.cid-uCVaCo1tJJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCVaCo1tJJ .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uCVaCo1tJJ .mbr-section-title,
.cid-uCVaCo1tJJ .logo-wrap {
  text-align: center;
}
.cid-uCVaCo1tJJ .list {
  color: #1d1d1d;
}
.cid-uCVaCo1tJJ .list_2 {
  color: #989898;
}
.cid-uCVaCo1tJJ .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-uCVaCo1tJJ .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-uCVaCo1tJJ .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCVaCo1tJJ .list-wrapper,
  .cid-uCVaCo1tJJ .list-wrapper_2 {
    text-align: center;
  }
}
