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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-section-title {
  font-style: normal;
  line-height: 1 !important;
}

.mbr-section-subtitle {
  line-height: 1.5 !important;
}

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

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

b,
strong {
  font-weight: 900;
}

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: 200;
}

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

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

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

/*! 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;
  }
}.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: .5rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Overpass', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Overpass', sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Overpass', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Overpass', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ff9300 !important;
}
.bg-success {
  background-color: #474a48 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9300 !important;
}
.bg-danger {
  background-color: #c2222e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9300 !important;
  border-color: #ff9300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffa933 !important;
  border-color: #ffa933 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffa933 !important;
  border-color: #ffa933 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e0b548 !important;
  border-color: #e0b548 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e7c774 !important;
  border-color: #e7c774 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e7c774 !important;
  border-color: #e7c774 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #474a48 !important;
  border-color: #474a48 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #606461 !important;
  border-color: #606461 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #606461 !important;
  border-color: #606461 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9300 !important;
  border-color: #ff9300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa933 !important;
  border-color: #ffa933 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffa933 !important;
  border-color: #ffa933 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c2222e !important;
  border-color: #c2222e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd3a47 !important;
  border-color: #dd3a47 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd3a47 !important;
  border-color: #dd3a47 !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: #ff9300;
  color: #ff9300;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a86100 !important;
  background-color: transparent !important;
  border-color: #a86100 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9300 !important;
  border-color: #ff9300 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e0b548;
  color: #e0b548;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b3891e !important;
  background-color: transparent !important;
  border-color: #b3891e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e0b548 !important;
  border-color: #e0b548 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #474a48;
  color: #474a48;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1d1e1d !important;
  background-color: transparent !important;
  border-color: #1d1e1d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #474a48 !important;
  border-color: #474a48 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9300;
  color: #ff9300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a86100 !important;
  background-color: transparent !important;
  border-color: #a86100 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9300 !important;
  border-color: #ff9300 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c2222e;
  color: #c2222e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #78151d !important;
  background-color: transparent !important;
  border-color: #78151d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c2222e !important;
  border-color: #c2222e !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: #ff9300 !important;
}
.text-secondary {
  color: #e0b548 !important;
}
.text-success {
  color: #474a48 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9300 !important;
}
.text-danger {
  color: #c2222e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #995800 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a67f1c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #151615 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #995800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6b1319 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff9300;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9300;
}
.alert-danger {
  background-color: #c2222e;
}
.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: #ff9300;
  border-color: #ff9300;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff9300;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe9cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #babdbb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe9cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e87c84;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #ff9300 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ff9300;
}
/* 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: #ff9300;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9300;
}
.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: #ff9300;
  border-bottom-color: #ff9300;
}
.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: #ff9300 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e0b548 !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='%23ff9300' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 12px 17px;
  border-radius: 4px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: scale(1.1);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  transform: rotate(-45deg);
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #474a48 !important;
}
img {
  border-radius: .5rem !important;
}
.cid-uiSQy2SkRy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiSQy2SkRy .nav-item:focus,
.cid-uiSQy2SkRy .nav-link:focus {
  outline: none;
}
.cid-uiSQy2SkRy .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.cid-uiSQy2SkRy .dropdown .dropdown-menu .dropdown-item {
  font-weight: 400 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiSQy2SkRy .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uiSQy2SkRy .dropdown .dropdown-menu .dropdown-item:active,
.cid-uiSQy2SkRy .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ff9300 !important;
}
.cid-uiSQy2SkRy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiSQy2SkRy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uiSQy2SkRy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiSQy2SkRy .navbar-caption:hover {
  color: inherit !important;
}
.cid-uiSQy2SkRy .container {
  max-width: 1380px;
}
.cid-uiSQy2SkRy .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uiSQy2SkRy .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uiSQy2SkRy .nav-link:hover,
.cid-uiSQy2SkRy .nav-link:active,
.cid-uiSQy2SkRy .nav-link:focus {
  border-bottom: 3px solid #ff9300;
  color: #ff9300 !important;
}
.cid-uiSQy2SkRy .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-uiSQy2SkRy .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uiSQy2SkRy .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uiSQy2SkRy .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiSQy2SkRy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiSQy2SkRy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiSQy2SkRy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uiSQy2SkRy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uiSQy2SkRy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiSQy2SkRy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiSQy2SkRy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiSQy2SkRy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiSQy2SkRy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiSQy2SkRy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uiSQy2SkRy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiSQy2SkRy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiSQy2SkRy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uiSQy2SkRy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiSQy2SkRy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiSQy2SkRy .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiSQy2SkRy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uiSQy2SkRy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiSQy2SkRy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiSQy2SkRy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uiSQy2SkRy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiSQy2SkRy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiSQy2SkRy .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uiSQy2SkRy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uiSQy2SkRy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uiSQy2SkRy .icons-menu span {
  color: #ed6436 !important;
}
.cid-uiSQy2SkRy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiSQy2SkRy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uiSQy2SkRy .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiSQy2SkRy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiSQy2SkRy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiSQy2SkRy .dropdown-item.active,
.cid-uiSQy2SkRy .dropdown-item:active {
  background-color: transparent;
}
.cid-uiSQy2SkRy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiSQy2SkRy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiSQy2SkRy .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiSQy2SkRy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiSQy2SkRy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiSQy2SkRy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiSQy2SkRy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiSQy2SkRy .navbar-buttons {
  text-align: center;
}
.cid-uiSQy2SkRy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiSQy2SkRy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiSQy2SkRy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiSQy2SkRy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uiSQy2SkRy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uiSQy2SkRy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiSQy2SkRy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiSQy2SkRy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uiSQy2SkRy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uiSQy2SkRy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiSQy2SkRy .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uiSQy2SkRy a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uiSQy2SkRy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiSQy2SkRy .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uiSQy2SkRy .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiSQy2SkRy .navbar {
    height: 77px;
  }
  .cid-uiSQy2SkRy .navbar.opened {
    height: auto;
  }
  .cid-uiSQy2SkRy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTQfF8QlMc {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86738445) 0%, rgba(0, 0, 0, 0) 35%), url("../../../assets/images/header-haus-1-2000x1116.webp");
}
.cid-uTQfF8QlMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQfF8QlMc .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTQfF8QlMc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTQfF8QlMc .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uTQfF8QlMc .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.66);
}
.cid-uTQfF8QlMc .mbr-text {
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.94);
}
.cid-uTQfF8QlMc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhpSM3qCln {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-uhpSM3qCln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhpSM3qCln .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uhpSM3qCln .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhpSM3qCln .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uhpSM3qCln .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uhpSM3qCln h5 {
  margin: 0;
}
.cid-uhpSM3qCln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhpSM3qCln .iconfont-wrapper {
  position: relative;
}
.cid-uhpSM3qCln .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffc26f;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uhpSM3qCln .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #353535;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  margin-right: 15px;
  position: relative;
}
.cid-uhpSM3qCln .card-title,
.cid-uhpSM3qCln .iconfont-wrapper {
  color: #232323;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.cid-uhpSM3qCln .card-text {
  color: #232323;
}
.cid-uhpSM3qCln .mbr-section-title {
  color: #427a1c;
}
.cid-uhpSM3qCln .card-title {
  line-height: 1.2 !important;
}
.cid-v9Ci4FkYbg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9Ci4FkYbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9Ci4FkYbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9Ci4FkYbg .mbr-section-title {
  font-weight: 400 !important;
}
.cid-uTMHWIQlzF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTMHWIQlzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMHWIQlzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTMHWIQlzF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTMHWIQlzF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTMHWIQlzF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTMHWIQlzF .text-wrapper {
    padding: 0 2rem;
    padding-left: 4rem;
  }
}
.cid-uTMHWIQlzF .mbr-section-title {
  color: #000000;
  line-height: 1.5 !important;
}
.cid-uTMHWIQlzF .mbr-text,
.cid-uTMHWIQlzF .mbr-section-btn {
  color: #000000;
}
.cid-uTMHWIQlzF hr {
  border: 0;
  border-top: 1px solid #fff;
  margin: 20px 0;
  width: 100%;
}
.cid-uZw8s0vbrZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-uZw8s0vbrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZw8s0vbrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZw8s0vbrZ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZw8s0vbrZ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZw8s0vbrZ .items-wrapper {
  margin: 0 -8px;
}
.cid-uZw8s0vbrZ .items-wrapper .item {
  padding: 0 16px;
}
.cid-uZw8s0vbrZ .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uZw8s0vbrZ .item {
    margin-bottom: 12px;
  }
}
.cid-uZw8s0vbrZ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uZw8s0vbrZ .item .item-wrapper .card-box .item-img img {
  height: 340px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uZw8s0vbrZ .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uZw8s0vbrZ .item .item-wrapper .card-box .item-content {
  padding: 26px 16px 5px 16px;
}
@media (max-width: 1440px) {
  .cid-uZw8s0vbrZ .item .item-wrapper .card-box .item-content {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZw8s0vbrZ .item .item-wrapper .card-box .item-content {
    padding: 24px 10px 5px 16px;
  }
}
.cid-uZw8s0vbrZ .item .item-wrapper .card-box .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uZw8s0vbrZ .item .item-wrapper .card-box .item-content .card-text {
  margin-bottom: 0;
}
.cid-uZw8s0vbrZ .item .item-wrapper .mbr-section-btn {
  padding: 0 48px 48px;
}
@media (max-width: 1440px) {
  .cid-uZw8s0vbrZ .item .item-wrapper .mbr-section-btn {
    padding: 0 32px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZw8s0vbrZ .item .item-wrapper .mbr-section-btn {
    padding: 0 24px 24px;
  }
}
.cid-uZw8s0vbrZ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZw8s0vbrZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZw8s0vbrZ .card-title {
  color: #ffffff;
}
.cid-uZw8s0vbrZ .card-text {
  color: #000000;
}
.cid-uZw8s0vbrZ .card-title,
.cid-uZw8s0vbrZ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uhy1ImiOv4 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uhy1ImiOv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhy1ImiOv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhy1ImiOv4 .row {
  flex-direction: row-reverse;
}
.cid-uhy1ImiOv4 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uhy1ImiOv4 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uhy1ImiOv4 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uhy1ImiOv4 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uhy1ImiOv4 .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uhy1ImiOv4 .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhy1ImiOv4 .text-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cid-uhy1ImiOv4 .text-wrapper {
    padding: 10px;
  }
}
.cid-uhy1ImiOv4 .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-uhy1ImiOv4 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uhy1ImiOv4 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uhy1ImiOv4 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uhy1ImiOv4 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uhy1ImiOv4 .mbr-text {
    padding-right: 0;
  }
}
.cid-uhy1ImiOv4 .mbr-section-btn {
  margin-top: 10px;
}
.cid-uhy1ImiOv4 .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-uhy1ImiOv4 .list-container {
    margin-bottom: 20px;
  }
}
.cid-uhy1ImiOv4 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-uhy1ImiOv4 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-uhy1ImiOv4 .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-uhy1ImiOv4 .list-item-text {
  color: #000000;
  width: fit-content;
}
.cid-uhy1ImiOv4 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uhy1ImiOv4 .col-img {
    order: 1;
  }
}
.cid-uhy1ImiOv4 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uhy1ImiOv4 .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uhy1ImiOv4 .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: .5rem !important;
}
.cid-uhy1ImiOv4 .mbr-text,
.cid-uhy1ImiOv4 .mbr-section-btn {
  color: #000000;
}
.cid-uhACfKcL2J {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-uhACfKcL2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhACfKcL2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhACfKcL2J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhACfKcL2J .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhACfKcL2J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhACfKcL2J .mbr-section-title {
  text-align: left;
  line-height: 1.5 !important;
}
.cid-uhACfKcL2J .mbr-text,
.cid-uhACfKcL2J .mbr-section-btn {
  text-align: left;
  font-weight: 300 !important;
}
.cid-v3zV0hYGp2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/family-1c-2000x930.webp");
}
.cid-v3zV0hYGp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zV0hYGp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zV0hYGp2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3zV0hYGp2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3zV0hYGp2 .mbr-section-title {
  text-align: center;
}
.cid-v3zV0hYGp2 .mbr-section-subtitle {
  text-align: center;
}
.cid-v3zV0hYGp2 .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-v3zV0hYGp2 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v3zV0hYGp2 .content-head {
  max-width: 800px;
}
.cid-v3zV0hYGp2 .img-box {
  display: flex;
  justify-content: center;
}
.cid-v3zV0hYGp2 .card-title {
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.84);
  color: #ffffff;
}
.cid-v3zV0hYGp2 .card-text {
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.84);
  color: #ffffff;
}
.cid-v3zV0hYGp2 .link {
  text-align: center;
}
.cid-uhzbdWZibJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-uhzbdWZibJ .mbr-overlay {
  background: #f2f2f2;
  opacity: 0.6;
}
.cid-uhzbdWZibJ .item:focus,
.cid-uhzbdWZibJ span:focus {
  outline: none;
}
.cid-uhzbdWZibJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhzbdWZibJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uhzbdWZibJ .mbr-card-title {
  background: #f0f0f0;
  font-size: 3rem !important;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uhzbdWZibJ .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhzbdWZibJ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhzbdWZibJ .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uhzbdWZibJ .item-wrapper {
  position: relative;
  background: #f0f0f0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhzbdWZibJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uhzbdWZibJ .mbr-section-title {
  color: #000000;
  text-align: center;
  line-height: 1.2 !important;
}
.cid-uhzbdWZibJ .mbr-text,
.cid-uhzbdWZibJ .item .mbr-section-btn {
  text-align: center;
}
.cid-uhzbdWZibJ .content-head {
  max-width: 800px;
}
.cid-uhzbdWZibJ .mbr-number {
  color: #bbbbbb;
}
.cid-uhzbdWZibJ .mbr-section-subtitle,
.cid-uhzbdWZibJ .mbr-section-head .mbr-section-btn {
  text-align: center;
  margin-top: 1rem !important;
}
.cid-uhzbdWZibJ .mbr-text {
  text-align: left;
}
.cid-uhzbdWZibJ .mbr-text,
.cid-uhzbdWZibJ .mbr-card-btn {
  text-align: left;
}
.cid-uhzbdWZibJ .mbr-text,
.cid-uhzbdWZibJ .mbr-section-btn {
  text-align: left;
}
.cid-uhzbdWZibJ .mbr-text,
.cid-uhzbdWZibJ .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uhzbdWZibJ .card-text,
.cid-uhzbdWZibJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uhzbdWZibJ .card-title {
  text-align: left;
}
.cid-uTQDxojfuG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-uTQDxojfuG img,
.cid-uTQDxojfuG .item-img {
  display: block;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: 70%;
  height: 200px;
  object-fit: contain;
}
.cid-uTQDxojfuG .item:focus,
.cid-uTQDxojfuG span:focus {
  outline: none;
}
.cid-uTQDxojfuG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTQDxojfuG .item {
    margin-bottom: 1rem;
  }
}
.cid-uTQDxojfuG .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTQDxojfuG .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uTQDxojfuG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uTQDxojfuG .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTQDxojfuG .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTQDxojfuG .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uTQDxojfuG .mbr-section-title {
  color: #232323;
}
.cid-uTQDxojfuG .mbr-text,
.cid-uTQDxojfuG .mbr-section-btn {
  text-align: center;
}
.cid-uTQDxojfuG .item-title {
  text-align: left;
  line-height: 1 !important;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.cid-uTQDxojfuG .content-head {
  max-width: 800px;
}
.cid-uTQDxojfuG .mbr-text,
.cid-uTQDxojfuG .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uTQDxojfuG .mbr-text {
  margin-top: 0.25rem;
}
.cid-uTQDxojfuG .partner-link {
  line-height: 1.2 !important;
  text-decoration: none;
}
.cid-uTQDxojfuG .mbr-text ul {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
  list-style-type: disc;
}
.cid-uTQDxojfuG .mbr-text li {
  margin-bottom: 0.25rem;
}
.cid-uhtwuA7vZb {
  padding-top: 5.5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhtwuA7vZb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhtwuA7vZb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uhtwuA7vZb .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uhtwuA7vZb .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-uhtwuA7vZb .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uhtwuA7vZb .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uhtwuA7vZb .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-uhtwuA7vZb .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uhtwuA7vZb .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-uhtwuA7vZb .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uhtwuA7vZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhtwuA7vZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zIJkeLNy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-v3zIJkeLNy .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3zIJkeLNy .row {
    text-align: center;
  }
  .cid-v3zIJkeLNy .row > div {
    margin: auto;
  }
  .cid-v3zIJkeLNy .social-row {
    justify-content: center;
  }
}
.cid-v3zIJkeLNy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3zIJkeLNy .list {
  list-style: none;
  font-size: 1rem;
  padding-left: 0;
  color: #121212;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3zIJkeLNy .list {
    margin-bottom: 0rem;
  }
}
.cid-v3zIJkeLNy .mbr-text {
  transition: .2s all;
}
.cid-v3zIJkeLNy .mbr-text:hover {
  color: #e0b548;
}
.cid-v3zIJkeLNy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #474a48;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-v3zIJkeLNy .soc-item:hover {
  background-color: #e0b548;
}
.cid-v3zIJkeLNy .mbr-iconfont {
  color: black;
}
.cid-v3zIJkeLNy .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-v3zIJkeLNy .flex {
    display: block;
  }
}
.cid-v3zIJkeLNy .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .follow {
    margin-right: 0px;
  }
}
.cid-v3zIJkeLNy .footer-sotial {
  justify-content: space-between;
}
.cid-v3zIJkeLNy .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy div > *:last-child {
    margin-top: 0 !important;
  }
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .item-wrap {
    text-align: center;
  }
}
.cid-v3zIJkeLNy H5 {
  color: #f7f7f7;
}
.cid-v3zIJkeLNy .mbr-section-subtitle {
  font-size: 1rem;
  color: #121212;
}
.cid-v3zIJkeLNy .number {
  color: #e0b548;
  font-weight: bold;
}
.cid-v3zIJkeLNy .number:hover {
  color: #ff9300;
}
.cid-v3zIJkeLNy .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .social_out {
    display: block;
  }
}
.cid-v3zIJkeLNy .email {
  transition: .2s all;
}
.cid-v3zIJkeLNy .email:hover {
  color: #ff9300;
}
.cid-v3zIJkeLNy .copyright {
  color: #000000;
  font-size: 14px;
  width: 100%;
}
.cid-v3zIJkeLNy .mbr-section-subtitle P {
  text-align: right;
  font-size: 1rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-v3zIJkeLNy .mbr-section-subtitle DIV {
  text-align: right;
  font-size: 1rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-v3zIJkeLNy .copyright P {
  vertical-align: sub;
  font-size: 14px !important;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-v3zIJkeLNy .socicon {
  color: #fff;
}
.cid-v3zIJkeLNy .icons {
  width: 18px;
  height: 20px;
}
.cid-v3zIJkeLNy .href {
  padding-bottom: 1.5rem;
}
.cid-v3zIJkeLNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zIJkeLNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiT8pAXalN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiT8pAXalN .nav-item:focus,
.cid-uiT8pAXalN .nav-link:focus {
  outline: none;
}
.cid-uiT8pAXalN .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.cid-uiT8pAXalN .dropdown .dropdown-menu .dropdown-item {
  font-weight: 400 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiT8pAXalN .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uiT8pAXalN .dropdown .dropdown-menu .dropdown-item:active,
.cid-uiT8pAXalN .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ff9300 !important;
}
.cid-uiT8pAXalN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiT8pAXalN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uiT8pAXalN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiT8pAXalN .navbar-caption:hover {
  color: inherit !important;
}
.cid-uiT8pAXalN .container {
  max-width: 1380px;
}
.cid-uiT8pAXalN .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uiT8pAXalN .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uiT8pAXalN .nav-link:hover,
.cid-uiT8pAXalN .nav-link:active,
.cid-uiT8pAXalN .nav-link:focus {
  border-bottom: 3px solid #ff9300;
  color: #ff9300 !important;
}
.cid-uiT8pAXalN .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-uiT8pAXalN .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uiT8pAXalN .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uiT8pAXalN .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiT8pAXalN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiT8pAXalN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiT8pAXalN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uiT8pAXalN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uiT8pAXalN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiT8pAXalN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiT8pAXalN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiT8pAXalN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiT8pAXalN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiT8pAXalN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uiT8pAXalN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiT8pAXalN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiT8pAXalN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uiT8pAXalN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiT8pAXalN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiT8pAXalN .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiT8pAXalN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uiT8pAXalN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiT8pAXalN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiT8pAXalN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uiT8pAXalN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiT8pAXalN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiT8pAXalN .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uiT8pAXalN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uiT8pAXalN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uiT8pAXalN .icons-menu span {
  color: #ed6436 !important;
}
.cid-uiT8pAXalN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiT8pAXalN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uiT8pAXalN .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiT8pAXalN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiT8pAXalN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiT8pAXalN .dropdown-item.active,
.cid-uiT8pAXalN .dropdown-item:active {
  background-color: transparent;
}
.cid-uiT8pAXalN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiT8pAXalN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiT8pAXalN .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiT8pAXalN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiT8pAXalN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiT8pAXalN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiT8pAXalN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiT8pAXalN .navbar-buttons {
  text-align: center;
}
.cid-uiT8pAXalN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiT8pAXalN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiT8pAXalN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiT8pAXalN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uiT8pAXalN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uiT8pAXalN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiT8pAXalN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiT8pAXalN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uiT8pAXalN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uiT8pAXalN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiT8pAXalN .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uiT8pAXalN a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uiT8pAXalN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiT8pAXalN .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uiT8pAXalN .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiT8pAXalN .navbar {
    height: 77px;
  }
  .cid-uiT8pAXalN .navbar.opened {
    height: auto;
  }
  .cid-uiT8pAXalN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiT8pBR5pL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86738445) 0%, rgba(0, 0, 0, 0) 35%), url("../../../assets/images/kontakt-2000x1331.webp");
}
.cid-uiT8pBR5pL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiT8pBR5pL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiT8pBR5pL .mbr-section-title {
  color: #ffffff;
  letter-spacing: -0.01em !important;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.66);
}
.cid-uiT8pBR5pL .mbr-text,
.cid-uiT8pBR5pL .mbr-section-btn {
  color: #ffffff;
}
.cid-uiT8pBR5pL .mbr-text {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.94);
}
.cid-v0aBPSFWlO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-v0aBPSFWlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0aBPSFWlO .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v0aBPSFWlO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0aBPSFWlO .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-v0aBPSFWlO .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v0aBPSFWlO h5 {
  margin: 0;
}
.cid-v0aBPSFWlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0aBPSFWlO .iconfont-wrapper {
  position: relative;
}
.cid-v0aBPSFWlO .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffc26f;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-v0aBPSFWlO .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #353535;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  margin-right: 15px;
  position: relative;
}
.cid-v0aBPSFWlO .card-title,
.cid-v0aBPSFWlO .iconfont-wrapper {
  color: #232323;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.cid-v0aBPSFWlO .card-text {
  color: #232323;
}
.cid-v0aBPSFWlO .mbr-section-title {
  color: #427a1c;
}
.cid-v0aBPSFWlO .card-title {
  line-height: 1.2 !important;
}
.cid-uiUmRRqsSf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uiUmRRqsSf .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uiUmRRqsSf .row {
    text-align: center!important;
  }
}
.cid-uiUmRRqsSf .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uiUmRRqsSf .mbr-section-title {
    text-align: center;
  }
}
.cid-uiUmRRqsSf .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-uiUmRRqsSf .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uiUmRRqsSf .mbr-section-btn {
  margin-top: 20px;
}
.cid-uiUmRRqsSf .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-uiUmRRqsSf .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uiUmRRqsSf .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uiUmRRqsSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiUmRRqsSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiT8pFn3zK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uiT8pFn3zK .container {
  display: flex;
  justify-content: center;
}
.cid-uiT8pFn3zK .content-container {
  flex-direction: row-reverse;
}
.cid-uiT8pFn3zK .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-uiT8pFn3zK .content-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 30px;
  padding: 0 !important;
}
.cid-uiT8pFn3zK .col-text {
  display: flex;
  padding: 50px 15px 60px 70px;
}
@media (max-width: 1199px) {
  .cid-uiT8pFn3zK .col-text {
    padding: 40px 15px 30px;
  }
}
.cid-uiT8pFn3zK .icon-box {
  display: flex;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uiT8pFn3zK .icon-box {
    margin-right: 20px;
  }
}
.cid-uiT8pFn3zK .icon-box .mbr-iconfont {
  color: #ff9300;
  font-size: 68px;
}
@media (max-width: 1199px) {
  .cid-uiT8pFn3zK .icon-box .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-uiT8pFn3zK .text-container {
  flex-grow: 1;
}
.cid-uiT8pFn3zK .mbr-section-title {
  color: #010d4c;
  margin-bottom: 10px;
}
.cid-uiT8pFn3zK .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-uiT8pFn3zK .link-text {
  margin-bottom: 0;
  margin-top: 5px;
}
.cid-uiT8pFn3zK .link-text a:hover {
  text-decoration: underline;
}
.cid-uiT8pFn3zK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiT8pFn3zK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdytZut29q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f0f0f0;
}
.cid-vdytZut29q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uiT8pHikSF {
  padding-top: 5.5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uiT8pHikSF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uiT8pHikSF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uiT8pHikSF .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uiT8pHikSF .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-uiT8pHikSF .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uiT8pHikSF .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uiT8pHikSF .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-uiT8pHikSF .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uiT8pHikSF .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-uiT8pHikSF .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uiT8pHikSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiT8pHikSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zIJkeLNy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-v3zIJkeLNy .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3zIJkeLNy .row {
    text-align: center;
  }
  .cid-v3zIJkeLNy .row > div {
    margin: auto;
  }
  .cid-v3zIJkeLNy .social-row {
    justify-content: center;
  }
}
.cid-v3zIJkeLNy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3zIJkeLNy .list {
  list-style: none;
  font-size: 1rem;
  padding-left: 0;
  color: #121212;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3zIJkeLNy .list {
    margin-bottom: 0rem;
  }
}
.cid-v3zIJkeLNy .mbr-text {
  transition: .2s all;
}
.cid-v3zIJkeLNy .mbr-text:hover {
  color: #e0b548;
}
.cid-v3zIJkeLNy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #474a48;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-v3zIJkeLNy .soc-item:hover {
  background-color: #e0b548;
}
.cid-v3zIJkeLNy .mbr-iconfont {
  color: black;
}
.cid-v3zIJkeLNy .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-v3zIJkeLNy .flex {
    display: block;
  }
}
.cid-v3zIJkeLNy .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .follow {
    margin-right: 0px;
  }
}
.cid-v3zIJkeLNy .footer-sotial {
  justify-content: space-between;
}
.cid-v3zIJkeLNy .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy div > *:last-child {
    margin-top: 0 !important;
  }
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .item-wrap {
    text-align: center;
  }
}
.cid-v3zIJkeLNy H5 {
  color: #f7f7f7;
}
.cid-v3zIJkeLNy .mbr-section-subtitle {
  font-size: 1rem;
  color: #121212;
}
.cid-v3zIJkeLNy .number {
  color: #e0b548;
  font-weight: bold;
}
.cid-v3zIJkeLNy .number:hover {
  color: #ff9300;
}
.cid-v3zIJkeLNy .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .social_out {
    display: block;
  }
}
.cid-v3zIJkeLNy .email {
  transition: .2s all;
}
.cid-v3zIJkeLNy .email:hover {
  color: #ff9300;
}
.cid-v3zIJkeLNy .copyright {
  color: #000000;
  font-size: 14px;
  width: 100%;
}
.cid-v3zIJkeLNy .mbr-section-subtitle P {
  text-align: right;
  font-size: 1rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-v3zIJkeLNy .mbr-section-subtitle DIV {
  text-align: right;
  font-size: 1rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-v3zIJkeLNy .copyright P {
  vertical-align: sub;
  font-size: 14px !important;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-v3zIJkeLNy .socicon {
  color: #fff;
}
.cid-v3zIJkeLNy .icons {
  width: 18px;
  height: 20px;
}
.cid-v3zIJkeLNy .href {
  padding-bottom: 1.5rem;
}
.cid-v3zIJkeLNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zIJkeLNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiT8rwy2FK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiT8rwy2FK .nav-item:focus,
.cid-uiT8rwy2FK .nav-link:focus {
  outline: none;
}
.cid-uiT8rwy2FK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.cid-uiT8rwy2FK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 400 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiT8rwy2FK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uiT8rwy2FK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uiT8rwy2FK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ff9300 !important;
}
.cid-uiT8rwy2FK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiT8rwy2FK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uiT8rwy2FK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiT8rwy2FK .navbar-caption:hover {
  color: inherit !important;
}
.cid-uiT8rwy2FK .container {
  max-width: 1380px;
}
.cid-uiT8rwy2FK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uiT8rwy2FK .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uiT8rwy2FK .nav-link:hover,
.cid-uiT8rwy2FK .nav-link:active,
.cid-uiT8rwy2FK .nav-link:focus {
  border-bottom: 3px solid #ff9300;
  color: #ff9300 !important;
}
.cid-uiT8rwy2FK .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-uiT8rwy2FK .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uiT8rwy2FK .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uiT8rwy2FK .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiT8rwy2FK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiT8rwy2FK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiT8rwy2FK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uiT8rwy2FK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uiT8rwy2FK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiT8rwy2FK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiT8rwy2FK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiT8rwy2FK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiT8rwy2FK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiT8rwy2FK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uiT8rwy2FK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiT8rwy2FK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiT8rwy2FK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uiT8rwy2FK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiT8rwy2FK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiT8rwy2FK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiT8rwy2FK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uiT8rwy2FK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiT8rwy2FK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiT8rwy2FK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uiT8rwy2FK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiT8rwy2FK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiT8rwy2FK .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uiT8rwy2FK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uiT8rwy2FK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uiT8rwy2FK .icons-menu span {
  color: #ed6436 !important;
}
.cid-uiT8rwy2FK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiT8rwy2FK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uiT8rwy2FK .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiT8rwy2FK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiT8rwy2FK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiT8rwy2FK .dropdown-item.active,
.cid-uiT8rwy2FK .dropdown-item:active {
  background-color: transparent;
}
.cid-uiT8rwy2FK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiT8rwy2FK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiT8rwy2FK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiT8rwy2FK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiT8rwy2FK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiT8rwy2FK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiT8rwy2FK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiT8rwy2FK .navbar-buttons {
  text-align: center;
}
.cid-uiT8rwy2FK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiT8rwy2FK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiT8rwy2FK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiT8rwy2FK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uiT8rwy2FK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uiT8rwy2FK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiT8rwy2FK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiT8rwy2FK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uiT8rwy2FK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uiT8rwy2FK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiT8rwy2FK .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uiT8rwy2FK a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uiT8rwy2FK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiT8rwy2FK .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uiT8rwy2FK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiT8rwy2FK .navbar {
    height: 77px;
  }
  .cid-uiT8rwy2FK .navbar.opened {
    height: auto;
  }
  .cid-uiT8rwy2FK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiT8rxCtAk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86738445) 0%, rgba(0, 0, 0, 0) 35%), url("../../../assets/images/jobs-2000x1333.webp");
}
.cid-uiT8rxCtAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiT8rxCtAk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiT8rxCtAk .mbr-section-title {
  color: #ffffff;
  letter-spacing: -0.01em !important;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.56);
}
.cid-uiT8rxCtAk .mbr-text,
.cid-uiT8rxCtAk .mbr-section-btn {
  color: #ffffff;
}
.cid-uiT8ryQx0o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-uiT8ryQx0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiT8ryQx0o .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uiT8ryQx0o .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiT8ryQx0o .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uiT8ryQx0o .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uiT8ryQx0o h5 {
  margin: 0;
}
.cid-uiT8ryQx0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiT8ryQx0o .iconfont-wrapper {
  position: relative;
}
.cid-uiT8ryQx0o .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffc26f;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uiT8ryQx0o .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #353535;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  margin-right: 15px;
  position: relative;
}
.cid-uiT8ryQx0o .card-title,
.cid-uiT8ryQx0o .iconfont-wrapper {
  color: #232323;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.cid-uiT8ryQx0o .card-text {
  color: #232323;
}
.cid-uiT8ryQx0o .mbr-section-title {
  color: #427a1c;
}
.cid-uiT8ryQx0o .card-title {
  line-height: 1.2 !important;
}
.cid-uiU3LklgO5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uiU3LklgO5 .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uiU3LklgO5 .row {
    text-align: center!important;
  }
}
.cid-uiU3LklgO5 .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uiU3LklgO5 .mbr-section-title {
    text-align: center;
  }
}
.cid-uiU3LklgO5 .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-uiU3LklgO5 .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uiU3LklgO5 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uiU3LklgO5 .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-uiU3LklgO5 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uiU3LklgO5 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uiU3LklgO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiU3LklgO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiTz3BtNkv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uiTz3BtNkv .container {
    max-width: 1162px;
  }
}
.cid-uiTz3BtNkv .wrap {
  padding: 60px 60px 50px 60px;
  background: #feddb0;
}
.cid-uiTz3BtNkv .card {
  margin-bottom: 30px;
}
.cid-uiTz3BtNkv .card .card-header {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}
.cid-uiTz3BtNkv .panel-title {
  padding: 15px 60px;
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uiTz3BtNkv .mbr-iconfont {
  padding: .5rem;
  border-radius: 100%;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #132d46;
  transition: all 0.5s;
}
.cid-uiTz3BtNkv .mbr-iconfont:hover {
  background: #ff9300;
}
.cid-uiTz3BtNkv .panel-body {
  padding: 0 60px 5px 60px;
  background-color: #ededed;
}
.cid-uiTz3BtNkv .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-uiTz3BtNkv ul {
  padding-left: 1.2rem;
}
.cid-uiTz3BtNkv .mbr-subtile {
  color: #000000;
}
.cid-uiTz3BtNkv .mbr-text {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uiTz3BtNkv .wrap,
  .cid-uiTz3BtNkv .panel-title,
  .cid-uiTz3BtNkv .panel-body {
    padding: 1rem;
  }
}
.cid-uiTz3BtNkv .mbr-title {
  color: #000000;
}
.cid-uiTz3BtNkv .mbr-section-title {
  color: #000000;
}
.cid-uiU1Gtyhna {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uiU1Gtyhna .container {
    max-width: 1162px;
  }
}
.cid-uiU1Gtyhna .wrap {
  padding: 60px 60px 50px 60px;
  background: #feddb0;
}
.cid-uiU1Gtyhna .card {
  margin-bottom: 30px;
}
.cid-uiU1Gtyhna .card .card-header {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}
.cid-uiU1Gtyhna .panel-title {
  padding: 15px 60px;
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uiU1Gtyhna .mbr-iconfont {
  padding: .5rem;
  border-radius: 100%;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #132d46;
  transition: all 0.5s;
}
.cid-uiU1Gtyhna .mbr-iconfont:hover {
  background: #ff9300;
}
.cid-uiU1Gtyhna .panel-body {
  padding: 0 60px 5px 60px;
  background-color: #ededed;
}
.cid-uiU1Gtyhna .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-uiU1Gtyhna ul {
  padding-left: 1.2rem;
}
.cid-uiU1Gtyhna .mbr-subtile {
  color: #000000;
}
.cid-uiU1Gtyhna .mbr-text {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uiU1Gtyhna .wrap,
  .cid-uiU1Gtyhna .panel-title,
  .cid-uiU1Gtyhna .panel-body {
    padding: 1rem;
  }
}
.cid-uiU1Gtyhna .mbr-title {
  color: #000000;
}
.cid-uiU1Gtyhna .mbr-section-title {
  color: #000000;
}
.cid-uiU3ikAejd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uiU3ikAejd .container {
    max-width: 1162px;
  }
}
.cid-uiU3ikAejd .wrap {
  padding: 60px 60px 50px 60px;
  background: #feddb0;
}
.cid-uiU3ikAejd .card {
  margin-bottom: 30px;
}
.cid-uiU3ikAejd .card .card-header {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}
.cid-uiU3ikAejd .panel-title {
  padding: 15px 60px;
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uiU3ikAejd .mbr-iconfont {
  padding: .5rem;
  border-radius: 100%;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #132d46;
  transition: all 0.5s;
}
.cid-uiU3ikAejd .mbr-iconfont:hover {
  background: #ff9300;
}
.cid-uiU3ikAejd .panel-body {
  padding: 0 60px 5px 60px;
  background-color: #ededed;
}
.cid-uiU3ikAejd .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-uiU3ikAejd ul {
  padding-left: 1.2rem;
}
.cid-uiU3ikAejd .mbr-subtile {
  color: #000000;
}
.cid-uiU3ikAejd .mbr-text {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uiU3ikAejd .wrap,
  .cid-uiU3ikAejd .panel-title,
  .cid-uiU3ikAejd .panel-body {
    padding: 1rem;
  }
}
.cid-uiU3ikAejd .mbr-title {
  color: #000000;
}
.cid-uiU3ikAejd .mbr-section-title {
  color: #000000;
}
.cid-uiU8PzIOgo {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-uiU8PzIOgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiU8PzIOgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uiU8PzIOgo .container {
    max-width: 1400px;
  }
}
.cid-uiU8PzIOgo .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-uiU8PzIOgo .row {
  justify-content: center;
}
.cid-uiU8PzIOgo .mbr-section-title {
  text-align: center;
}
.cid-uiT8rzrKWg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uiT8rzrKWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiT8rzrKWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiT8rzrKWg .row {
  flex-direction: row-reverse;
}
.cid-uiT8rzrKWg .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uiT8rzrKWg .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uiT8rzrKWg .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uiT8rzrKWg .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uiT8rzrKWg .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uiT8rzrKWg .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiT8rzrKWg .text-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cid-uiT8rzrKWg .text-wrapper {
    padding: 10px;
  }
}
.cid-uiT8rzrKWg .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-uiT8rzrKWg .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uiT8rzrKWg .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uiT8rzrKWg .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uiT8rzrKWg .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uiT8rzrKWg .mbr-text {
    padding-right: 0;
  }
}
.cid-uiT8rzrKWg .mbr-section-btn {
  margin-top: 10px;
}
.cid-uiT8rzrKWg .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-uiT8rzrKWg .list-container {
    margin-bottom: 20px;
  }
}
.cid-uiT8rzrKWg .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-uiT8rzrKWg .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-uiT8rzrKWg .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-uiT8rzrKWg .list-item-text {
  color: #000000;
  width: fit-content;
}
.cid-uiT8rzrKWg .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uiT8rzrKWg .col-img {
    order: 1;
  }
}
.cid-uiT8rzrKWg .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uiT8rzrKWg .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uiT8rzrKWg .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: 6px;
}
.cid-uiT8rzrKWg .mbr-text,
.cid-uiT8rzrKWg .mbr-section-btn {
  color: #000000;
}
.cid-vdmYnjWu2W {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdmYnjWu2W .container {
  display: flex;
  justify-content: center;
}
.cid-vdmYnjWu2W .content-container {
  flex-direction: row-reverse;
}
.cid-vdmYnjWu2W .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-vdmYnjWu2W .content-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 30px;
  padding: 0 !important;
}
.cid-vdmYnjWu2W .col-text {
  display: flex;
  padding: 50px 15px 60px 70px;
}
@media (max-width: 1199px) {
  .cid-vdmYnjWu2W .col-text {
    padding: 40px 15px 30px;
  }
}
.cid-vdmYnjWu2W .icon-box {
  display: flex;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .cid-vdmYnjWu2W .icon-box {
    margin-right: 20px;
  }
}
.cid-vdmYnjWu2W .icon-box .mbr-iconfont {
  color: #ff9300;
  font-size: 68px;
}
@media (max-width: 1199px) {
  .cid-vdmYnjWu2W .icon-box .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vdmYnjWu2W .text-container {
  flex-grow: 1;
}
.cid-vdmYnjWu2W .mbr-section-title {
  color: #010d4c;
  margin-bottom: 10px;
}
.cid-vdmYnjWu2W .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-vdmYnjWu2W .link-text {
  margin-bottom: 0;
  margin-top: 5px;
}
.cid-vdmYnjWu2W .link-text a:hover {
  text-decoration: underline;
}
.cid-vdmYnjWu2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmYnjWu2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zIJkeLNy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-v3zIJkeLNy .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3zIJkeLNy .row {
    text-align: center;
  }
  .cid-v3zIJkeLNy .row > div {
    margin: auto;
  }
  .cid-v3zIJkeLNy .social-row {
    justify-content: center;
  }
}
.cid-v3zIJkeLNy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3zIJkeLNy .list {
  list-style: none;
  font-size: 1rem;
  padding-left: 0;
  color: #121212;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3zIJkeLNy .list {
    margin-bottom: 0rem;
  }
}
.cid-v3zIJkeLNy .mbr-text {
  transition: .2s all;
}
.cid-v3zIJkeLNy .mbr-text:hover {
  color: #e0b548;
}
.cid-v3zIJkeLNy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #474a48;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-v3zIJkeLNy .soc-item:hover {
  background-color: #e0b548;
}
.cid-v3zIJkeLNy .mbr-iconfont {
  color: black;
}
.cid-v3zIJkeLNy .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-v3zIJkeLNy .flex {
    display: block;
  }
}
.cid-v3zIJkeLNy .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .follow {
    margin-right: 0px;
  }
}
.cid-v3zIJkeLNy .footer-sotial {
  justify-content: space-between;
}
.cid-v3zIJkeLNy .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy div > *:last-child {
    margin-top: 0 !important;
  }
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .item-wrap {
    text-align: center;
  }
}
.cid-v3zIJkeLNy H5 {
  color: #f7f7f7;
}
.cid-v3zIJkeLNy .mbr-section-subtitle {
  font-size: 1rem;
  color: #121212;
}
.cid-v3zIJkeLNy .number {
  color: #e0b548;
  font-weight: bold;
}
.cid-v3zIJkeLNy .number:hover {
  color: #ff9300;
}
.cid-v3zIJkeLNy .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .social_out {
    display: block;
  }
}
.cid-v3zIJkeLNy .email {
  transition: .2s all;
}
.cid-v3zIJkeLNy .email:hover {
  color: #ff9300;
}
.cid-v3zIJkeLNy .copyright {
  color: #000000;
  font-size: 14px;
  width: 100%;
}
.cid-v3zIJkeLNy .mbr-section-subtitle P {
  text-align: right;
  font-size: 1rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-v3zIJkeLNy .mbr-section-subtitle DIV {
  text-align: right;
  font-size: 1rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-v3zIJkeLNy .copyright P {
  vertical-align: sub;
  font-size: 14px !important;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-v3zIJkeLNy .socicon {
  color: #fff;
}
.cid-v3zIJkeLNy .icons {
  width: 18px;
  height: 20px;
}
.cid-v3zIJkeLNy .href {
  padding-bottom: 1.5rem;
}
.cid-v3zIJkeLNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zIJkeLNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiT8Dxg1vd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiT8Dxg1vd .nav-item:focus,
.cid-uiT8Dxg1vd .nav-link:focus {
  outline: none;
}
.cid-uiT8Dxg1vd .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.cid-uiT8Dxg1vd .dropdown .dropdown-menu .dropdown-item {
  font-weight: 400 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiT8Dxg1vd .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uiT8Dxg1vd .dropdown .dropdown-menu .dropdown-item:active,
.cid-uiT8Dxg1vd .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ff9300 !important;
}
.cid-uiT8Dxg1vd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiT8Dxg1vd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uiT8Dxg1vd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiT8Dxg1vd .navbar-caption:hover {
  color: inherit !important;
}
.cid-uiT8Dxg1vd .container {
  max-width: 1380px;
}
.cid-uiT8Dxg1vd .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uiT8Dxg1vd .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uiT8Dxg1vd .nav-link:hover,
.cid-uiT8Dxg1vd .nav-link:active,
.cid-uiT8Dxg1vd .nav-link:focus {
  border-bottom: 3px solid #ff9300;
  color: #ff9300 !important;
}
.cid-uiT8Dxg1vd .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-uiT8Dxg1vd .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uiT8Dxg1vd .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uiT8Dxg1vd .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiT8Dxg1vd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiT8Dxg1vd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiT8Dxg1vd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uiT8Dxg1vd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uiT8Dxg1vd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiT8Dxg1vd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiT8Dxg1vd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiT8Dxg1vd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiT8Dxg1vd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiT8Dxg1vd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uiT8Dxg1vd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiT8Dxg1vd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiT8Dxg1vd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uiT8Dxg1vd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiT8Dxg1vd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiT8Dxg1vd .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiT8Dxg1vd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uiT8Dxg1vd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiT8Dxg1vd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiT8Dxg1vd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uiT8Dxg1vd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiT8Dxg1vd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiT8Dxg1vd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uiT8Dxg1vd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uiT8Dxg1vd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uiT8Dxg1vd .icons-menu span {
  color: #ed6436 !important;
}
.cid-uiT8Dxg1vd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiT8Dxg1vd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uiT8Dxg1vd .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiT8Dxg1vd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiT8Dxg1vd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiT8Dxg1vd .dropdown-item.active,
.cid-uiT8Dxg1vd .dropdown-item:active {
  background-color: transparent;
}
.cid-uiT8Dxg1vd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiT8Dxg1vd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiT8Dxg1vd .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiT8Dxg1vd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiT8Dxg1vd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiT8Dxg1vd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiT8Dxg1vd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiT8Dxg1vd .navbar-buttons {
  text-align: center;
}
.cid-uiT8Dxg1vd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiT8Dxg1vd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiT8Dxg1vd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiT8Dxg1vd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uiT8Dxg1vd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uiT8Dxg1vd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiT8Dxg1vd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiT8Dxg1vd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uiT8Dxg1vd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uiT8Dxg1vd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiT8Dxg1vd .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uiT8Dxg1vd a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uiT8Dxg1vd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiT8Dxg1vd .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uiT8Dxg1vd .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiT8Dxg1vd .navbar {
    height: 77px;
  }
  .cid-uiT8Dxg1vd .navbar.opened {
    height: auto;
  }
  .cid-uiT8Dxg1vd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiT8DyisTw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86738445) 0%, rgba(0, 0, 0, 0) 35%), url("../../../assets/images/ueber-uns-2000x1333.webp");
}
.cid-uiT8DyisTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiT8DyisTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiT8DyisTw .mbr-section-title {
  color: #ffffff;
  letter-spacing: -0.01em !important;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.66);
}
.cid-uiT8DyisTw .mbr-text,
.cid-uiT8DyisTw .mbr-section-btn {
  color: #ffffff;
}
.cid-uiT8DyisTw .mbr-text {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.94);
}
.cid-v0aifba3wf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-v0aifba3wf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0aifba3wf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v0aifba3wf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0aifba3wf .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-v0aifba3wf .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v0aifba3wf h5 {
  margin: 0;
}
.cid-v0aifba3wf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0aifba3wf .iconfont-wrapper {
  position: relative;
}
.cid-v0aifba3wf .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffc26f;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-v0aifba3wf .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #353535;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  margin-right: 15px;
  position: relative;
}
.cid-v0aifba3wf .card-title,
.cid-v0aifba3wf .iconfont-wrapper {
  color: #232323;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.cid-v0aifba3wf .card-text {
  color: #232323;
}
.cid-v0aifba3wf .mbr-section-title {
  color: #427a1c;
}
.cid-v0aifba3wf .card-title {
  line-height: 1.2 !important;
}
.cid-uTFN5LGpJp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTFN5LGpJp .mbr-text {
  color: #000000;
}
.cid-uTFN5LGpJp .mbr-section-subtitle {
  color: #000000;
}
.cid-uTFN5LGpJp .mbr-section-title {
  color: #000000;
}
.cid-uZMimXCQKp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZMimXCQKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMimXCQKp .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMimXCQKp .row {
  flex-direction: row-reverse;
}
.cid-uZMimXCQKp .mbr-description {
  text-align: left;
}
.cid-uTFN6SN8qu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTFN6SN8qu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFN6SN8qu .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uTFN6SN8qu .image-wrapper {
    flex-direction: column;
  }
  .cid-uTFN6SN8qu .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uTFN6SN8qu .card-box {
  max-width: 750px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-uTFN6SN8qu img,
.cid-uTFN6SN8qu .item-img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  border-radius: .5rem;
}
.cid-uTFN6SN8qu .card-wrapper {
  background: #ffffff;
}
.cid-uTFN6SN8qu .mbr-text,
.cid-uTFN6SN8qu .mbr-section-btn {
  color: #000000;
}
.cid-uTFN6SN8qu .card-title,
.cid-uTFN6SN8qu .card-box {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uTFN6SN8qu .card-content-text {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTFN6SN8qu .card-content-text {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTFN6SN8qu .card-content-text {
    padding: 4rem;
    padding-right: 0rem;
  }
}
.cid-uTFN6SN8qu img {
  border-radius: 1rem;
}
.cid-uTQRpqWelb {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uTQRpqWelb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQRpqWelb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTQRpqWelb .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uTQRpqWelb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTQRpqWelb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTQRpqWelb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTQRpqWelb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTQRpqWelb .mbr-section-title {
  color: #000000;
}
.cid-uTQRpqWelb .mbr-text,
.cid-uTQRpqWelb .mbr-section-btn {
  color: #000000;
}
.cid-vdmYt53XR3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdmYt53XR3 .container {
  display: flex;
  justify-content: center;
}
.cid-vdmYt53XR3 .content-container {
  flex-direction: row-reverse;
}
.cid-vdmYt53XR3 .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-vdmYt53XR3 .content-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 30px;
  padding: 0 !important;
}
.cid-vdmYt53XR3 .col-text {
  display: flex;
  padding: 50px 15px 60px 70px;
}
@media (max-width: 1199px) {
  .cid-vdmYt53XR3 .col-text {
    padding: 40px 15px 30px;
  }
}
.cid-vdmYt53XR3 .icon-box {
  display: flex;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .cid-vdmYt53XR3 .icon-box {
    margin-right: 20px;
  }
}
.cid-vdmYt53XR3 .icon-box .mbr-iconfont {
  color: #ff9300;
  font-size: 68px;
}
@media (max-width: 1199px) {
  .cid-vdmYt53XR3 .icon-box .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vdmYt53XR3 .text-container {
  flex-grow: 1;
}
.cid-vdmYt53XR3 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 10px;
}
.cid-vdmYt53XR3 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-vdmYt53XR3 .link-text {
  margin-bottom: 0;
  margin-top: 5px;
}
.cid-vdmYt53XR3 .link-text a:hover {
  text-decoration: underline;
}
.cid-vdmYt53XR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmYt53XR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zIJkeLNy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-v3zIJkeLNy .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3zIJkeLNy .row {
    text-align: center;
  }
  .cid-v3zIJkeLNy .row > div {
    margin: auto;
  }
  .cid-v3zIJkeLNy .social-row {
    justify-content: center;
  }
}
.cid-v3zIJkeLNy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3zIJkeLNy .list {
  list-style: none;
  font-size: 1rem;
  padding-left: 0;
  color: #121212;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3zIJkeLNy .list {
    margin-bottom: 0rem;
  }
}
.cid-v3zIJkeLNy .mbr-text {
  transition: .2s all;
}
.cid-v3zIJkeLNy .mbr-text:hover {
  color: #e0b548;
}
.cid-v3zIJkeLNy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #474a48;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-v3zIJkeLNy .soc-item:hover {
  background-color: #e0b548;
}
.cid-v3zIJkeLNy .mbr-iconfont {
  color: black;
}
.cid-v3zIJkeLNy .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-v3zIJkeLNy .flex {
    display: block;
  }
}
.cid-v3zIJkeLNy .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .follow {
    margin-right: 0px;
  }
}
.cid-v3zIJkeLNy .footer-sotial {
  justify-content: space-between;
}
.cid-v3zIJkeLNy .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy div > *:last-child {
    margin-top: 0 !important;
  }
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .item-wrap {
    text-align: center;
  }
}
.cid-v3zIJkeLNy H5 {
  color: #f7f7f7;
}
.cid-v3zIJkeLNy .mbr-section-subtitle {
  font-size: 1rem;
  color: #121212;
}
.cid-v3zIJkeLNy .number {
  color: #e0b548;
  font-weight: bold;
}
.cid-v3zIJkeLNy .number:hover {
  color: #ff9300;
}
.cid-v3zIJkeLNy .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .social_out {
    display: block;
  }
}
.cid-v3zIJkeLNy .email {
  transition: .2s all;
}
.cid-v3zIJkeLNy .email:hover {
  color: #ff9300;
}
.cid-v3zIJkeLNy .copyright {
  color: #000000;
  font-size: 14px;
  width: 100%;
}
.cid-v3zIJkeLNy .mbr-section-subtitle P {
  text-align: right;
  font-size: 1rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-v3zIJkeLNy .mbr-section-subtitle DIV {
  text-align: right;
  font-size: 1rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-v3zIJkeLNy .copyright P {
  vertical-align: sub;
  font-size: 14px !important;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-v3zIJkeLNy .socicon {
  color: #fff;
}
.cid-v3zIJkeLNy .icons {
  width: 18px;
  height: 20px;
}
.cid-v3zIJkeLNy .href {
  padding-bottom: 1.5rem;
}
.cid-v3zIJkeLNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zIJkeLNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiUrKn3ofj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiUrKn3ofj .nav-item:focus,
.cid-uiUrKn3ofj .nav-link:focus {
  outline: none;
}
.cid-uiUrKn3ofj .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.cid-uiUrKn3ofj .dropdown .dropdown-menu .dropdown-item {
  font-weight: 400 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiUrKn3ofj .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uiUrKn3ofj .dropdown .dropdown-menu .dropdown-item:active,
.cid-uiUrKn3ofj .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ff9300 !important;
}
.cid-uiUrKn3ofj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiUrKn3ofj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uiUrKn3ofj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiUrKn3ofj .navbar-caption:hover {
  color: inherit !important;
}
.cid-uiUrKn3ofj .container {
  max-width: 1380px;
}
.cid-uiUrKn3ofj .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uiUrKn3ofj .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uiUrKn3ofj .nav-link:hover,
.cid-uiUrKn3ofj .nav-link:active,
.cid-uiUrKn3ofj .nav-link:focus {
  border-bottom: 3px solid #ff9300;
  color: #ff9300 !important;
}
.cid-uiUrKn3ofj .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-uiUrKn3ofj .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uiUrKn3ofj .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uiUrKn3ofj .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiUrKn3ofj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiUrKn3ofj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiUrKn3ofj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uiUrKn3ofj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uiUrKn3ofj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiUrKn3ofj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiUrKn3ofj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiUrKn3ofj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiUrKn3ofj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiUrKn3ofj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uiUrKn3ofj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiUrKn3ofj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiUrKn3ofj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uiUrKn3ofj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiUrKn3ofj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiUrKn3ofj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiUrKn3ofj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uiUrKn3ofj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiUrKn3ofj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiUrKn3ofj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uiUrKn3ofj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiUrKn3ofj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiUrKn3ofj .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uiUrKn3ofj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uiUrKn3ofj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uiUrKn3ofj .icons-menu span {
  color: #ed6436 !important;
}
.cid-uiUrKn3ofj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiUrKn3ofj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uiUrKn3ofj .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiUrKn3ofj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiUrKn3ofj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiUrKn3ofj .dropdown-item.active,
.cid-uiUrKn3ofj .dropdown-item:active {
  background-color: transparent;
}
.cid-uiUrKn3ofj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiUrKn3ofj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiUrKn3ofj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiUrKn3ofj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiUrKn3ofj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiUrKn3ofj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiUrKn3ofj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiUrKn3ofj .navbar-buttons {
  text-align: center;
}
.cid-uiUrKn3ofj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiUrKn3ofj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiUrKn3ofj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiUrKn3ofj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uiUrKn3ofj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uiUrKn3ofj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiUrKn3ofj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiUrKn3ofj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uiUrKn3ofj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uiUrKn3ofj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uiUrKn3ofj .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uiUrKn3ofj a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uiUrKn3ofj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiUrKn3ofj .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uiUrKn3ofj .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiUrKn3ofj .navbar {
    height: 77px;
  }
  .cid-uiUrKn3ofj .navbar.opened {
    height: auto;
  }
  .cid-uiUrKn3ofj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSK8p7sRO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86738445) 0%, rgba(0, 0, 0, 0) 35%), url("../../../assets/images/bauplan-skizze-2000x600.webp");
}
.cid-uZSK8p7sRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSK8p7sRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSK8p7sRO .mbr-section-title {
  color: #ffffff;
  letter-spacing: -0.01em !important;
  margin-top: 24px;
}
.cid-uZSK8p7sRO .mbr-text,
.cid-uZSK8p7sRO .mbr-section-btn {
  color: #ffffff;
}
.cid-uiUsvyzZ2c {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uiUsvyzZ2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiUsvyzZ2c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiUsvyzZ2c .row {
  justify-content: space-between;
}
.cid-uiUsvyzZ2c .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uiUsvyzZ2c .content-wrapper {
    padding: 0;
  }
}
.cid-uiUsvyzZ2c .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiUsvyzZ2c .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiUsvyzZ2c .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiUsvyzZ2c .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiUsvyzZ2c .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uiUsvyzZ2c .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uiUsvyzZ2c .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uiUsvyzZ2c .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uiUsvyzZ2c .mbr-section-title {
  color: #000000;
}
.cid-uiUsvyzZ2c .mbr-desc {
  color: #000000;
}
.cid-uiUsvyzZ2c .mbr-text {
  color: #000000;
}
.cid-v3zIJkeLNy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-v3zIJkeLNy .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3zIJkeLNy .row {
    text-align: center;
  }
  .cid-v3zIJkeLNy .row > div {
    margin: auto;
  }
  .cid-v3zIJkeLNy .social-row {
    justify-content: center;
  }
}
.cid-v3zIJkeLNy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3zIJkeLNy .list {
  list-style: none;
  font-size: 1rem;
  padding-left: 0;
  color: #121212;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3zIJkeLNy .list {
    margin-bottom: 0rem;
  }
}
.cid-v3zIJkeLNy .mbr-text {
  transition: .2s all;
}
.cid-v3zIJkeLNy .mbr-text:hover {
  color: #e0b548;
}
.cid-v3zIJkeLNy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #474a48;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-v3zIJkeLNy .soc-item:hover {
  background-color: #e0b548;
}
.cid-v3zIJkeLNy .mbr-iconfont {
  color: black;
}
.cid-v3zIJkeLNy .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-v3zIJkeLNy .flex {
    display: block;
  }
}
.cid-v3zIJkeLNy .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .follow {
    margin-right: 0px;
  }
}
.cid-v3zIJkeLNy .footer-sotial {
  justify-content: space-between;
}
.cid-v3zIJkeLNy .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy div > *:last-child {
    margin-top: 0 !important;
  }
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .item-wrap {
    text-align: center;
  }
}
.cid-v3zIJkeLNy H5 {
  color: #f7f7f7;
}
.cid-v3zIJkeLNy .mbr-section-subtitle {
  font-size: 1rem;
  color: #121212;
}
.cid-v3zIJkeLNy .number {
  color: #e0b548;
  font-weight: bold;
}
.cid-v3zIJkeLNy .number:hover {
  color: #ff9300;
}
.cid-v3zIJkeLNy .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .social_out {
    display: block;
  }
}
.cid-v3zIJkeLNy .email {
  transition: .2s all;
}
.cid-v3zIJkeLNy .email:hover {
  color: #ff9300;
}
.cid-v3zIJkeLNy .copyright {
  color: #000000;
  font-size: 14px;
  width: 100%;
}
.cid-v3zIJkeLNy .mbr-section-subtitle P {
  text-align: right;
  font-size: 1rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-v3zIJkeLNy .mbr-section-subtitle DIV {
  text-align: right;
  font-size: 1rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-v3zIJkeLNy .copyright P {
  vertical-align: sub;
  font-size: 14px !important;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-v3zIJkeLNy .socicon {
  color: #fff;
}
.cid-v3zIJkeLNy .icons {
  width: 18px;
  height: 20px;
}
.cid-v3zIJkeLNy .href {
  padding-bottom: 1.5rem;
}
.cid-v3zIJkeLNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zIJkeLNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTRwZz4mT4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTRwZz4mT4 .nav-item:focus,
.cid-uTRwZz4mT4 .nav-link:focus {
  outline: none;
}
.cid-uTRwZz4mT4 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.cid-uTRwZz4mT4 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 400 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTRwZz4mT4 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uTRwZz4mT4 .dropdown .dropdown-menu .dropdown-item:active,
.cid-uTRwZz4mT4 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ff9300 !important;
}
.cid-uTRwZz4mT4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTRwZz4mT4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTRwZz4mT4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTRwZz4mT4 .navbar-caption:hover {
  color: inherit !important;
}
.cid-uTRwZz4mT4 .container {
  max-width: 1380px;
}
.cid-uTRwZz4mT4 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uTRwZz4mT4 .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uTRwZz4mT4 .nav-link:hover,
.cid-uTRwZz4mT4 .nav-link:active,
.cid-uTRwZz4mT4 .nav-link:focus {
  border-bottom: 3px solid #ff9300;
  color: #ff9300 !important;
}
.cid-uTRwZz4mT4 .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-uTRwZz4mT4 .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uTRwZz4mT4 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uTRwZz4mT4 .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTRwZz4mT4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTRwZz4mT4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTRwZz4mT4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uTRwZz4mT4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTRwZz4mT4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTRwZz4mT4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTRwZz4mT4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uTRwZz4mT4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTRwZz4mT4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTRwZz4mT4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTRwZz4mT4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTRwZz4mT4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTRwZz4mT4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTRwZz4mT4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTRwZz4mT4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTRwZz4mT4 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uTRwZz4mT4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTRwZz4mT4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTRwZz4mT4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTRwZz4mT4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uTRwZz4mT4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTRwZz4mT4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTRwZz4mT4 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uTRwZz4mT4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uTRwZz4mT4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTRwZz4mT4 .icons-menu span {
  color: #ed6436 !important;
}
.cid-uTRwZz4mT4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTRwZz4mT4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uTRwZz4mT4 .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTRwZz4mT4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTRwZz4mT4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTRwZz4mT4 .dropdown-item.active,
.cid-uTRwZz4mT4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTRwZz4mT4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTRwZz4mT4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTRwZz4mT4 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTRwZz4mT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uTRwZz4mT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTRwZz4mT4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTRwZz4mT4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTRwZz4mT4 .navbar-buttons {
  text-align: center;
}
.cid-uTRwZz4mT4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTRwZz4mT4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTRwZz4mT4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uTRwZz4mT4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uTRwZz4mT4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uTRwZz4mT4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uTRwZz4mT4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uTRwZz4mT4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uTRwZz4mT4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uTRwZz4mT4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uTRwZz4mT4 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uTRwZz4mT4 a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uTRwZz4mT4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTRwZz4mT4 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uTRwZz4mT4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTRwZz4mT4 .navbar {
    height: 77px;
  }
  .cid-uTRwZz4mT4 .navbar.opened {
    height: auto;
  }
  .cid-uTRwZz4mT4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZMKeZ4Caf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86738445) 0%, rgba(0, 0, 0, 0) 35%), url("../../../assets/images/header-1-2000x600.webp");
}
.cid-uZMKeZ4Caf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMKeZ4Caf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMKeZ4Caf .mbr-section-title {
  color: #ffffff;
  letter-spacing: -0.01em !important;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.66);
}
.cid-uZMKeZ4Caf .mbr-text,
.cid-uZMKeZ4Caf .mbr-section-btn {
  color: #ffffff;
}
.cid-uZMKeZ4Caf .mbr-text {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.94);
}
.cid-uZN2xLGx5P {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-uZN2xLGx5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZN2xLGx5P .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uZN2xLGx5P .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZN2xLGx5P .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uZN2xLGx5P .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uZN2xLGx5P h5 {
  margin: 0;
}
.cid-uZN2xLGx5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZN2xLGx5P .iconfont-wrapper {
  position: relative;
}
.cid-uZN2xLGx5P .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffc26f;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uZN2xLGx5P .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #353535;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  margin-right: 15px;
  position: relative;
}
.cid-uZN2xLGx5P .card-title,
.cid-uZN2xLGx5P .iconfont-wrapper {
  color: #232323;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.cid-uZN2xLGx5P .card-text {
  color: #232323;
}
.cid-uZN2xLGx5P .mbr-section-title {
  color: #427a1c;
}
.cid-uZN2xLGx5P .card-title {
  line-height: 1.2 !important;
}
.cid-v0au87UBQf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0au87UBQf .mbr-media {
  position: relative;
}
.cid-v0au87UBQf .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-v0au87UBQf a:hover {
  background-image: none !important;
}
.cid-v0au87UBQf .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v0au87UBQf .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-v0au87UBQf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v0au87UBQf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v0au87UBQf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v0au87UBQf .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-v0au87UBQf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0au87UBQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0au87UBQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0au87UBQf .content-head {
  max-width: 800px;
}
.cid-v9BbBlNzw4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9BbBlNzw4 .content-head {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.cid-v9BbBlNzw4 .ref-filter {
  text-align: center;
  margin-bottom: 2rem;
}
.cid-v9BbBlNzw4 .ref-filter .btn-filter {
  display: inline-block;
  margin: 0 .25rem .5rem;
  border-radius: 999px;
  font-size: .9rem;
  padding: .3rem .9rem;
  border-width: 1px;
}
.cid-v9BbBlNzw4 .ref-filter .btn-filter.active {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.cid-v9BbBlNzw4 .project-grid {
  row-gap: 1.5rem;
}
.cid-v9BbBlNzw4 .project-card {
  cursor: pointer;
  transition: transform .15s ease;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.cid-v9BbBlNzw4 .project-card:hover {
  transform: translateY(-2px);
  box-shadow: none;
}
.cid-v9BbBlNzw4 .project-main {
  position: relative;
  overflow: hidden;
  border-radius: .75rem;
  aspect-ratio: 1.33333333;
  width: 100%;
}
.cid-v9BbBlNzw4 .project-main .main-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: .5rem;
}
.cid-v9BbBlNzw4 .project-main-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: .5rem .75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  color: #ffffff;
  font-size: .9rem;
}
.cid-v9BbBlNzw4 .project-subgallery {
  display: none;
  margin-top: .6rem;
}
.cid-v9BbBlNzw4 .project-card.active .project-subgallery {
  display: block;
}
.cid-v9BbBlNzw4 .project-subgallery .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v9BbBlNzw4 .sub-img-wrapper {
  padding: .12rem;
}
.cid-v9BbBlNzw4 .sub-img {
  width: 100%;
  display: block;
  border-radius: .45rem;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  cursor: zoom-in;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.cid-v9BbBlNzw4 .sub-img:hover {
  transform: scale(1.03);
  box-shadow: 0 0.25rem 0.7rem rgba(0, 0, 0, 0.15);
}
.cid-v9BbBlNzw4 .ref-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.cid-v9BbBlNzw4 .ref-lightbox.open {
  display: flex;
}
.cid-v9BbBlNzw4 .ref-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.cid-v9BbBlNzw4 .ref-lightbox-content {
  position: relative;
  max-width: 92vw;
  max-height: 92vh;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-v9BbBlNzw4 .ref-lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  border-radius: .75rem;
}
.cid-v9BbBlNzw4 .ref-lightbox-controls {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
}
.cid-v9BbBlNzw4 .ref-lightbox-nav {
  border: none;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.45);
  user-select: none;
}
.cid-v9BbBlNzw4 .ref-lightbox-prev,
.cid-v9BbBlNzw4 .ref-lightbox-next {
  position: static;
}
.cid-v9BbBlNzw4 .ref-lightbox-counter {
  min-width: 80px;
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
  line-height: 1;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
}
.cid-v9BbBlNzw4 .ref-lightbox-close {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .cid-v9BbBlNzw4 .project-main-title {
    font-size: .8rem;
  }
  .cid-v9BbBlNzw4 .ref-lightbox-content img {
    max-height: 72vh;
  }
  .cid-v9BbBlNzw4 .ref-lightbox-nav {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .cid-v9BbBlNzw4 .ref-lightbox-counter {
    min-width: 72px;
    font-size: 0.9rem;
  }
}
.cid-v3zIJkeLNy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-v3zIJkeLNy .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3zIJkeLNy .row {
    text-align: center;
  }
  .cid-v3zIJkeLNy .row > div {
    margin: auto;
  }
  .cid-v3zIJkeLNy .social-row {
    justify-content: center;
  }
}
.cid-v3zIJkeLNy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3zIJkeLNy .list {
  list-style: none;
  font-size: 1rem;
  padding-left: 0;
  color: #121212;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3zIJkeLNy .list {
    margin-bottom: 0rem;
  }
}
.cid-v3zIJkeLNy .mbr-text {
  transition: .2s all;
}
.cid-v3zIJkeLNy .mbr-text:hover {
  color: #e0b548;
}
.cid-v3zIJkeLNy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #474a48;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-v3zIJkeLNy .soc-item:hover {
  background-color: #e0b548;
}
.cid-v3zIJkeLNy .mbr-iconfont {
  color: black;
}
.cid-v3zIJkeLNy .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-v3zIJkeLNy .flex {
    display: block;
  }
}
.cid-v3zIJkeLNy .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .follow {
    margin-right: 0px;
  }
}
.cid-v3zIJkeLNy .footer-sotial {
  justify-content: space-between;
}
.cid-v3zIJkeLNy .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy div > *:last-child {
    margin-top: 0 !important;
  }
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .item-wrap {
    text-align: center;
  }
}
.cid-v3zIJkeLNy H5 {
  color: #f7f7f7;
}
.cid-v3zIJkeLNy .mbr-section-subtitle {
  font-size: 1rem;
  color: #121212;
}
.cid-v3zIJkeLNy .number {
  color: #e0b548;
  font-weight: bold;
}
.cid-v3zIJkeLNy .number:hover {
  color: #ff9300;
}
.cid-v3zIJkeLNy .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .social_out {
    display: block;
  }
}
.cid-v3zIJkeLNy .email {
  transition: .2s all;
}
.cid-v3zIJkeLNy .email:hover {
  color: #ff9300;
}
.cid-v3zIJkeLNy .copyright {
  color: #000000;
  font-size: 14px;
  width: 100%;
}
.cid-v3zIJkeLNy .mbr-section-subtitle P {
  text-align: right;
  font-size: 1rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-v3zIJkeLNy .mbr-section-subtitle DIV {
  text-align: right;
  font-size: 1rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-v3zIJkeLNy .copyright P {
  vertical-align: sub;
  font-size: 14px !important;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-v3zIJkeLNy .socicon {
  color: #fff;
}
.cid-v3zIJkeLNy .icons {
  width: 18px;
  height: 20px;
}
.cid-v3zIJkeLNy .href {
  padding-bottom: 1.5rem;
}
.cid-v3zIJkeLNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zIJkeLNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSKZizENx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZSKZizENx .nav-item:focus,
.cid-uZSKZizENx .nav-link:focus {
  outline: none;
}
.cid-uZSKZizENx .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.cid-uZSKZizENx .dropdown .dropdown-menu .dropdown-item {
  font-weight: 400 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZSKZizENx .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uZSKZizENx .dropdown .dropdown-menu .dropdown-item:active,
.cid-uZSKZizENx .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ff9300 !important;
}
.cid-uZSKZizENx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZSKZizENx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZSKZizENx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZSKZizENx .navbar-caption:hover {
  color: inherit !important;
}
.cid-uZSKZizENx .container {
  max-width: 1380px;
}
.cid-uZSKZizENx .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uZSKZizENx .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uZSKZizENx .nav-link:hover,
.cid-uZSKZizENx .nav-link:active,
.cid-uZSKZizENx .nav-link:focus {
  border-bottom: 3px solid #ff9300;
  color: #ff9300 !important;
}
.cid-uZSKZizENx .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-uZSKZizENx .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uZSKZizENx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uZSKZizENx .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSKZizENx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSKZizENx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSKZizENx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uZSKZizENx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZSKZizENx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSKZizENx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSKZizENx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZSKZizENx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSKZizENx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSKZizENx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSKZizENx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSKZizENx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSKZizENx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZSKZizENx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSKZizENx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSKZizENx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZSKZizENx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZSKZizENx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSKZizENx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZSKZizENx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZSKZizENx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSKZizENx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSKZizENx .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uZSKZizENx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZSKZizENx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZSKZizENx .icons-menu span {
  color: #ed6436 !important;
}
.cid-uZSKZizENx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSKZizENx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uZSKZizENx .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZSKZizENx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZSKZizENx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSKZizENx .dropdown-item.active,
.cid-uZSKZizENx .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSKZizENx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSKZizENx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSKZizENx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSKZizENx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZSKZizENx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZSKZizENx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSKZizENx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZSKZizENx .navbar-buttons {
  text-align: center;
}
.cid-uZSKZizENx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZSKZizENx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZSKZizENx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uZSKZizENx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uZSKZizENx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uZSKZizENx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uZSKZizENx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uZSKZizENx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uZSKZizENx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uZSKZizENx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uZSKZizENx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uZSKZizENx a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uZSKZizENx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZSKZizENx .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uZSKZizENx .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZSKZizENx .navbar {
    height: 77px;
  }
  .cid-uZSKZizENx .navbar.opened {
    height: auto;
  }
  .cid-uZSKZizENx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSKZjPFKc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86738445) 0%, rgba(0, 0, 0, 0) 35%), url("../../../assets/images/bauplan-skizze-2000x600.webp");
}
.cid-uZSKZjPFKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSKZjPFKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSKZjPFKc .mbr-section-title {
  color: #ffffff;
  letter-spacing: -0.01em !important;
  margin-top: 24px;
}
.cid-uZSKZjPFKc .mbr-text,
.cid-uZSKZjPFKc .mbr-section-btn {
  color: #ffffff;
}
.cid-uZSKZkmaGe {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uZSKZkmaGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSKZkmaGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSKZkmaGe .row {
  justify-content: space-between;
}
.cid-uZSKZkmaGe .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uZSKZkmaGe .content-wrapper {
    padding: 0;
  }
}
.cid-uZSKZkmaGe .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZSKZkmaGe .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZSKZkmaGe .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZSKZkmaGe .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uZSKZkmaGe .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZSKZkmaGe .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uZSKZkmaGe .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uZSKZkmaGe .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uZSKZkmaGe .mbr-section-title {
  color: #000000;
}
.cid-uZSKZkmaGe .mbr-desc {
  color: #000000;
}
.cid-uZSKZkmaGe .mbr-text {
  color: #000000;
}
.cid-v3zIJkeLNy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-v3zIJkeLNy .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3zIJkeLNy .row {
    text-align: center;
  }
  .cid-v3zIJkeLNy .row > div {
    margin: auto;
  }
  .cid-v3zIJkeLNy .social-row {
    justify-content: center;
  }
}
.cid-v3zIJkeLNy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3zIJkeLNy .list {
  list-style: none;
  font-size: 1rem;
  padding-left: 0;
  color: #121212;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3zIJkeLNy .list {
    margin-bottom: 0rem;
  }
}
.cid-v3zIJkeLNy .mbr-text {
  transition: .2s all;
}
.cid-v3zIJkeLNy .mbr-text:hover {
  color: #e0b548;
}
.cid-v3zIJkeLNy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #474a48;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-v3zIJkeLNy .soc-item:hover {
  background-color: #e0b548;
}
.cid-v3zIJkeLNy .mbr-iconfont {
  color: black;
}
.cid-v3zIJkeLNy .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-v3zIJkeLNy .flex {
    display: block;
  }
}
.cid-v3zIJkeLNy .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .follow {
    margin-right: 0px;
  }
}
.cid-v3zIJkeLNy .footer-sotial {
  justify-content: space-between;
}
.cid-v3zIJkeLNy .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v3zIJkeLNy div > *:last-child {
    margin-top: 0 !important;
  }
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .item-wrap {
    text-align: center;
  }
}
.cid-v3zIJkeLNy H5 {
  color: #f7f7f7;
}
.cid-v3zIJkeLNy .mbr-section-subtitle {
  font-size: 1rem;
  color: #121212;
}
.cid-v3zIJkeLNy .number {
  color: #e0b548;
  font-weight: bold;
}
.cid-v3zIJkeLNy .number:hover {
  color: #ff9300;
}
.cid-v3zIJkeLNy .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .social_out {
    display: block;
  }
}
.cid-v3zIJkeLNy .email {
  transition: .2s all;
}
.cid-v3zIJkeLNy .email:hover {
  color: #ff9300;
}
.cid-v3zIJkeLNy .copyright {
  color: #000000;
  font-size: 14px;
  width: 100%;
}
.cid-v3zIJkeLNy .mbr-section-subtitle P {
  text-align: right;
  font-size: 1rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-v3zIJkeLNy .mbr-section-subtitle DIV {
  text-align: right;
  font-size: 1rem;
}
@media (max-width: 765px) {
  .cid-v3zIJkeLNy .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-v3zIJkeLNy .copyright P {
  vertical-align: sub;
  font-size: 14px !important;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-v3zIJkeLNy .socicon {
  color: #fff;
}
.cid-v3zIJkeLNy .icons {
  width: 18px;
  height: 20px;
}
.cid-v3zIJkeLNy .href {
  padding-bottom: 1.5rem;
}
.cid-v3zIJkeLNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zIJkeLNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
