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

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

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

.container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .container {
  padding: 0 2rem!important;
}
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left, .align-right {
      text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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


button:focus {
  box-shadow: none!important;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}
.dropdown-item + .dropdown-menu {
  display: none;
}
.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

.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: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media(max-width:992px) {
  .md-pb {
      margin-bottom: 2rem;
  }
  }

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

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}.btn {
  border-width: 2px;
}
body {
  font-family: 'Poppins', sans-serif;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d29e15 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #38a00c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d29e15 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #d29e15 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d29e15 !important;
  border-color: #d29e15 !important;
}
.btn-primary:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-primary:hover span {
  color: white;
  background: #000000;
}
.btn-primary span {
  background: #ffffff;
  transition: all 0.3s;
  color: #d29e15;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-primary span:before {
  transform: translateX(1px);
  display: block;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #187c04 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #187c04 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #187c04 !important;
  border-color: #187c04 !important;
}
.btn-secondary:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-secondary:hover span {
  color: white;
  background: #000000;
}
.btn-secondary span {
  background: #ffffff;
  transition: all 0.3s;
  color: #187c04;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-secondary span:before {
  transform: translateX(1px);
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-info:hover span {
  color: white;
  background: #000000;
}
.btn-info span {
  background: #000000;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-info span:before {
  transform: translateX(1px);
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #40b0bf !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-success:hover span {
  color: white;
  background: #000000;
}
.btn-success span {
  background: #ffffff;
  transition: all 0.3s;
  color: #40b0bf;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-success span:before {
  transform: translateX(1px);
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #ffe161 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-warning:hover span {
  color: white;
  background: #000000;
}
.btn-warning span {
  background: #000000;
  transition: all 0.3s;
  color: #ffe161;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-warning span:before {
  transform: translateX(1px);
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #38a00c !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #38a00c !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #38a00c !important;
  border-color: #38a00c !important;
}
.btn-danger:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-danger:hover span {
  color: white;
  background: #000000;
}
.btn-danger span {
  background: #ffffff;
  transition: all 0.3s;
  color: #38a00c;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-danger span:before {
  transform: translateX(1px);
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background-color: #fafafa !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-white:hover span {
  color: white;
  background: #000000;
}
.btn-white span {
  background: #000000;
  transition: all 0.3s;
  color: #fafafa;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-white span:before {
  transform: translateX(1px);
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background-color: #232323 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-black:hover span {
  color: white;
  background: #000000;
}
.btn-black span {
  background: #ffffff;
  transition: all 0.3s;
  color: #232323;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-black span:before {
  transform: translateX(1px);
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d29e15;
  color: #d29e15;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d29e15 !important;
  background-color: transparent!important;
  border-color: #d29e15 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d29e15 !important;
  border-color: #d29e15 !important;
}
.btn-primary-outline:hover {
  background-color: #d29e15 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-primary-outline:hover span {
  color: #ffffff !important;
}
.btn-primary-outline span {
  background: #d29e15;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #187c04;
  color: #187c04;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #187c04 !important;
  background-color: transparent!important;
  border-color: #187c04 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #187c04 !important;
  border-color: #187c04 !important;
}
.btn-secondary-outline:hover {
  background-color: #d29e15 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-secondary-outline:hover span {
  color: #ffffff !important;
}
.btn-secondary-outline span {
  background: #187c04;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.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: #ffffff !important;
  background-color: transparent!important;
  border-color: #ffffff !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline:hover {
  background-color: #d29e15 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-info-outline:hover span {
  color: #000000 !important;
}
.btn-info-outline span {
  background: #ffffff;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #40b0bf !important;
  background-color: transparent!important;
  border-color: #40b0bf !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:hover {
  background-color: #d29e15 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-success-outline:hover span {
  color: #ffffff !important;
}
.btn-success-outline span {
  background: #40b0bf;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffe161 !important;
  background-color: transparent!important;
  border-color: #ffe161 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline:hover {
  background-color: #d29e15 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-warning-outline:hover span {
  color: #000000 !important;
}
.btn-warning-outline span {
  background: #ffe161;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #38a00c;
  color: #38a00c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #38a00c !important;
  background-color: transparent!important;
  border-color: #38a00c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #38a00c !important;
  border-color: #38a00c !important;
}
.btn-danger-outline:hover {
  background-color: #d29e15 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-danger-outline:hover span {
  color: #ffffff !important;
}
.btn-danger-outline span {
  background: #38a00c;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.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: #232323 !important;
  background-color: transparent!important;
  border-color: #232323 !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-black-outline:hover {
  background-color: #d29e15 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-black-outline:hover span {
  color: #ffffff !important;
}
.btn-black-outline span {
  background: #232323;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.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: #fafafa !important;
  background-color: transparent!important;
  border-color: #fafafa !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:hover {
  background-color: #d29e15 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-white-outline:hover span {
  color: #000000 !important;
}
.btn-white-outline span {
  background: #fafafa;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-white:hover {
  background: #d29e15 !important;
}
.btn-white:hover span {
  color: #d29e15 !important;
}
.text-primary {
  color: #d29e15 !important;
}
.text-secondary {
  color: #187c04 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #38a00c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #75580c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #051901 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !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: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #174105 !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;
}
.nav-tabs .nav-link.active {
  color: #d29e15;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #38a00c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d29e15;
  border-color: #d29e15;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d29e15;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8e7bb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #71f03b;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #d29e15 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d29e15;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #d29e15;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d29e15;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d29e15;
  border-bottom-color: #d29e15;
}
.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: #d29e15 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #187c04 !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='%23d29e15' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uF2T44rAvd .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uF2T44rAvd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uF2T44rAvd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF2T44rAvd .menu_box .navbar.opened,
  .cid-uF2T44rAvd .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF2T44rAvd .navbar-dropdown {
  position: relative !important;
}
.cid-uF2T44rAvd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF2T44rAvd .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF2T44rAvd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF2T44rAvd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF2T44rAvd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF2T44rAvd .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uF2T44rAvd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF2T44rAvd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF2T44rAvd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF2T44rAvd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF2T44rAvd .offcanvas-body .mbr-text,
  .cid-uF2T44rAvd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uF2T44rAvd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uF2T44rAvd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF2T44rAvd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF2T44rAvd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF2T44rAvd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF2T44rAvd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF2T44rAvd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF2T44rAvd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF2T44rAvd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF2T44rAvd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF2T44rAvd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF2T44rAvd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF2T44rAvd .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF2T44rAvd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF2T44rAvd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF2T44rAvd .nav-item {
    margin: 0 !important;
  }
}
.cid-uF2T44rAvd .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uF2T44rAvd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uF2T44rAvd .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uF2T44rAvd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF2T44rAvd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF2T44rAvd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF2T44rAvd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF2T44rAvd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF2T44rAvd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF2T44rAvd .offcanvas_box {
    display: none;
  }
}
.cid-uF2T44rAvd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF2T44rAvd .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF2T44rAvd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF2T44rAvd .container {
  display: flex;
  margin: auto;
}
.cid-uF2T44rAvd .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF2T44rAvd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF2T44rAvd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF2T44rAvd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF2T44rAvd .navbar-nav {
    margin: 0;
  }
}
.cid-uF2T44rAvd .dropdown-menu,
.cid-uF2T44rAvd .navbar.opened {
  background-color: false !important;
}
.cid-uF2T44rAvd .nav-item:focus,
.cid-uF2T44rAvd .nav-link:focus {
  outline: none;
}
.cid-uF2T44rAvd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF2T44rAvd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF2T44rAvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF2T44rAvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF2T44rAvd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF2T44rAvd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF2T44rAvd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF2T44rAvd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF2T44rAvd .navbar.opened {
  transition: all 0.3s;
}
.cid-uF2T44rAvd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF2T44rAvd .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uF2T44rAvd .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF2T44rAvd .navbar.collapsed {
  justify-content: center;
}
.cid-uF2T44rAvd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF2T44rAvd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF2T44rAvd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF2T44rAvd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF2T44rAvd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF2T44rAvd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF2T44rAvd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF2T44rAvd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF2T44rAvd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF2T44rAvd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF2T44rAvd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF2T44rAvd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF2T44rAvd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF2T44rAvd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF2T44rAvd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF2T44rAvd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF2T44rAvd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF2T44rAvd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF2T44rAvd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF2T44rAvd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF2T44rAvd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF2T44rAvd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF2T44rAvd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF2T44rAvd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF2T44rAvd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF2T44rAvd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uF2T44rAvd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF2T44rAvd .dropdown-item.active,
.cid-uF2T44rAvd .dropdown-item:active {
  background-color: transparent;
}
.cid-uF2T44rAvd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF2T44rAvd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF2T44rAvd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF2T44rAvd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF2T44rAvd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF2T44rAvd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF2T44rAvd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #d29e15;
}
.cid-uF2T44rAvd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF2T44rAvd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF2T44rAvd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF2T44rAvd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF2T44rAvd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF2T44rAvd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF2T44rAvd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF2T44rAvd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF2T44rAvd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF2T44rAvd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF2T44rAvd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF2T44rAvd .navbar {
    height: 70px;
  }
  .cid-uF2T44rAvd .navbar.opened {
    height: auto;
  }
  .cid-uF2T44rAvd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF2T44rAvd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uF2T44rAvd .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uF2T44rAvd .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uF2T44rAvd .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF2T44rAvd .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF2T44rAvd .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF2T44rAvd .navbar-caption:hover {
  color: #187c04;
}
@media (min-width: 992px) {
  .cid-uF2T44rAvd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF2T44rAvd .text_widget {
  margin-bottom: 32px;
}
.cid-uF2T44rAvd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF2T44rAvd .text_widget a:hover {
  opacity: .5;
}
.cid-uF2T44rAvd .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF2T44rAvd .navbar-caption {
  color: #000000;
}
.cid-uF2T44rAvd .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uF2T44rAvd .mbr-section-subtitle,
.cid-uF2T44rAvd .text_widget,
.cid-uF2T44rAvd .mbr-section-btn {
  text-align: left;
}
.cid-uF2T44rAvd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-sHbZrYhf4x {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sHbZrYhf4x .row-bg {
  background: #000000;
  padding: 2rem 1rem;
  margin: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sHbZrYhf4x .row-bg {
    padding: 1rem 0;
  }
}
.cid-sHbZrYhf4x .item-content {
  padding: 1.5rem;
}
.cid-sHbZrYhf4x .item-title {
  border-bottom: 1px solid currentColor;
  color: #121212;
  padding-bottom: 1rem;
}
.cid-sHbZrYhf4x .mbr-flex {
  justify-content: center;
}
.cid-sHbZrYhf4x .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-sHbZrYhf4x img,
.cid-sHbZrYhf4x .item-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.cid-sHbZrYhf4x .item:focus,
.cid-sHbZrYhf4x span:focus {
  outline: none;
}
.cid-sHbZrYhf4x .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sHbZrYhf4x .item-wrapper {
  position: relative;
  background: #353535;
  border-radius: 1rem;
  padding: 0rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-sHbZrYhf4x .item-wrapper {
    padding: 0rem;
  }
}
.cid-sHbZrYhf4x .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-sHbZrYhf4x .mbr-section-title {
  color: #d29e15;
  text-align: center;
}
.cid-sHbZrYhf4x .item-subtitle {
  color: #d29e15;
  text-align: center;
}
.cid-uF3hkAFE23 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uF3hkAFE23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3hkAFE23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3hkAFE23 .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-uF3hkAFE23 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uF3hkAFE23 .container {
    padding: 0 26px;
  }
}
.cid-uF3hkAFE23 .row {
  justify-content: center;
}
.cid-uF3hkAFE23 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uF3hkAFE23 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF3hkAFE23 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uF3hkAFE23 .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF3hkAFE23 .item {
    padding: 0 12px;
  }
}
.cid-uF3hkAFE23 .item .item-wrapper .item-img img {
  height: 380px;
  object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF3hkAFE23 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uF3hkAFE23 .item .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-uF3hkAFE23 .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 16px;
}
.cid-uF3hkAFE23 .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-uF3hkAFE23 .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-uF3hkAFE23 .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uF3hkAFE23 .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uF3hkAFE23 .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uF3hkAFE23 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uF3hkAFE23 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uF3hkAFE23 .item-name {
  color: #ffffff;
}
.cid-uF3hkAFE23 .mbr-role {
  color: #cacaca;
}
.cid-sHc09kNoJE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #1e1e1e;
}
.cid-sHc09kNoJE .google-map {
  height: 35rem;
  position: relative;
}
.cid-sHc09kNoJE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sHc09kNoJE .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sHc09kNoJE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sHc09kNoJE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sHc09kNoJE .mbr-section-title {
  color: #d29e15;
}
.cid-sHc09kNoJE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFaKGxGeaa {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFaKGxGeaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaKGxGeaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFaKGxGeaa .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFaKGxGeaa .row {
  background: #000000;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uFaKGxGeaa .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uFaKGxGeaa img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uFaKGxGeaa img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFaKGxGeaa .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFaKGxGeaa .mbr-text,
.cid-uFaKGxGeaa .mbr-section-btn {
  color: #cea70b;
}
.cid-uFaKGxGeaa .mbr-section-title {
  color: #ffffff;
}
.cid-uF385RcVgw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF385RcVgw .mbr-text {
  color: #e3ebf3;
}
.cid-uF385RcVgw .media-container-row .mbr-text {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

.container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .container {
  padding: 0 2rem!important;
}
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left, .align-right {
      text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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


button:focus {
  box-shadow: none!important;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}
.dropdown-item + .dropdown-menu {
  display: none;
}
.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

.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: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media(max-width:992px) {
  .md-pb {
      margin-bottom: 2rem;
  }
  }

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

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}.cid-uF3kg3oklR .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uF3kg3oklR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uF3kg3oklR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF3kg3oklR .menu_box .navbar.opened,
  .cid-uF3kg3oklR .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF3kg3oklR .navbar-dropdown {
  position: relative !important;
}
.cid-uF3kg3oklR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF3kg3oklR .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF3kg3oklR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF3kg3oklR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF3kg3oklR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF3kg3oklR .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uF3kg3oklR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF3kg3oklR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF3kg3oklR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF3kg3oklR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF3kg3oklR .offcanvas-body .mbr-text,
  .cid-uF3kg3oklR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uF3kg3oklR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uF3kg3oklR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF3kg3oklR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF3kg3oklR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF3kg3oklR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF3kg3oklR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF3kg3oklR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF3kg3oklR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF3kg3oklR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF3kg3oklR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF3kg3oklR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF3kg3oklR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF3kg3oklR .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF3kg3oklR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF3kg3oklR .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF3kg3oklR .nav-item {
    margin: 0 !important;
  }
}
.cid-uF3kg3oklR .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uF3kg3oklR .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uF3kg3oklR .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uF3kg3oklR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF3kg3oklR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF3kg3oklR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF3kg3oklR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF3kg3oklR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF3kg3oklR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF3kg3oklR .offcanvas_box {
    display: none;
  }
}
.cid-uF3kg3oklR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF3kg3oklR .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF3kg3oklR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF3kg3oklR .container {
  display: flex;
  margin: auto;
}
.cid-uF3kg3oklR .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF3kg3oklR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF3kg3oklR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF3kg3oklR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF3kg3oklR .navbar-nav {
    margin: 0;
  }
}
.cid-uF3kg3oklR .dropdown-menu,
.cid-uF3kg3oklR .navbar.opened {
  background-color: false !important;
}
.cid-uF3kg3oklR .nav-item:focus,
.cid-uF3kg3oklR .nav-link:focus {
  outline: none;
}
.cid-uF3kg3oklR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF3kg3oklR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF3kg3oklR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF3kg3oklR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF3kg3oklR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3kg3oklR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3kg3oklR .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF3kg3oklR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF3kg3oklR .navbar.opened {
  transition: all 0.3s;
}
.cid-uF3kg3oklR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF3kg3oklR .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uF3kg3oklR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF3kg3oklR .navbar.collapsed {
  justify-content: center;
}
.cid-uF3kg3oklR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3kg3oklR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF3kg3oklR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3kg3oklR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3kg3oklR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3kg3oklR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF3kg3oklR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF3kg3oklR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF3kg3oklR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF3kg3oklR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3kg3oklR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3kg3oklR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF3kg3oklR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3kg3oklR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF3kg3oklR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF3kg3oklR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF3kg3oklR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF3kg3oklR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF3kg3oklR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF3kg3oklR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF3kg3oklR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF3kg3oklR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF3kg3oklR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF3kg3oklR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF3kg3oklR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3kg3oklR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uF3kg3oklR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3kg3oklR .dropdown-item.active,
.cid-uF3kg3oklR .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3kg3oklR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3kg3oklR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3kg3oklR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3kg3oklR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3kg3oklR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF3kg3oklR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF3kg3oklR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #d29e15;
}
.cid-uF3kg3oklR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF3kg3oklR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF3kg3oklR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3kg3oklR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3kg3oklR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF3kg3oklR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3kg3oklR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF3kg3oklR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF3kg3oklR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3kg3oklR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF3kg3oklR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3kg3oklR .navbar {
    height: 70px;
  }
  .cid-uF3kg3oklR .navbar.opened {
    height: auto;
  }
  .cid-uF3kg3oklR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3kg3oklR .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uF3kg3oklR .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uF3kg3oklR .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uF3kg3oklR .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF3kg3oklR .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF3kg3oklR .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF3kg3oklR .navbar-caption:hover {
  color: #187c04;
}
@media (min-width: 992px) {
  .cid-uF3kg3oklR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF3kg3oklR .text_widget {
  margin-bottom: 32px;
}
.cid-uF3kg3oklR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF3kg3oklR .text_widget a:hover {
  opacity: .5;
}
.cid-uF3kg3oklR .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF3kg3oklR .navbar-caption {
  color: #000000;
}
.cid-uF3kg3oklR .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uF3kg3oklR .mbr-section-subtitle,
.cid-uF3kg3oklR .text_widget,
.cid-uF3kg3oklR .mbr-section-btn {
  text-align: left;
}
.cid-uF3kg3oklR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF3kCNBv8m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uF3kCNBv8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3kCNBv8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3kCNBv8m .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uF3kCNBv8m .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uF3kCNBv8m .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uF3kCNBv8m .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uF3kCNBv8m .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF3kCNBv8m .image-wrapper img {
    height: 300px;
  }
}
.cid-uF3kCNBv8m .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uF3kCNBv8m .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uF3kCNBv8m .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uF3kCNBv8m .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uF3kCNBv8m .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF3kCNBv8m .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-uF3kCNBv8m .cards-wrapper {
    margin: 0;
  }
}
.cid-uF3kCNBv8m .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uF3kCNBv8m .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-uF3kCNBv8m .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-uF3kCNBv8m .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uF3kCNBv8m .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-uF3kCNBv8m .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-uF3kCNBv8m .mbr-section-title {
  color: #ffffff;
}
.cid-uF3kCNBv8m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF3kCNBv8m .mbr-text {
  color: #cacaca;
}
.cid-uF3kCNBv8m .mbr-card-title {
  color: #ffffff;
}
.cid-uF3lqPUWME {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uF3lqPUWME .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3lqPUWME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3lqPUWME .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uF3lqPUWME .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uF3lqPUWME .container {
    padding: 0 26px;
  }
}
.cid-uF3lqPUWME .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uF3lqPUWME .card {
    margin-bottom: 40px;
  }
  .cid-uF3lqPUWME .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uF3lqPUWME .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.cid-uF3lqPUWME .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uF3lqPUWME .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uF3lqPUWME .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uF3lqPUWME .image-wrapper a {
  display: block;
  position: relative;
}
.cid-uF3lqPUWME .image-wrapper a:hover::before {
  opacity: .65;
}
.cid-uF3lqPUWME .image-wrapper a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-uF3lqPUWME .image-wrapper a img {
  position: relative;
  height: 450px;
  object-fit: cover;
  border: 1px solid #ffffff;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uF3lqPUWME .image-wrapper a img {
    height: 300px;
  }
}
.cid-uF3lqPUWME .mbr-section-title {
  color: #ffffff;
}
.cid-uF3lqPUWME .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF3lqPUWME .mbr-text {
  color: #cacaca;
}
.cid-uF3mQznk3R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080808;
}
.cid-uF3mQznk3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3mQznk3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3mQznk3R .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uF3mQznk3R .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uF3mQznk3R .container {
    padding: 0 26px;
  }
}
.cid-uF3mQznk3R .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF3mQznk3R .image-wrapper img {
    height: 300px;
  }
}
.cid-uF3mQznk3R .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-uF3mQznk3R .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-uF3mQznk3R .title-wrapper {
    padding: 0 26px;
  }
}
.cid-uF3mQznk3R .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uF3mQznk3R .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uF3mQznk3R .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF3mQznk3R .mbr-section-title {
  color: #ffffff;
}
.cid-uF3mQznk3R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF3mQznk3R .mbr-text {
  color: #cacaca;
}
.cid-uFaKWgU0WG {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFaKWgU0WG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaKWgU0WG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFaKWgU0WG .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFaKWgU0WG .row {
  background: #000000;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uFaKWgU0WG .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uFaKWgU0WG img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uFaKWgU0WG img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFaKWgU0WG .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFaKWgU0WG .mbr-text,
.cid-uFaKWgU0WG .mbr-section-btn {
  color: #cea70b;
}
.cid-uFaKWgU0WG .mbr-section-title {
  color: #ffffff;
}
.cid-uF3kg5WEXB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF3kg5WEXB .mbr-text {
  color: #e3ebf3;
}
.cid-uF3kg5WEXB .media-container-row .mbr-text {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

.container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .container {
  padding: 0 2rem!important;
}
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left, .align-right {
      text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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


button:focus {
  box-shadow: none!important;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}
.dropdown-item + .dropdown-menu {
  display: none;
}
.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

.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: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media(max-width:992px) {
  .md-pb {
      margin-bottom: 2rem;
  }
  }

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

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}.cid-uF3oNy7iLq .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uF3oNy7iLq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uF3oNy7iLq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF3oNy7iLq .menu_box .navbar.opened,
  .cid-uF3oNy7iLq .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF3oNy7iLq .navbar-dropdown {
  position: relative !important;
}
.cid-uF3oNy7iLq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF3oNy7iLq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF3oNy7iLq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF3oNy7iLq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF3oNy7iLq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF3oNy7iLq .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uF3oNy7iLq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF3oNy7iLq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF3oNy7iLq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF3oNy7iLq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF3oNy7iLq .offcanvas-body .mbr-text,
  .cid-uF3oNy7iLq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uF3oNy7iLq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uF3oNy7iLq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF3oNy7iLq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF3oNy7iLq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF3oNy7iLq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF3oNy7iLq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF3oNy7iLq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF3oNy7iLq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF3oNy7iLq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF3oNy7iLq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF3oNy7iLq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF3oNy7iLq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF3oNy7iLq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF3oNy7iLq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF3oNy7iLq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF3oNy7iLq .nav-item {
    margin: 0 !important;
  }
}
.cid-uF3oNy7iLq .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uF3oNy7iLq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uF3oNy7iLq .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uF3oNy7iLq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF3oNy7iLq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF3oNy7iLq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF3oNy7iLq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF3oNy7iLq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF3oNy7iLq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF3oNy7iLq .offcanvas_box {
    display: none;
  }
}
.cid-uF3oNy7iLq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF3oNy7iLq .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF3oNy7iLq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF3oNy7iLq .container {
  display: flex;
  margin: auto;
}
.cid-uF3oNy7iLq .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF3oNy7iLq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF3oNy7iLq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF3oNy7iLq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF3oNy7iLq .navbar-nav {
    margin: 0;
  }
}
.cid-uF3oNy7iLq .dropdown-menu,
.cid-uF3oNy7iLq .navbar.opened {
  background-color: false !important;
}
.cid-uF3oNy7iLq .nav-item:focus,
.cid-uF3oNy7iLq .nav-link:focus {
  outline: none;
}
.cid-uF3oNy7iLq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF3oNy7iLq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF3oNy7iLq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF3oNy7iLq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF3oNy7iLq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3oNy7iLq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3oNy7iLq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF3oNy7iLq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF3oNy7iLq .navbar.opened {
  transition: all 0.3s;
}
.cid-uF3oNy7iLq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF3oNy7iLq .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uF3oNy7iLq .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF3oNy7iLq .navbar.collapsed {
  justify-content: center;
}
.cid-uF3oNy7iLq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3oNy7iLq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF3oNy7iLq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3oNy7iLq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3oNy7iLq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3oNy7iLq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF3oNy7iLq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF3oNy7iLq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF3oNy7iLq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF3oNy7iLq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3oNy7iLq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3oNy7iLq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF3oNy7iLq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3oNy7iLq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF3oNy7iLq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF3oNy7iLq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF3oNy7iLq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF3oNy7iLq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF3oNy7iLq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF3oNy7iLq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF3oNy7iLq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF3oNy7iLq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF3oNy7iLq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF3oNy7iLq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF3oNy7iLq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3oNy7iLq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uF3oNy7iLq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3oNy7iLq .dropdown-item.active,
.cid-uF3oNy7iLq .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3oNy7iLq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3oNy7iLq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3oNy7iLq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3oNy7iLq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3oNy7iLq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF3oNy7iLq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF3oNy7iLq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #d29e15;
}
.cid-uF3oNy7iLq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF3oNy7iLq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF3oNy7iLq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3oNy7iLq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3oNy7iLq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF3oNy7iLq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3oNy7iLq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF3oNy7iLq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF3oNy7iLq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3oNy7iLq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF3oNy7iLq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3oNy7iLq .navbar {
    height: 70px;
  }
  .cid-uF3oNy7iLq .navbar.opened {
    height: auto;
  }
  .cid-uF3oNy7iLq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3oNy7iLq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uF3oNy7iLq .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uF3oNy7iLq .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uF3oNy7iLq .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF3oNy7iLq .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF3oNy7iLq .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF3oNy7iLq .navbar-caption:hover {
  color: #187c04;
}
@media (min-width: 992px) {
  .cid-uF3oNy7iLq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF3oNy7iLq .text_widget {
  margin-bottom: 32px;
}
.cid-uF3oNy7iLq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF3oNy7iLq .text_widget a:hover {
  opacity: .5;
}
.cid-uF3oNy7iLq .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF3oNy7iLq .navbar-caption {
  color: #000000;
}
.cid-uF3oNy7iLq .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uF3oNy7iLq .mbr-section-subtitle,
.cid-uF3oNy7iLq .text_widget,
.cid-uF3oNy7iLq .mbr-section-btn {
  text-align: left;
}
.cid-uF3oNy7iLq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF3pehR3ut {
  background-image: url("../../../assets/images/conoce-984x472.jpg");
}
.cid-uF3pehR3ut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3pehR3ut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3pehR3ut .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uF3pehR3ut .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uF3pehR3ut .container {
    padding: 0 26px;
  }
}
.cid-uF3pehR3ut .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF3pehR3ut .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uF3pehR3ut .mbr-section-title {
  color: #ffffff;
}
.cid-uF3pehR3ut .mbr-section-title,
.cid-uF3pehR3ut .mbr-section-btn {
  text-align: center;
}
.cid-uF3xbpNAHb {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uF3xbpNAHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3xbpNAHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 575px) {
  .cid-uF3xbpNAHb .row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uF3xbpNAHb .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uF3xbpNAHb .mbr-section-title {
  color: #d29e15;
}
.cid-uF3xbpNAHb .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uF3xbpNAHb .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uF3xbpNAHb .card-row {
  align-items: stretch;
}
.cid-uF3xbpNAHb .card {
  margin-top: 30px;
}
.cid-uF3xbpNAHb .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-uF3xbpNAHb .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uF3xbpNAHb .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #d29e15, #a0780d);
  opacity: 0;
  transition: .5s all;
}
.cid-uF3xbpNAHb .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uF3xbpNAHb .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-uF3xbpNAHb .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-uF3xbpNAHb .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #16181c;
}
.cid-uF3xbpNAHb .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uF3xbpNAHb .card-title a {
  transition: 0.4s all;
}
.cid-uF3xbpNAHb .card-title a:hover {
  color: #d29e15 !important;
}
.cid-uFaTsihiMl {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFaTsihiMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaTsihiMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFaTsihiMl .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFaTsihiMl .row {
  background: #000000;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uFaTsihiMl .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uFaTsihiMl img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uFaTsihiMl img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFaTsihiMl .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFaTsihiMl .mbr-text,
.cid-uFaTsihiMl .mbr-section-btn {
  color: #cea70b;
}
.cid-uFaTsihiMl .mbr-section-title {
  color: #ffffff;
}
.cid-uF3oNz8k5m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF3oNz8k5m .mbr-text {
  color: #e3ebf3;
}
.cid-uF3oNz8k5m .media-container-row .mbr-text {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

.container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .container {
  padding: 0 2rem!important;
}
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left, .align-right {
      text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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


button:focus {
  box-shadow: none!important;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}
.dropdown-item + .dropdown-menu {
  display: none;
}
.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

.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: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media(max-width:992px) {
  .md-pb {
      margin-bottom: 2rem;
  }
  }

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

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}.cid-uF3DOQvRl7 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uF3DOQvRl7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uF3DOQvRl7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF3DOQvRl7 .menu_box .navbar.opened,
  .cid-uF3DOQvRl7 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF3DOQvRl7 .navbar-dropdown {
  position: relative !important;
}
.cid-uF3DOQvRl7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF3DOQvRl7 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF3DOQvRl7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF3DOQvRl7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF3DOQvRl7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF3DOQvRl7 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uF3DOQvRl7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF3DOQvRl7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF3DOQvRl7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF3DOQvRl7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF3DOQvRl7 .offcanvas-body .mbr-text,
  .cid-uF3DOQvRl7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uF3DOQvRl7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uF3DOQvRl7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF3DOQvRl7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF3DOQvRl7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF3DOQvRl7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF3DOQvRl7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF3DOQvRl7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF3DOQvRl7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF3DOQvRl7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF3DOQvRl7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF3DOQvRl7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF3DOQvRl7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF3DOQvRl7 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF3DOQvRl7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF3DOQvRl7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF3DOQvRl7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uF3DOQvRl7 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uF3DOQvRl7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uF3DOQvRl7 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uF3DOQvRl7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF3DOQvRl7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF3DOQvRl7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF3DOQvRl7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF3DOQvRl7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF3DOQvRl7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF3DOQvRl7 .offcanvas_box {
    display: none;
  }
}
.cid-uF3DOQvRl7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF3DOQvRl7 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF3DOQvRl7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF3DOQvRl7 .container {
  display: flex;
  margin: auto;
}
.cid-uF3DOQvRl7 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF3DOQvRl7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF3DOQvRl7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF3DOQvRl7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF3DOQvRl7 .navbar-nav {
    margin: 0;
  }
}
.cid-uF3DOQvRl7 .dropdown-menu,
.cid-uF3DOQvRl7 .navbar.opened {
  background-color: false !important;
}
.cid-uF3DOQvRl7 .nav-item:focus,
.cid-uF3DOQvRl7 .nav-link:focus {
  outline: none;
}
.cid-uF3DOQvRl7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF3DOQvRl7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF3DOQvRl7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF3DOQvRl7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF3DOQvRl7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3DOQvRl7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3DOQvRl7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF3DOQvRl7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF3DOQvRl7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uF3DOQvRl7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF3DOQvRl7 .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uF3DOQvRl7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF3DOQvRl7 .navbar.collapsed {
  justify-content: center;
}
.cid-uF3DOQvRl7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3DOQvRl7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF3DOQvRl7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3DOQvRl7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3DOQvRl7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3DOQvRl7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF3DOQvRl7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF3DOQvRl7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF3DOQvRl7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF3DOQvRl7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3DOQvRl7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3DOQvRl7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF3DOQvRl7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3DOQvRl7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF3DOQvRl7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF3DOQvRl7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF3DOQvRl7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF3DOQvRl7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF3DOQvRl7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF3DOQvRl7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF3DOQvRl7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF3DOQvRl7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF3DOQvRl7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF3DOQvRl7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF3DOQvRl7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3DOQvRl7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uF3DOQvRl7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3DOQvRl7 .dropdown-item.active,
.cid-uF3DOQvRl7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3DOQvRl7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3DOQvRl7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3DOQvRl7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3DOQvRl7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3DOQvRl7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF3DOQvRl7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF3DOQvRl7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #d29e15;
}
.cid-uF3DOQvRl7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF3DOQvRl7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF3DOQvRl7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3DOQvRl7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3DOQvRl7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF3DOQvRl7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3DOQvRl7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF3DOQvRl7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF3DOQvRl7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3DOQvRl7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF3DOQvRl7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3DOQvRl7 .navbar {
    height: 70px;
  }
  .cid-uF3DOQvRl7 .navbar.opened {
    height: auto;
  }
  .cid-uF3DOQvRl7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3DOQvRl7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uF3DOQvRl7 .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uF3DOQvRl7 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uF3DOQvRl7 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF3DOQvRl7 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF3DOQvRl7 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF3DOQvRl7 .navbar-caption:hover {
  color: #187c04;
}
@media (min-width: 992px) {
  .cid-uF3DOQvRl7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF3DOQvRl7 .text_widget {
  margin-bottom: 32px;
}
.cid-uF3DOQvRl7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF3DOQvRl7 .text_widget a:hover {
  opacity: .5;
}
.cid-uF3DOQvRl7 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF3DOQvRl7 .navbar-caption {
  color: #000000;
}
.cid-uF3DOQvRl7 .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uF3DOQvRl7 .mbr-section-subtitle,
.cid-uF3DOQvRl7 .text_widget,
.cid-uF3DOQvRl7 .mbr-section-btn {
  text-align: left;
}
.cid-uF3DOQvRl7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF3E7Pdj5Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uF3E7Pdj5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3E7Pdj5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3E7Pdj5Z .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uF3E7Pdj5Z .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uF3E7Pdj5Z .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uF3E7Pdj5Z .col-img {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uF3E7Pdj5Z .col-img {
    order: 1;
  }
}
.cid-uF3E7Pdj5Z .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uF3E7Pdj5Z .col-text {
    order: 2;
  }
}
.cid-uF3E7Pdj5Z .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF3E7Pdj5Z .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uF3E7Pdj5Z .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uF3E7Pdj5Z .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 22px;
}
.cid-uF3E7Pdj5Z .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uF3E7Pdj5Z .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uF3E7Pdj5Z .mbr-text {
    padding-right: 0;
  }
}
.cid-uF3E7Pdj5Z .mbr-section-btn {
  margin-top: 20px;
}
.cid-uF3E7Pdj5Z .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uF3E7Pdj5Z .social-container {
    padding-top: 40px;
  }
}
.cid-uF3E7Pdj5Z .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uF3E7Pdj5Z .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uF3E7Pdj5Z .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uF3E7Pdj5Z .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uF3E7Pdj5Z .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uF3E7Pdj5Z .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uF3E7Pdj5Z .soc-item:hover:before {
  opacity: 1;
}
.cid-uF3E7Pdj5Z .carousel-wrapper {
  width: 100%;
}
.cid-uF3E7Pdj5Z .carousel-wrapper:hover .carousel-control {
  opacity: 1;
}
.cid-uF3E7Pdj5Z .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-uF3E7Pdj5Z .carousel-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-uF3E7Pdj5Z .carousel-item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.cid-uF3E7Pdj5Z .carousel-item-wrapper img {
  width: 100%;
  aspect-ratio: 0.86956522;
  object-fit: cover;
}
.cid-uF3E7Pdj5Z .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  border: none;
  transition: all 0.4s;
  opacity: 0;
  color: #C4CFDE;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-uF3E7Pdj5Z .carousel-control {
    width: 52px;
    height: 52px;
    opacity: 1 !important;
  }
}
.cid-uF3E7Pdj5Z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-uF3E7Pdj5Z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-uF3E7Pdj5Z .carousel-control:hover {
  color: #FFFFFF !important;
  opacity: 1;
}
.cid-uF3E7Pdj5Z .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uF3E7Pdj5Z .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uF3E7Pdj5Z .container .carousel-indicators {
  margin-bottom: 3px;
  display: none !important;
}
.cid-uF3E7Pdj5Z .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uF4DtIjAxu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uF4DtIjAxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4DtIjAxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4DtIjAxu a {
  font-weight: bold;
}
.cid-uF4DtIjAxu .container-fluid {
  padding: 0;
}
.cid-uF4DtIjAxu img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uF4DtIjAxu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF4DtIjAxu .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uF4DtIjAxu .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uF4DtIjAxu .text-wrapper {
    padding: 1rem;
  }
}
.cid-uF4DtIjAxu .mbr-text,
.cid-uF4DtIjAxu .mbr-section-btn {
  color: #ffffff;
}
.cid-uF4DtIjAxu .mbr-section-title {
  color: #ffffff;
}
.cid-uF4Fq8lM7z {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-uF4Fq8lM7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4Fq8lM7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4Fq8lM7z .google-map {
  height: 35rem;
  position: relative;
}
.cid-uF4Fq8lM7z .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uF4Fq8lM7z .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF4Fq8lM7z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF4Fq8lM7z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF4Fq8lM7z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4Fq8lM7z .mbr-section-title {
  color: #ffffff;
}
.cid-uF4A45dLxk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-uF4A45dLxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4A45dLxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4A45dLxk .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uF4A45dLxk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uF4A45dLxk .container {
    padding: 0 26px;
  }
}
.cid-uF4A45dLxk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-uF4A45dLxk .embla__slide {
    min-width: 85%;
    max-width: 85%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uF4A45dLxk .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uF4A45dLxk .embla__slide a .card-wrap .item-wrapper .image-wrap {
  position: relative;
  min-height: 505px;
  display: flex;
  align-items: flex-end;
}
.cid-uF4A45dLxk .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uF4A45dLxk .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
  width: 65%;
  padding: 40px 70px;
  border: 1px solid #ffffff;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uF4A45dLxk .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
    padding: 35px 25px;
  }
}
.cid-uF4A45dLxk .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-title {
  margin-bottom: 0;
}
.cid-uF4A45dLxk .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-text {
  margin: 15px 0 0 0;
}
.cid-uF4A45dLxk .embla__button--next,
.cid-uF4A45dLxk .embla__button--prev {
  display: flex;
}
.cid-uF4A45dLxk .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uF4A45dLxk .embla__button {
    display: none;
  }
}
.cid-uF4A45dLxk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uF4A45dLxk .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uF4A45dLxk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-uF4A45dLxk .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-uF4A45dLxk .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uF4A45dLxk .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-uF4A45dLxk .embla {
  position: relative;
  width: 100%;
}
.cid-uF4A45dLxk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uF4A45dLxk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uF4A45dLxk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uF4A45dLxk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uF4A45dLxk .card-title {
  color: #ffffff;
}
.cid-uF4A45dLxk .card-text {
  color: #cacaca;
}
.cid-uF4vpkg8Bh {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uF4vpkg8Bh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4vpkg8Bh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4vpkg8Bh .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uF4vpkg8Bh .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uF4vpkg8Bh .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uF4vpkg8Bh .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uF4vpkg8Bh .col-img {
    padding-right: 60px !important;
  }
}
.cid-uF4vpkg8Bh .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uF4vpkg8Bh .col-text {
    order: 2;
  }
}
.cid-uF4vpkg8Bh .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF4vpkg8Bh .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uF4vpkg8Bh .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uF4vpkg8Bh .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-uF4vpkg8Bh .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uF4vpkg8Bh .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uF4vpkg8Bh .mbr-text {
    padding-right: 0;
  }
}
.cid-uF4vpkg8Bh .mbr-section-btn {
  margin-top: 20px;
}
.cid-uF4vpkg8Bh .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uF4vpkg8Bh .social-container {
    padding-top: 40px;
  }
}
.cid-uF4vpkg8Bh .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uF4vpkg8Bh .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uF4vpkg8Bh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uF4vpkg8Bh .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uF4vpkg8Bh .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uF4vpkg8Bh .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uF4vpkg8Bh .soc-item:hover:before {
  opacity: 1;
}
.cid-uF4vpkg8Bh .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-uF4vpkg8Bh .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uF4vpkg8Bh .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-uF4UVQtqg0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #23272b;
}
.cid-uF4UVQtqg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4UVQtqg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4UVQtqg0 .google-map {
  height: 35rem;
  position: relative;
}
.cid-uF4UVQtqg0 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uF4UVQtqg0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF4UVQtqg0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF4UVQtqg0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF4UVQtqg0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4UVQtqg0 .mbr-section-title {
  color: #ffffff;
}
.cid-uF4ShyocdB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #262626;
}
.cid-uF4ShyocdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4ShyocdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4ShyocdB .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uF4ShyocdB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uF4ShyocdB .container {
    padding: 0 26px;
  }
}
.cid-uF4ShyocdB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-uF4ShyocdB .embla__slide {
    min-width: 85%;
    max-width: 85%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uF4ShyocdB .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uF4ShyocdB .embla__slide a .card-wrap .item-wrapper .image-wrap {
  position: relative;
  min-height: 505px;
  display: flex;
  align-items: flex-end;
}
.cid-uF4ShyocdB .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uF4ShyocdB .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
  width: 65%;
  padding: 40px 70px;
  border: 1px solid #ffffff;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uF4ShyocdB .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
    padding: 35px 25px;
  }
}
.cid-uF4ShyocdB .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-title {
  margin-bottom: 0;
}
.cid-uF4ShyocdB .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-text {
  margin: 15px 0 0 0;
}
.cid-uF4ShyocdB .embla__button--next,
.cid-uF4ShyocdB .embla__button--prev {
  display: flex;
}
.cid-uF4ShyocdB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uF4ShyocdB .embla__button {
    display: none;
  }
}
.cid-uF4ShyocdB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uF4ShyocdB .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uF4ShyocdB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-uF4ShyocdB .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-uF4ShyocdB .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uF4ShyocdB .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-uF4ShyocdB .embla {
  position: relative;
  width: 100%;
}
.cid-uF4ShyocdB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uF4ShyocdB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uF4ShyocdB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uF4ShyocdB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uF4ShyocdB .card-title {
  color: #ffffff;
}
.cid-uF4ShyocdB .card-text {
  color: #cacaca;
}
.cid-uF4vqTieuY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uF4vqTieuY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4vqTieuY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4vqTieuY .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uF4vqTieuY .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uF4vqTieuY .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uF4vqTieuY .col-img {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uF4vqTieuY .col-img {
    order: 1;
  }
}
.cid-uF4vqTieuY .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uF4vqTieuY .col-text {
    order: 2;
  }
}
.cid-uF4vqTieuY .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF4vqTieuY .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uF4vqTieuY .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uF4vqTieuY .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-uF4vqTieuY .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uF4vqTieuY .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uF4vqTieuY .mbr-text {
    padding-right: 0;
  }
}
.cid-uF4vqTieuY .mbr-section-btn {
  margin-top: 20px;
}
.cid-uF4vqTieuY .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uF4vqTieuY .social-container {
    padding-top: 40px;
  }
}
.cid-uF4vqTieuY .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uF4vqTieuY .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uF4vqTieuY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uF4vqTieuY .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uF4vqTieuY .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uF4vqTieuY .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uF4vqTieuY .soc-item:hover:before {
  opacity: 1;
}
.cid-uF4vqTieuY .carousel-wrapper {
  width: 100%;
}
.cid-uF4vqTieuY .carousel-wrapper:hover .carousel-control {
  opacity: 1;
}
.cid-uF4vqTieuY .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-uF4vqTieuY .carousel-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-uF4vqTieuY .carousel-item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.cid-uF4vqTieuY .carousel-item-wrapper img {
  width: 100%;
  aspect-ratio: 0.86956522;
  object-fit: cover;
}
.cid-uF4vqTieuY .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  border: none;
  transition: all 0.4s;
  opacity: 0;
  color: #C4CFDE;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-uF4vqTieuY .carousel-control {
    width: 52px;
    height: 52px;
    opacity: 1 !important;
  }
}
.cid-uF4vqTieuY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-uF4vqTieuY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-uF4vqTieuY .carousel-control:hover {
  color: #FFFFFF !important;
  opacity: 1;
}
.cid-uF4vqTieuY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uF4vqTieuY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uF4vqTieuY .container .carousel-indicators {
  margin-bottom: 3px;
  display: none !important;
}
.cid-uF4vqTieuY .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uF4YmoWf4u {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-uF4YmoWf4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4YmoWf4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4YmoWf4u .google-map {
  height: 35rem;
  position: relative;
}
.cid-uF4YmoWf4u .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uF4YmoWf4u .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF4YmoWf4u .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF4YmoWf4u .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF4YmoWf4u .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF4YmoWf4u .mbr-section-title {
  color: #ffffff;
}
.cid-uFaTxiQZkf {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFaTxiQZkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaTxiQZkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFaTxiQZkf .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFaTxiQZkf .row {
  background: #000000;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uFaTxiQZkf .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uFaTxiQZkf img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uFaTxiQZkf img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFaTxiQZkf .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFaTxiQZkf .mbr-text,
.cid-uFaTxiQZkf .mbr-section-btn {
  color: #cea70b;
}
.cid-uFaTxiQZkf .mbr-section-title {
  color: #ffffff;
}
.cid-uF3DORzUS9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF3DORzUS9 .mbr-text {
  color: #e3ebf3;
}
.cid-uF3DORzUS9 .media-container-row .mbr-text {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

.container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .container {
  padding: 0 2rem!important;
}
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left, .align-right {
      text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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


button:focus {
  box-shadow: none!important;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}
.dropdown-item + .dropdown-menu {
  display: none;
}
.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

.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: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media(max-width:992px) {
  .md-pb {
      margin-bottom: 2rem;
  }
  }

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

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}.cid-uF8PL1WjIg .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uF8PL1WjIg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uF8PL1WjIg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF8PL1WjIg .menu_box .navbar.opened,
  .cid-uF8PL1WjIg .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF8PL1WjIg .navbar-dropdown {
  position: relative !important;
}
.cid-uF8PL1WjIg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF8PL1WjIg .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF8PL1WjIg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF8PL1WjIg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF8PL1WjIg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF8PL1WjIg .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uF8PL1WjIg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF8PL1WjIg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF8PL1WjIg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF8PL1WjIg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF8PL1WjIg .offcanvas-body .mbr-text,
  .cid-uF8PL1WjIg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uF8PL1WjIg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uF8PL1WjIg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF8PL1WjIg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF8PL1WjIg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF8PL1WjIg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF8PL1WjIg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF8PL1WjIg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF8PL1WjIg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF8PL1WjIg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF8PL1WjIg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF8PL1WjIg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF8PL1WjIg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF8PL1WjIg .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF8PL1WjIg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF8PL1WjIg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF8PL1WjIg .nav-item {
    margin: 0 !important;
  }
}
.cid-uF8PL1WjIg .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uF8PL1WjIg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uF8PL1WjIg .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uF8PL1WjIg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF8PL1WjIg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF8PL1WjIg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF8PL1WjIg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF8PL1WjIg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF8PL1WjIg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF8PL1WjIg .offcanvas_box {
    display: none;
  }
}
.cid-uF8PL1WjIg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF8PL1WjIg .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF8PL1WjIg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF8PL1WjIg .container {
  display: flex;
  margin: auto;
}
.cid-uF8PL1WjIg .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF8PL1WjIg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF8PL1WjIg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF8PL1WjIg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF8PL1WjIg .navbar-nav {
    margin: 0;
  }
}
.cid-uF8PL1WjIg .dropdown-menu,
.cid-uF8PL1WjIg .navbar.opened {
  background-color: false !important;
}
.cid-uF8PL1WjIg .nav-item:focus,
.cid-uF8PL1WjIg .nav-link:focus {
  outline: none;
}
.cid-uF8PL1WjIg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF8PL1WjIg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF8PL1WjIg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF8PL1WjIg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF8PL1WjIg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF8PL1WjIg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF8PL1WjIg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF8PL1WjIg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF8PL1WjIg .navbar.opened {
  transition: all 0.3s;
}
.cid-uF8PL1WjIg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF8PL1WjIg .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uF8PL1WjIg .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF8PL1WjIg .navbar.collapsed {
  justify-content: center;
}
.cid-uF8PL1WjIg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF8PL1WjIg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF8PL1WjIg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF8PL1WjIg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF8PL1WjIg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF8PL1WjIg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF8PL1WjIg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF8PL1WjIg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF8PL1WjIg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF8PL1WjIg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF8PL1WjIg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF8PL1WjIg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF8PL1WjIg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF8PL1WjIg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF8PL1WjIg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF8PL1WjIg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF8PL1WjIg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF8PL1WjIg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF8PL1WjIg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF8PL1WjIg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF8PL1WjIg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF8PL1WjIg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF8PL1WjIg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF8PL1WjIg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF8PL1WjIg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF8PL1WjIg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uF8PL1WjIg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF8PL1WjIg .dropdown-item.active,
.cid-uF8PL1WjIg .dropdown-item:active {
  background-color: transparent;
}
.cid-uF8PL1WjIg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF8PL1WjIg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF8PL1WjIg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF8PL1WjIg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF8PL1WjIg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF8PL1WjIg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF8PL1WjIg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #d29e15;
}
.cid-uF8PL1WjIg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF8PL1WjIg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF8PL1WjIg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF8PL1WjIg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF8PL1WjIg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF8PL1WjIg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF8PL1WjIg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF8PL1WjIg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF8PL1WjIg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF8PL1WjIg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF8PL1WjIg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF8PL1WjIg .navbar {
    height: 70px;
  }
  .cid-uF8PL1WjIg .navbar.opened {
    height: auto;
  }
  .cid-uF8PL1WjIg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF8PL1WjIg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uF8PL1WjIg .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uF8PL1WjIg .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uF8PL1WjIg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF8PL1WjIg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF8PL1WjIg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF8PL1WjIg .navbar-caption:hover {
  color: #187c04;
}
@media (min-width: 992px) {
  .cid-uF8PL1WjIg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF8PL1WjIg .text_widget {
  margin-bottom: 32px;
}
.cid-uF8PL1WjIg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF8PL1WjIg .text_widget a:hover {
  opacity: .5;
}
.cid-uF8PL1WjIg .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF8PL1WjIg .navbar-caption {
  color: #000000;
}
.cid-uF8PL1WjIg .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uF8PL1WjIg .mbr-section-subtitle,
.cid-uF8PL1WjIg .text_widget,
.cid-uF8PL1WjIg .mbr-section-btn {
  text-align: left;
}
.cid-uF8PL1WjIg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF8PZsSALX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uF8PZsSALX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8PZsSALX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8PZsSALX a {
  font-weight: bold;
}
.cid-uF8PZsSALX .row {
  flex-direction: row-reverse;
}
.cid-uF8PZsSALX .container-fluid {
  padding: 0;
}
.cid-uF8PZsSALX img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uF8PZsSALX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF8PZsSALX .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-uF8PZsSALX .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uF8PZsSALX .text-wrapper {
    padding: 1rem;
  }
}
.cid-uF8PZsSALX .mbr-text,
.cid-uF8PZsSALX .mbr-section-btn {
  color: #ffffff;
}
.cid-uF8PZsSALX .mbr-section-title {
  color: #ffffff;
}
.cid-uF8PL2juaM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uF8PL2juaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8PL2juaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8PL2juaM .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uF8PL2juaM .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uF8PL2juaM .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uF8PL2juaM .col-img {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uF8PL2juaM .col-img {
    order: 1;
  }
}
.cid-uF8PL2juaM .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uF8PL2juaM .col-text {
    order: 2;
  }
}
.cid-uF8PL2juaM .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF8PL2juaM .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uF8PL2juaM .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uF8PL2juaM .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 22px;
}
.cid-uF8PL2juaM .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uF8PL2juaM .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uF8PL2juaM .mbr-text {
    padding-right: 0;
  }
}
.cid-uF8PL2juaM .mbr-section-btn {
  margin-top: 20px;
}
.cid-uF8PL2juaM .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uF8PL2juaM .social-container {
    padding-top: 40px;
  }
}
.cid-uF8PL2juaM .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uF8PL2juaM .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uF8PL2juaM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uF8PL2juaM .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uF8PL2juaM .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uF8PL2juaM .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uF8PL2juaM .soc-item:hover:before {
  opacity: 1;
}
.cid-uF8PL2juaM .carousel-wrapper {
  width: 100%;
}
.cid-uF8PL2juaM .carousel-wrapper:hover .carousel-control {
  opacity: 1;
}
.cid-uF8PL2juaM .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-uF8PL2juaM .carousel-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-uF8PL2juaM .carousel-item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.cid-uF8PL2juaM .carousel-item-wrapper img {
  width: 100%;
  aspect-ratio: 0.86956522;
  object-fit: cover;
}
.cid-uF8PL2juaM .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  border: none;
  transition: all 0.4s;
  opacity: 0;
  color: #C4CFDE;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-uF8PL2juaM .carousel-control {
    width: 52px;
    height: 52px;
    opacity: 1 !important;
  }
}
.cid-uF8PL2juaM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-uF8PL2juaM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-uF8PL2juaM .carousel-control:hover {
  color: #FFFFFF !important;
  opacity: 1;
}
.cid-uF8PL2juaM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uF8PL2juaM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uF8PL2juaM .container .carousel-indicators {
  margin-bottom: 3px;
  display: none !important;
}
.cid-uF8PL2juaM .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uF8T0b5l2y {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uF8T0b5l2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8T0b5l2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8T0b5l2y .row {
  flex-direction: row-reverse;
}
.cid-uF8T0b5l2y .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uF8T0b5l2y .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uF8T0b5l2y .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uF8T0b5l2y .col-img {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uF8T0b5l2y .col-img {
    order: 1;
  }
}
.cid-uF8T0b5l2y .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uF8T0b5l2y .col-text {
    order: 2;
  }
}
.cid-uF8T0b5l2y .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF8T0b5l2y .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uF8T0b5l2y .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uF8T0b5l2y .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 22px;
}
.cid-uF8T0b5l2y .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uF8T0b5l2y .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uF8T0b5l2y .mbr-text {
    padding-right: 0;
  }
}
.cid-uF8T0b5l2y .mbr-section-btn {
  margin-top: 20px;
}
.cid-uF8T0b5l2y .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uF8T0b5l2y .social-container {
    padding-top: 40px;
  }
}
.cid-uF8T0b5l2y .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uF8T0b5l2y .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uF8T0b5l2y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uF8T0b5l2y .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uF8T0b5l2y .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uF8T0b5l2y .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uF8T0b5l2y .soc-item:hover:before {
  opacity: 1;
}
.cid-uF8T0b5l2y .carousel-wrapper {
  width: 100%;
}
.cid-uF8T0b5l2y .carousel-wrapper:hover .carousel-control {
  opacity: 1;
}
.cid-uF8T0b5l2y .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-uF8T0b5l2y .carousel-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-uF8T0b5l2y .carousel-item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.cid-uF8T0b5l2y .carousel-item-wrapper img {
  width: 100%;
  aspect-ratio: 0.86956522;
  object-fit: cover;
}
.cid-uF8T0b5l2y .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  border: none;
  transition: all 0.4s;
  opacity: 0;
  color: #C4CFDE;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-uF8T0b5l2y .carousel-control {
    width: 52px;
    height: 52px;
    opacity: 1 !important;
  }
}
.cid-uF8T0b5l2y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-uF8T0b5l2y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-uF8T0b5l2y .carousel-control:hover {
  color: #FFFFFF !important;
  opacity: 1;
}
.cid-uF8T0b5l2y .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uF8T0b5l2y .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uF8T0b5l2y .container .carousel-indicators {
  margin-bottom: 3px;
  display: none !important;
}
.cid-uF8T0b5l2y .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uF8VQRc7V0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uF8VQRc7V0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8VQRc7V0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8VQRc7V0 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uF8VQRc7V0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uF8VQRc7V0 .container {
    padding: 0 26px;
  }
}
.cid-uF8VQRc7V0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uF8VQRc7V0 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uF8VQRc7V0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF8VQRc7V0 .mbr-section-title {
  color: #ffffff;
}
.cid-uF8VQRc7V0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uF8VQRc7V0 .mbr-text {
  color: #cacaca;
}
.cid-uF91TFvbmp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uF91TFvbmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF91TFvbmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF91TFvbmp .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uF91TFvbmp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uF91TFvbmp .container {
    padding: 0 26px;
  }
}
.cid-uF91TFvbmp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-uF91TFvbmp .embla__slide {
    min-width: 85%;
    max-width: 85%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uF91TFvbmp .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uF91TFvbmp .embla__slide a .card-wrap .item-wrapper .image-wrap {
  position: relative;
  min-height: 505px;
  display: flex;
  align-items: flex-end;
}
.cid-uF91TFvbmp .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uF91TFvbmp .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
  width: 65%;
  padding: 40px 70px;
  border: 1px solid #ffffff;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uF91TFvbmp .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
    padding: 35px 25px;
  }
}
.cid-uF91TFvbmp .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-title {
  margin-bottom: 0;
}
.cid-uF91TFvbmp .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-text {
  margin: 15px 0 0 0;
}
.cid-uF91TFvbmp .embla__button--next,
.cid-uF91TFvbmp .embla__button--prev {
  display: flex;
}
.cid-uF91TFvbmp .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uF91TFvbmp .embla__button {
    display: none;
  }
}
.cid-uF91TFvbmp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uF91TFvbmp .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uF91TFvbmp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-uF91TFvbmp .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-uF91TFvbmp .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uF91TFvbmp .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-uF91TFvbmp .embla {
  position: relative;
  width: 100%;
}
.cid-uF91TFvbmp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uF91TFvbmp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uF91TFvbmp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uF91TFvbmp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uF91TFvbmp .card-title {
  color: #ffffff;
}
.cid-uF91TFvbmp .card-text {
  color: #cacaca;
}
.cid-uFaTBdlq2o {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFaTBdlq2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaTBdlq2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFaTBdlq2o .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFaTBdlq2o .row {
  background: #000000;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uFaTBdlq2o .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uFaTBdlq2o img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uFaTBdlq2o img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFaTBdlq2o .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFaTBdlq2o .mbr-text,
.cid-uFaTBdlq2o .mbr-section-btn {
  color: #cea70b;
}
.cid-uFaTBdlq2o .mbr-section-title {
  color: #ffffff;
}
.cid-uF8PL6bM97 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF8PL6bM97 .mbr-text {
  color: #e3ebf3;
}
.cid-uF8PL6bM97 .media-container-row .mbr-text {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

.container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .container {
  padding: 0 2rem!important;
}
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left, .align-right {
      text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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


button:focus {
  box-shadow: none!important;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}
.dropdown-item + .dropdown-menu {
  display: none;
}
.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

.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: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media(max-width:992px) {
  .md-pb {
      margin-bottom: 2rem;
  }
  }

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

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}.cid-uF9bijijeC .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uF9bijijeC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uF9bijijeC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uF9bijijeC .menu_box .navbar.opened,
  .cid-uF9bijijeC .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uF9bijijeC .navbar-dropdown {
  position: relative !important;
}
.cid-uF9bijijeC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uF9bijijeC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uF9bijijeC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uF9bijijeC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uF9bijijeC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uF9bijijeC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uF9bijijeC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uF9bijijeC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uF9bijijeC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uF9bijijeC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uF9bijijeC .offcanvas-body .mbr-text,
  .cid-uF9bijijeC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uF9bijijeC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uF9bijijeC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uF9bijijeC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uF9bijijeC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uF9bijijeC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uF9bijijeC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uF9bijijeC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uF9bijijeC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uF9bijijeC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9bijijeC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uF9bijijeC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uF9bijijeC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uF9bijijeC .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uF9bijijeC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uF9bijijeC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uF9bijijeC .nav-item {
    margin: 0 !important;
  }
}
.cid-uF9bijijeC .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uF9bijijeC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uF9bijijeC .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uF9bijijeC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uF9bijijeC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uF9bijijeC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uF9bijijeC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uF9bijijeC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uF9bijijeC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uF9bijijeC .offcanvas_box {
    display: none;
  }
}
.cid-uF9bijijeC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uF9bijijeC .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uF9bijijeC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uF9bijijeC .container {
  display: flex;
  margin: auto;
}
.cid-uF9bijijeC .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uF9bijijeC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uF9bijijeC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uF9bijijeC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uF9bijijeC .navbar-nav {
    margin: 0;
  }
}
.cid-uF9bijijeC .dropdown-menu,
.cid-uF9bijijeC .navbar.opened {
  background-color: false !important;
}
.cid-uF9bijijeC .nav-item:focus,
.cid-uF9bijijeC .nav-link:focus {
  outline: none;
}
.cid-uF9bijijeC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF9bijijeC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9bijijeC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF9bijijeC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF9bijijeC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF9bijijeC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF9bijijeC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uF9bijijeC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uF9bijijeC .navbar.opened {
  transition: all 0.3s;
}
.cid-uF9bijijeC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uF9bijijeC .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uF9bijijeC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uF9bijijeC .navbar.collapsed {
  justify-content: center;
}
.cid-uF9bijijeC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF9bijijeC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF9bijijeC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF9bijijeC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF9bijijeC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF9bijijeC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uF9bijijeC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF9bijijeC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uF9bijijeC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uF9bijijeC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF9bijijeC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF9bijijeC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uF9bijijeC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF9bijijeC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uF9bijijeC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF9bijijeC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uF9bijijeC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uF9bijijeC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uF9bijijeC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF9bijijeC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF9bijijeC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uF9bijijeC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF9bijijeC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF9bijijeC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF9bijijeC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF9bijijeC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uF9bijijeC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF9bijijeC .dropdown-item.active,
.cid-uF9bijijeC .dropdown-item:active {
  background-color: transparent;
}
.cid-uF9bijijeC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF9bijijeC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF9bijijeC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF9bijijeC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9bijijeC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uF9bijijeC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF9bijijeC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #d29e15;
}
.cid-uF9bijijeC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF9bijijeC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF9bijijeC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9bijijeC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9bijijeC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF9bijijeC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9bijijeC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF9bijijeC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF9bijijeC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9bijijeC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uF9bijijeC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF9bijijeC .navbar {
    height: 70px;
  }
  .cid-uF9bijijeC .navbar.opened {
    height: auto;
  }
  .cid-uF9bijijeC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF9bijijeC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uF9bijijeC .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uF9bijijeC .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uF9bijijeC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uF9bijijeC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uF9bijijeC .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uF9bijijeC .navbar-caption:hover {
  color: #187c04;
}
@media (min-width: 992px) {
  .cid-uF9bijijeC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uF9bijijeC .text_widget {
  margin-bottom: 32px;
}
.cid-uF9bijijeC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uF9bijijeC .text_widget a:hover {
  opacity: .5;
}
.cid-uF9bijijeC .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uF9bijijeC .navbar-caption {
  color: #000000;
}
.cid-uF9bijijeC .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uF9bijijeC .mbr-section-subtitle,
.cid-uF9bijijeC .text_widget,
.cid-uF9bijijeC .mbr-section-btn {
  text-align: left;
}
.cid-uF9bijijeC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF9bHvbCF6 {
  overflow: hidden;
  background-image: url("../../../assets/images/transporte1-1600x1200.jpg");
}
.cid-uF9bHvbCF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9bHvbCF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9bHvbCF6 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uF9bHvbCF6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uF9bHvbCF6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uF9bHvbCF6 .container {
    padding: 0 20px;
  }
}
.cid-uF9bHvbCF6 .row {
  position: relative;
}
.cid-uF9bHvbCF6 .row img {
  position: absolute;
  object-fit: cover;
}
.cid-uF9bHvbCF6 .row .image_1 {
  height: 380px;
  width: 50%;
  top: -10rem;
  right: 0;
}
@media (max-width: 768px) {
  .cid-uF9bHvbCF6 .row .image_1 {
    height: 150px;
    width: 60%;
  }
}
.cid-uF9bHvbCF6 .row .image_2 {
  height: 270px;
  width: 35%;
  left: 0;
  bottom: -2rem;
}
@media (max-width: 768px) {
  .cid-uF9bHvbCF6 .row .image_2 {
    height: 100px;
    width: 60%;
  }
}
.cid-uF9bHvbCF6 .mbr-desc {
  position: relative;
  margin-bottom: 0;
  line-height: inherit;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uF9bHvbCF6 .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uF9bHvbCF6 .mbr-section-title {
  position: relative;
  margin-bottom: 60px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uF9bHvbCF6 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF9bHvbCF6 .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #D2D3D5;
  text-align: right;
}
.cid-uF9bHvbCF6 .mbr-section-title,
.cid-uF9bHvbCF6 .mbr-section-btn {
  text-align: center;
}
.cid-uF9okzsBTy {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uF9okzsBTy .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-uF9okzsBTy .carousel {
    min-height: 800px;
  }
  .cid-uF9okzsBTy .carousel img {
    max-height: 800px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uF9okzsBTy .carousel {
    min-height: 464px;
  }
  .cid-uF9okzsBTy .carousel img {
    max-height: 464px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uF9okzsBTy .carousel {
    min-height: 360px;
  }
  .cid-uF9okzsBTy .carousel img {
    max-height: 360px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-uF9okzsBTy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uF9okzsBTy .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uF9okzsBTy .carousel,
.cid-uF9okzsBTy .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-uF9okzsBTy .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-uF9okzsBTy .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background: #bd990a;
  padding: 8px;
}
.cid-uF9okzsBTy .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-uF9okzsBTy .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
}
.cid-uF9okzsBTy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uF9okzsBTy .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-uF9okzsBTy .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-uF9okzsBTy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-uF9okzsBTy .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-uF9okzsBTy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uF9okzsBTy .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-uF9okzsBTy .carousel-control:hover,
.cid-uF9okzsBTy .carousel-control:focus {
  border-color: #24262b;
  opacity: 1;
}
.cid-uF9okzsBTy .carousel-control-prev:hover .mobi-mbri,
.cid-uF9okzsBTy .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-uF9okzsBTy .carousel-control-next:hover .mobi-mbri,
.cid-uF9okzsBTy .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-uF9okzsBTy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uF9okzsBTy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uF9okzsBTy .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uF9okzsBTy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uF9okzsBTy .carousel-indicators li.active,
.cid-uF9okzsBTy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF9okzsBTy .carousel-indicators li::after,
.cid-uF9okzsBTy .carousel-indicators li::before {
  content: none;
}
.cid-uF9okzsBTy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF9okzsBTy .carousel-indicators {
    display: none !important;
  }
}
.cid-uFaTFJuvyM {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFaTFJuvyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaTFJuvyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFaTFJuvyM .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFaTFJuvyM .row {
  background: #000000;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uFaTFJuvyM .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uFaTFJuvyM img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uFaTFJuvyM img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFaTFJuvyM .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFaTFJuvyM .mbr-text,
.cid-uFaTFJuvyM .mbr-section-btn {
  color: #cea70b;
}
.cid-uFaTFJuvyM .mbr-section-title {
  color: #ffffff;
}
.cid-uF9bimjUEc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uF9bimjUEc .mbr-text {
  color: #e3ebf3;
}
.cid-uF9bimjUEc .media-container-row .mbr-text {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

.container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .container {
  padding: 0 2rem!important;
}
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left, .align-right {
      text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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


button:focus {
  box-shadow: none!important;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}
.dropdown-item + .dropdown-menu {
  display: none;
}
.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

.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: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media(max-width:992px) {
  .md-pb {
      margin-bottom: 2rem;
  }
  }

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

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}.cid-uFabcN6n8q .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uFabcN6n8q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uFabcN6n8q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uFabcN6n8q .menu_box .navbar.opened,
  .cid-uFabcN6n8q .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFabcN6n8q .navbar-dropdown {
  position: relative !important;
}
.cid-uFabcN6n8q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uFabcN6n8q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFabcN6n8q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFabcN6n8q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFabcN6n8q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFabcN6n8q .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uFabcN6n8q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFabcN6n8q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFabcN6n8q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFabcN6n8q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFabcN6n8q .offcanvas-body .mbr-text,
  .cid-uFabcN6n8q .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFabcN6n8q .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFabcN6n8q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFabcN6n8q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uFabcN6n8q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFabcN6n8q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFabcN6n8q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFabcN6n8q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFabcN6n8q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFabcN6n8q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFabcN6n8q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFabcN6n8q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFabcN6n8q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFabcN6n8q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uFabcN6n8q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFabcN6n8q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFabcN6n8q .nav-item {
    margin: 0 !important;
  }
}
.cid-uFabcN6n8q .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uFabcN6n8q .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uFabcN6n8q .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uFabcN6n8q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFabcN6n8q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFabcN6n8q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFabcN6n8q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFabcN6n8q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFabcN6n8q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFabcN6n8q .offcanvas_box {
    display: none;
  }
}
.cid-uFabcN6n8q .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFabcN6n8q .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFabcN6n8q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFabcN6n8q .container {
  display: flex;
  margin: auto;
}
.cid-uFabcN6n8q .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFabcN6n8q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFabcN6n8q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFabcN6n8q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFabcN6n8q .navbar-nav {
    margin: 0;
  }
}
.cid-uFabcN6n8q .dropdown-menu,
.cid-uFabcN6n8q .navbar.opened {
  background-color: false !important;
}
.cid-uFabcN6n8q .nav-item:focus,
.cid-uFabcN6n8q .nav-link:focus {
  outline: none;
}
.cid-uFabcN6n8q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFabcN6n8q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFabcN6n8q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFabcN6n8q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFabcN6n8q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFabcN6n8q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFabcN6n8q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFabcN6n8q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFabcN6n8q .navbar.opened {
  transition: all 0.3s;
}
.cid-uFabcN6n8q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFabcN6n8q .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uFabcN6n8q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uFabcN6n8q .navbar.collapsed {
  justify-content: center;
}
.cid-uFabcN6n8q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFabcN6n8q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFabcN6n8q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFabcN6n8q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFabcN6n8q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFabcN6n8q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFabcN6n8q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFabcN6n8q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFabcN6n8q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFabcN6n8q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFabcN6n8q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFabcN6n8q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFabcN6n8q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFabcN6n8q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFabcN6n8q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFabcN6n8q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFabcN6n8q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFabcN6n8q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFabcN6n8q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFabcN6n8q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFabcN6n8q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFabcN6n8q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFabcN6n8q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFabcN6n8q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFabcN6n8q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFabcN6n8q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uFabcN6n8q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFabcN6n8q .dropdown-item.active,
.cid-uFabcN6n8q .dropdown-item:active {
  background-color: transparent;
}
.cid-uFabcN6n8q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFabcN6n8q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFabcN6n8q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFabcN6n8q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFabcN6n8q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFabcN6n8q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFabcN6n8q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #d29e15;
}
.cid-uFabcN6n8q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFabcN6n8q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFabcN6n8q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFabcN6n8q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFabcN6n8q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFabcN6n8q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFabcN6n8q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFabcN6n8q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFabcN6n8q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFabcN6n8q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFabcN6n8q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFabcN6n8q .navbar {
    height: 70px;
  }
  .cid-uFabcN6n8q .navbar.opened {
    height: auto;
  }
  .cid-uFabcN6n8q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFabcN6n8q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uFabcN6n8q .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uFabcN6n8q .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uFabcN6n8q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFabcN6n8q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uFabcN6n8q .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uFabcN6n8q .navbar-caption:hover {
  color: #187c04;
}
@media (min-width: 992px) {
  .cid-uFabcN6n8q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFabcN6n8q .text_widget {
  margin-bottom: 32px;
}
.cid-uFabcN6n8q .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFabcN6n8q .text_widget a:hover {
  opacity: .5;
}
.cid-uFabcN6n8q .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uFabcN6n8q .navbar-caption {
  color: #000000;
}
.cid-uFabcN6n8q .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uFabcN6n8q .mbr-section-subtitle,
.cid-uFabcN6n8q .text_widget,
.cid-uFabcN6n8q .mbr-section-btn {
  text-align: left;
}
.cid-uFabcN6n8q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFabWMQ1i4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFabWMQ1i4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFabWMQ1i4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFabWMQ1i4 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFabWMQ1i4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFabWMQ1i4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFabWMQ1i4 .container {
    padding: 0 20px;
  }
}
.cid-uFabWMQ1i4 .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFabWMQ1i4 .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uFabWMQ1i4 .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFabWMQ1i4 .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uFabWMQ1i4 .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFabWMQ1i4 .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uFabWMQ1i4 .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFabWMQ1i4 .image-wrapper .image_3 {
    display: none;
  }
}
.cid-uFabWMQ1i4 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uFabWMQ1i4 .title-wrapper .title-wrap {
  padding-left: 42px;
}
.cid-uFabWMQ1i4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFabWMQ1i4 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFabWMQ1i4 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFabWMQ1i4 .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFabWMQ1i4 .mbr-section-title {
  color: #000000;
}
.cid-uFabWMQ1i4 .mbr-text {
  color: #6a6e71;
}
.cid-uFabWMQ1i4 .mbr-section-title,
.cid-uFabWMQ1i4 .mbr-section-btn {
  color: #cea70b;
}
.cid-uFadczBfnh {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFadczBfnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFadczBfnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFadczBfnh .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFadczBfnh .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFadczBfnh .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFadczBfnh .container {
    padding: 0 20px;
  }
}
.cid-uFadczBfnh .image-wrapper {
  position: relative;
  padding: 0 100px 0 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFadczBfnh .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
    height: auto;
  }
}
.cid-uFadczBfnh .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFadczBfnh .image-wrapper img {
    height: 300px;
  }
}
.cid-uFadczBfnh .image-wrapper .desc-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(20px);
}
.cid-uFadczBfnh .image-wrapper .desc-wrap .mbr-desc {
  padding: 40px 50px;
  margin-bottom: 0;
  z-index: 10;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uFadczBfnh .image-wrapper .desc-wrap .mbr-desc {
    padding: 30px;
  }
}
.cid-uFadczBfnh .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 100px;
}
@media (max-width: 992px) {
  .cid-uFadczBfnh .title-wrapper {
    padding: 0;
  }
}
.cid-uFadczBfnh .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uFadczBfnh .title-wrapper .title-wrap .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uFadczBfnh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uFadczBfnh .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uFadczBfnh .title-wrapper .title-wrap .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uFadczBfnh .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-uFadczBfnh .title-wrapper .title-wrap .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-uFadczBfnh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFadczBfnh .mbr-section-title {
  color: #ffffff;
}
.cid-uFadczBfnh .mbr-text {
  color: #D2D3D5;
}
.cid-uFadczBfnh .mbr-desc {
  color: #ffffff;
}
.cid-uFaf16svt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFaf16svt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaf16svt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFaf16svt1 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFaf16svt1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFaf16svt1 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFaf16svt1 .container {
    padding: 0 20px;
  }
}
.cid-uFaf16svt1 .image-wrapper {
  position: relative;
  padding: 0 100px 0 0;
  height: 100%;
  padding: 0 0 0 100px;
}
@media (max-width: 992px) {
  .cid-uFaf16svt1 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFaf16svt1 .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
    height: auto;
  }
}
.cid-uFaf16svt1 .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFaf16svt1 .image-wrapper img {
    height: 300px;
  }
}
.cid-uFaf16svt1 .image-wrapper .desc-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(20px);
}
.cid-uFaf16svt1 .image-wrapper .desc-wrap .mbr-desc {
  padding: 40px 50px;
  margin-bottom: 0;
  z-index: 10;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uFaf16svt1 .image-wrapper .desc-wrap .mbr-desc {
    padding: 30px;
  }
}
.cid-uFaf16svt1 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 100px;
  padding: 0 100px 0 0;
}
@media (max-width: 992px) {
  .cid-uFaf16svt1 .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFaf16svt1 .title-wrapper {
    padding: 0;
  }
}
.cid-uFaf16svt1 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uFaf16svt1 .title-wrapper .title-wrap .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uFaf16svt1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uFaf16svt1 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uFaf16svt1 .title-wrapper .title-wrap .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uFaf16svt1 .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-uFaf16svt1 .title-wrapper .title-wrap .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-uFaf16svt1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFaf16svt1 .mbr-section-title {
  color: #ffffff;
}
.cid-uFaf16svt1 .mbr-text {
  color: #D2D3D5;
}
.cid-uFaf16svt1 .mbr-desc {
  color: #cea70b;
}
.cid-uFaTJ02UZU {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFaTJ02UZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaTJ02UZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFaTJ02UZU .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFaTJ02UZU .row {
  background: #000000;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uFaTJ02UZU .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-uFaTJ02UZU img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uFaTJ02UZU img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFaTJ02UZU .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFaTJ02UZU .mbr-text,
.cid-uFaTJ02UZU .mbr-section-btn {
  color: #cea70b;
}
.cid-uFaTJ02UZU .mbr-section-title {
  color: #ffffff;
}
.cid-uFabcOwMNh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFabcOwMNh .mbr-text {
  color: #e3ebf3;
}
.cid-uFabcOwMNh .media-container-row .mbr-text {
  text-align: center;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

.container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .container {
  padding: 0 2rem!important;
}
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left, .align-right {
      text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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


button:focus {
  box-shadow: none!important;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}
.dropdown-item + .dropdown-menu {
  display: none;
}
.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

.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: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media(max-width:992px) {
  .md-pb {
      margin-bottom: 2rem;
  }
  }

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

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}.cid-uFajREQoSx .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uFajREQoSx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uFajREQoSx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uFajREQoSx .menu_box .navbar.opened,
  .cid-uFajREQoSx .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFajREQoSx .navbar-dropdown {
  position: relative !important;
}
.cid-uFajREQoSx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uFajREQoSx .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFajREQoSx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFajREQoSx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFajREQoSx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFajREQoSx .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f4f5f7;
  }
  .cid-uFajREQoSx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFajREQoSx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFajREQoSx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFajREQoSx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFajREQoSx .offcanvas-body .mbr-text,
  .cid-uFajREQoSx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFajREQoSx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFajREQoSx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFajREQoSx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uFajREQoSx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFajREQoSx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFajREQoSx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFajREQoSx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFajREQoSx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFajREQoSx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFajREQoSx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFajREQoSx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFajREQoSx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFajREQoSx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uFajREQoSx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFajREQoSx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFajREQoSx .nav-item {
    margin: 0 !important;
  }
}
.cid-uFajREQoSx .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uFajREQoSx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uFajREQoSx .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uFajREQoSx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFajREQoSx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFajREQoSx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFajREQoSx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFajREQoSx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFajREQoSx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFajREQoSx .offcanvas_box {
    display: none;
  }
}
.cid-uFajREQoSx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFajREQoSx .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFajREQoSx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFajREQoSx .container {
  display: flex;
  margin: auto;
}
.cid-uFajREQoSx .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFajREQoSx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFajREQoSx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFajREQoSx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFajREQoSx .navbar-nav {
    margin: 0;
  }
}
.cid-uFajREQoSx .dropdown-menu,
.cid-uFajREQoSx .navbar.opened {
  background-color: false !important;
}
.cid-uFajREQoSx .nav-item:focus,
.cid-uFajREQoSx .nav-link:focus {
  outline: none;
}
.cid-uFajREQoSx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFajREQoSx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFajREQoSx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFajREQoSx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFajREQoSx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFajREQoSx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFajREQoSx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFajREQoSx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFajREQoSx .navbar.opened {
  transition: all 0.3s;
}
.cid-uFajREQoSx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFajREQoSx .navbar .navbar-logo img {
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.cid-uFajREQoSx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uFajREQoSx .navbar.collapsed {
  justify-content: center;
}
.cid-uFajREQoSx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFajREQoSx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFajREQoSx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFajREQoSx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFajREQoSx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFajREQoSx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFajREQoSx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFajREQoSx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFajREQoSx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFajREQoSx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFajREQoSx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFajREQoSx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFajREQoSx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFajREQoSx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFajREQoSx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFajREQoSx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFajREQoSx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFajREQoSx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFajREQoSx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFajREQoSx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFajREQoSx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFajREQoSx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFajREQoSx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFajREQoSx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFajREQoSx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFajREQoSx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uFajREQoSx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFajREQoSx .dropdown-item.active,
.cid-uFajREQoSx .dropdown-item:active {
  background-color: transparent;
}
.cid-uFajREQoSx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFajREQoSx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFajREQoSx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFajREQoSx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFajREQoSx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFajREQoSx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFajREQoSx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #d29e15;
}
.cid-uFajREQoSx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFajREQoSx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFajREQoSx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFajREQoSx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFajREQoSx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFajREQoSx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFajREQoSx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFajREQoSx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFajREQoSx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFajREQoSx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFajREQoSx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFajREQoSx .navbar {
    height: 70px;
  }
  .cid-uFajREQoSx .navbar.opened {
    height: auto;
  }
  .cid-uFajREQoSx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFajREQoSx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uFajREQoSx .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uFajREQoSx .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uFajREQoSx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFajREQoSx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uFajREQoSx .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uFajREQoSx .navbar-caption:hover {
  color: #187c04;
}
@media (min-width: 992px) {
  .cid-uFajREQoSx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFajREQoSx .text_widget {
  margin-bottom: 32px;
}
.cid-uFajREQoSx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFajREQoSx .text_widget a:hover {
  opacity: .5;
}
.cid-uFajREQoSx .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uFajREQoSx .navbar-caption {
  color: #000000;
}
.cid-uFajREQoSx .mbr-text {
  color: #6a6e71;
  text-align: left;
}
.cid-uFajREQoSx .mbr-section-subtitle,
.cid-uFajREQoSx .text_widget,
.cid-uFajREQoSx .mbr-section-btn {
  text-align: left;
}
.cid-uFajREQoSx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFakcsciae {
  background-image: url("../../../assets/images/contacto-812x1026.jpg");
}
.cid-uFakcsciae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFakcsciae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFakcsciae .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFakcsciae .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFakcsciae .container {
    padding: 0 26px;
  }
}
.cid-uFakcsciae .title-wrapper {
  padding-top: 35%;
}
.cid-uFakcsciae .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uFakcsciae .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-uFakcsciae .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-uFakcsciae .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-uFakcsciae .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-uFakcsciae .mbr-section-title {
  color: #ffffff;
}
.cid-uFakcsciae .mbr-text {
  color: #ffffff;
}
.cid-uFakcsciae .mbr-section-title,
.cid-uFakcsciae .icon-wrapper,
.cid-uFakcsciae .mbr-section-btn {
  text-align: center;
}
.cid-uFakp4nRy0 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uFakp4nRy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFakp4nRy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFakp4nRy0 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFakp4nRy0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFakp4nRy0 .container {
    padding: 0 26px;
  }
}
.cid-uFakp4nRy0 .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uFakp4nRy0 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uFakp4nRy0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFakp4nRy0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFakp4nRy0 .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uFakp4nRy0 .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uFakp4nRy0 .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uFakp4nRy0 .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-uFakp4nRy0 .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-uFakp4nRy0 .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uFakp4nRy0 .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-uFakp4nRy0 .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-uFakp4nRy0 .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-uFakp4nRy0 .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-uFakp4nRy0 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uFakp4nRy0 .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 0;
  color: #ffffff;
}
.cid-uFakp4nRy0 .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-family: "Golos Text", sans-serif;
}
.cid-uFakp4nRy0 .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-uFakp4nRy0 .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uFakp4nRy0 .mbr-section-title {
  color: #ffffff;
}
.cid-uFakp4nRy0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFakp4nRy0 .mbr-contact {
  color: #ffffff;
}
.cid-uFakp4nRy0 .mbr-desc {
  color: #ffffff;
}
.cid-uFajRGrXlf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFajRGrXlf .mbr-text {
  color: #e3ebf3;
}
.cid-uFajRGrXlf .media-container-row .mbr-text {
  text-align: center;
}
