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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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;
  box-shadow: none;
}

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 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.7rem !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 (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;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: Cormorant Infant;
}
.display-1 {
  font-family: 'Cormorant Infant', serif;
  font-size: 8.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.75rem;
}
.display-2 {
  font-family: 'Cormorant Infant', serif;
  font-size: 6.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-4 {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- 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: 1400px) {
  .display-1 {
    font-size: 6.02rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.3rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.72rem !important;
    line-height: 1 !important;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.02rem;
    font-size: calc( 3.66rem + (8.6 - 3.66) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.66rem + (8.6 - 3.66) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 5.2rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #e43f3f !important;
}
.bg-success {
  background-color: #bd0200 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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 {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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 {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !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 {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #bd0200 !important;
  border-color: #bd0200 !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 {
  color: #ffffff !important;
  background-color: #660100 !important;
  border-color: #660100 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #660100 !important;
  border-color: #660100 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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 {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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 {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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 {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !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 {
  color: #ffffff !important;
  background-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !important;
  background-color: transparent !important;
  border-color: #b31919 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent !important;
  border-color: #ff0f0f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: #148cca !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bd0200;
  color: #bd0200;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #660100 !important;
  background-color: transparent !important;
  border-color: #660100 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bd0200 !important;
  border-color: #bd0200 !important;
}
.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: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e43f3f !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #bd0200 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a61717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #570100 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !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: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e43f3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ff403e;
}
.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: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #e43f3f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.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: #e43f3f;
  border-bottom-color: #e43f3f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23e43f3f' %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-u54C4ozGGW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u54C4ozGGW nav.navbar {
  position: fixed;
}
.cid-u54C4ozGGW .link {
  font-weight: bold;
}
.cid-u54C4ozGGW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u54C4ozGGW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u54C4ozGGW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u54C4ozGGW .dropdown-item:hover,
.cid-u54C4ozGGW .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-u54C4ozGGW .dropdown-item:hover span {
  color: white;
}
.cid-u54C4ozGGW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u54C4ozGGW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u54C4ozGGW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u54C4ozGGW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u54C4ozGGW .nav-link {
  position: relative;
}
.cid-u54C4ozGGW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u54C4ozGGW .container {
    flex-wrap: nowrap;
  }
}
.cid-u54C4ozGGW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u54C4ozGGW .dropdown-menu,
.cid-u54C4ozGGW .navbar.opened {
  background: #ffffff !important;
}
.cid-u54C4ozGGW .nav-item:focus,
.cid-u54C4ozGGW .nav-link:focus {
  outline: none;
}
.cid-u54C4ozGGW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u54C4ozGGW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u54C4ozGGW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u54C4ozGGW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u54C4ozGGW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u54C4ozGGW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u54C4ozGGW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u54C4ozGGW .navbar.opened {
  transition: all 0.3s;
}
.cid-u54C4ozGGW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u54C4ozGGW .navbar .navbar-logo img {
  width: auto;
}
.cid-u54C4ozGGW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u54C4ozGGW .navbar.collapsed {
  justify-content: center;
}
.cid-u54C4ozGGW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u54C4ozGGW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u54C4ozGGW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u54C4ozGGW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u54C4ozGGW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u54C4ozGGW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u54C4ozGGW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u54C4ozGGW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u54C4ozGGW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u54C4ozGGW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u54C4ozGGW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u54C4ozGGW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u54C4ozGGW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u54C4ozGGW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u54C4ozGGW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u54C4ozGGW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u54C4ozGGW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u54C4ozGGW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u54C4ozGGW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u54C4ozGGW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u54C4ozGGW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u54C4ozGGW .navbar.navbar-short {
  min-height: 60px;
}
.cid-u54C4ozGGW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u54C4ozGGW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u54C4ozGGW .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-u54C4ozGGW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u54C4ozGGW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u54C4ozGGW .dropdown-item.active,
.cid-u54C4ozGGW .dropdown-item:active {
  background-color: transparent;
}
.cid-u54C4ozGGW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u54C4ozGGW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u54C4ozGGW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u54C4ozGGW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u54C4ozGGW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u54C4ozGGW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u54C4ozGGW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u54C4ozGGW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u54C4ozGGW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u54C4ozGGW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u54C4ozGGW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u54C4ozGGW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u54C4ozGGW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u54C4ozGGW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u54C4ozGGW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u54C4ozGGW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u54C4ozGGW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u54C4ozGGW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u54C4ozGGW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u54C4ozGGW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u54C4ozGGW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u54C4ozGGW .navbar {
    height: 70px;
  }
  .cid-u54C4ozGGW .navbar.opened {
    height: auto;
  }
  .cid-u54C4ozGGW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u54C4ozGGW .navbar-dropdown .dropdown-menu {
  background-color: #FFB18A !important;
}
.cid-u54C4ozGGW .navbar-dropdown .dropdown-item:hover,
.cid-u54C4ozGGW .navbar-dropdown .dropdown-item:focus {
  background-color: #FF9B6D !important;
  color: #333333 !important;
}
.cid-u54C4ozGGW .navbar-dropdown .dropdown-item {
  color: #333333;
}
.cid-u54C4ozGGW .navbar-dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #ff9966 !important;
}
.cid-u54C4ozGGW .navbar-dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none !important;
}
.cid-u5a9tdQAtG {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #251f1d;
}
.cid-u5a9tdQAtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5a9tdQAtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5a9tdQAtG .col-12 {
  position: relative;
}
.cid-u5a9tdQAtG img {
  max-width: 800px;
  margin: auto;
}
.cid-u5a9tdQAtG .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-u5a9tdQAtG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u5a9tdQAtG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u5a9tdQAtG .image-wrapper {
    padding: 1rem;
  }
}
.cid-u5a9tdQAtG .mbr-section-title {
  color: #000000;
}
.cid-utJxmEnpzB {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #8d718c;
}
.cid-utJxmEnpzB .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-utJxmEnpzB MARQUEE {
  color: #ffffff;
}
.cid-utJxmEnpzB B {
  color: #ffffff;
}
.cid-utJxehpIU0 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #c2691e;
}
.cid-utJxehpIU0 .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-utJxehpIU0 MARQUEE {
  color: #ffffff;
}
.cid-utJxehpIU0 B {
  color: #ffffff;
}
.cid-utIgEb260O {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #a93800, #232323);
}
.cid-utIgEb260O .news {
  width: 250px;
  background-color: #ee3c00;
  height: 31px;
}
.cid-utIgEb260O .news-scroll a {
  text-decoration: none;
}
.cid-utIgEb260O .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #d20320;
  border-radius: 50%;
  display: inline-block;
}
.cid-utIgEb260O DIV {
  color: #ffffff;
}
.cid-utIgEb260O .mbr-text {
  color: #000000;
}
.cid-utIgEb260O .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utIYgHDMtk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #353535;
}
.cid-utIYgHDMtk .mbr-section-subtitle {
  color: #f5f4ed;
}
.cid-utIYgHDMtk H2 {
  color: #ee3c00;
}
.cid-uu32kbVSji {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #353535;
}
.cid-uu32kbVSji .mbr-iconfont {
  color: #8d97ad;
}
.cid-uu32kbVSji .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uu32kbVSji .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uu32kbVSji .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uu32kbVSji .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uu32kbVSji .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-uu32kbVSji .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uu32kbVSji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu32kbVSji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu32kbVSji .mbr-text,
.cid-uu32kbVSji .social-links {
  color: #465052;
}
.cid-uu32kbVSji .card-title {
  color: #bcc48f;
}
.cid-uu32kbVSji .mbr-section-title {
  color: #5b686b;
}
.cid-uu32kbVSji .user-desc {
  color: #000000;
}
.cid-v9lGPGrNrB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9lGPGrNrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9lGPGrNrB .container-fluid {
  padding: 0;
}
.cid-v9lGPGrNrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v9lGPGrNrB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9lGPGrNrB .row {
  flex-direction: row-reverse;
}
.cid-v9lGPGrNrB img {
  width: 100%;
}
.cid-u5DRHBVQmw {
  padding-top: 10rem;
  padding-bottom: 30rem;
  background-color: #251f1d;
}
@media (max-width: 1400px) {
  .cid-u5DRHBVQmw {
    padding-bottom: 24rem;
  }
}
@media (max-width: 992px) {
  .cid-u5DRHBVQmw {
    padding-bottom: 19.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u5DRHBVQmw {
    padding-bottom: 12.9rem;
  }
}
.cid-u5DRHBVQmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5DRHBVQmw .image-big {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  object-fit: cover;
  z-index: 0;
}
.cid-u5DRHBVQmw .row {
  z-index: 1;
  position: relative;
}
.cid-u5DRHBVQmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5DRHBVQmw .mbr-section-title {
  text-align: center;
  color: #ff9966;
}
.cid-u5DRHBVQmw .mbr-text,
.cid-u5DRHBVQmw .mbr-section-btn {
  text-align: center;
}
.cid-u5DRHBVQmw .mbr-section-subtitle {
  text-align: center;
}
.cid-u5xhW4msT5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #a93800;
}
.cid-u5xhW4msT5 a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-u5xhW4msT5 .content {
    text-align: center;
  }
}
.cid-u5xhW4msT5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u5xigkXdAI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #a93800;
}
.cid-u5xigkXdAI a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-u5xigkXdAI .content {
    text-align: center;
  }
}
.cid-u5xigkXdAI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u6sWeNYDSg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #282521;
}
.cid-u6sWeNYDSg a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-u6sWeNYDSg .content {
    text-align: center;
  }
}
.cid-u6sWeNYDSg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u5XluMxyhs {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ff9966;
}
.cid-u5XluMxyhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5XluMxyhs .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-u5XluMxyhs .container {
    padding: 0 20px;
  }
}
.cid-u5XluMxyhs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5XluMxyhs .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-u5XluMxyhs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u5XluMxyhs .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-tupnUoYd4E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f4ed;
}
.cid-tupnUoYd4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tupnUoYd4E .container-fluid {
  padding: 0;
}
.cid-tupnUoYd4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tupnUoYd4E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tupnUoYd4E .row {
  flex-direction: row-reverse;
}
.cid-tupnUoYd4E img {
  width: 100%;
}
.cid-u5FT53aGa8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9e5da;
}
.cid-u5FT53aGa8 a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-u5FT53aGa8 .content {
    text-align: center;
  }
}
.cid-u5FT53aGa8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tupn5PMCRF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e9e5da;
}
.cid-tupn5PMCRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tupn5PMCRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tupn5PMCRF .link-align {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tupn5PMCRF .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tupn5PMCRF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tupn5PMCRF .row {
  flex-direction: row-reverse;
}
.cid-tupn5PMCRF .link-wrap {
  width: fit-content;
  display: inline-block;
  overflow: hidden;
}
.cid-tupn5PMCRF .link-wrap:hover svg {
  animation-duration: 1s;
  animation-name: svg;
}
.cid-tupn5PMCRF svg {
  transition: all 0.3s;
  width: 100%;
  margin-top: -20px;
}
.cid-tupn5PMCRF g {
  fill: #e43f3f;
}
@keyframes svg {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  51% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.cid-tupn5PMCRF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tupn5PMCRF .image-wrapper {
    padding: 1rem;
  }
}
.cid-tupn5PMCRF .mbr-section-title {
  color: #353535;
}
.cid-utJj1Q9c7d {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e9e5da;
}
.cid-utJj1Q9c7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-utJj1Q9c7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utJj1Q9c7d .link-align {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-utJj1Q9c7d .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-utJj1Q9c7d .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-utJj1Q9c7d .link-wrap {
  width: fit-content;
  display: inline-block;
  overflow: hidden;
}
.cid-utJj1Q9c7d .link-wrap:hover svg {
  animation-duration: 1s;
  animation-name: svg;
}
.cid-utJj1Q9c7d svg {
  transition: all 0.3s;
  width: 100%;
  margin-top: -20px;
}
.cid-utJj1Q9c7d g {
  fill: #e43f3f;
}
@keyframes svg {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  51% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.cid-utJj1Q9c7d .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-utJj1Q9c7d .image-wrapper {
    padding: 1rem;
  }
}
.cid-utJj1Q9c7d .mbr-section-title {
  color: #353535;
}
.cid-u5CW5MSXGV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #7d2900;
}
.cid-u5CW5MSXGV a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-u5CW5MSXGV .content {
    text-align: center;
  }
}
.cid-u5CW5MSXGV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u5xE50vuBc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #7d2900;
}
.cid-u5xE50vuBc a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-u5xE50vuBc .content {
    text-align: center;
  }
}
.cid-u5xE50vuBc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u5xE50vuBc .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u53BWUXyJs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7d2900;
}
.cid-u53BWUXyJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u53BWUXyJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-u53BWUXyJs .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-u53BWUXyJs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u53BWUXyJs .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-u53BWUXyJs .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.cid-u53BWUXyJs .mbr-text {
  color: #ffffff;
}
.cid-u5zUDeWGlI {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20231122-73-2000x1331.jpg");
}
.cid-u5zUDeWGlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5zUDeWGlI .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-u5zUDeWGlI .container {
    padding: 0 20px;
  }
}
.cid-u5zUDeWGlI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5zUDeWGlI .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-u5zUDeWGlI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5zUDeWGlI .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u5CVryR9HP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #323337;
}
.cid-u5CVryR9HP a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-u5CVryR9HP .content {
    text-align: center;
  }
}
.cid-u5CVryR9HP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u5CmH41gxi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #323337;
}
.cid-u5CmH41gxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CmH41gxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CmH41gxi .container,
.cid-u5CmH41gxi .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u5CmH41gxi .container,
  .cid-u5CmH41gxi .container-fluid {
    padding: 0 20px;
  }
}
.cid-u5CmH41gxi .container .decor-wrapper,
.cid-u5CmH41gxi .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-u5CmH41gxi .container .decor-wrapper,
  .cid-u5CmH41gxi .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-u5CmH41gxi .container .decor-wrapper .decor,
.cid-u5CmH41gxi .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #ff9966;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-u5CmH41gxi .container .decor-wrapper .decor:first-child,
.cid-u5CmH41gxi .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-u5CmH41gxi .container .decor-wrapper .decor:last-child,
.cid-u5CmH41gxi .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-u5CmH41gxi .row {
  justify-content: space-between;
}
.cid-u5CmH41gxi .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u5CmH41gxi .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-u5CmH41gxi .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-u5CmH41gxi .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u5CmH41gxi .card {
    margin-bottom: 40px;
  }
}
.cid-u5CmH41gxi .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-u5CmH41gxi .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-u5CmH41gxi .card .card-wrapper {
  position: relative;
  border: 1px solid #ffb18a;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #323337;
}
@media (max-width: 992px) {
  .cid-u5CmH41gxi .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-u5CmH41gxi .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-u5CmH41gxi .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #ffb18a;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-u5CmH41gxi .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-u5CmH41gxi .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #ff9966;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-u5CmH41gxi .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-u5CmH41gxi .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-u5CmH41gxi .mbr-section-title {
  color: #ff9966;
}
.cid-u5CmH41gxi .mbr-desc {
  color: #3d4045;
}
.cid-u5CmH41gxi .mbr-card-title {
  color: #ffffff;
}
.cid-u5CmH41gxi .mbr-text {
  color: #ffffff;
}
.cid-u5CmH41gxi .card-desc {
  text-align: right;
}
.cid-u5CmH41gxi .mbr-card-title,
.cid-u5CmH41gxi .card-icon {
  color: #ffb18a;
}
.cid-u5CFIEOlek {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #323337;
}
.cid-u5CFIEOlek .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CFIEOlek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CFIEOlek .container,
.cid-u5CFIEOlek .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u5CFIEOlek .container,
  .cid-u5CFIEOlek .container-fluid {
    padding: 0 20px;
  }
}
.cid-u5CFIEOlek .container .decor-wrapper,
.cid-u5CFIEOlek .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-u5CFIEOlek .container .decor-wrapper,
  .cid-u5CFIEOlek .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-u5CFIEOlek .container .decor-wrapper .decor,
.cid-u5CFIEOlek .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #ff9966;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-u5CFIEOlek .container .decor-wrapper .decor:first-child,
.cid-u5CFIEOlek .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-u5CFIEOlek .container .decor-wrapper .decor:last-child,
.cid-u5CFIEOlek .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-u5CFIEOlek .row {
  justify-content: space-between;
}
.cid-u5CFIEOlek .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u5CFIEOlek .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-u5CFIEOlek .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-u5CFIEOlek .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u5CFIEOlek .card {
    margin-bottom: 40px;
  }
}
.cid-u5CFIEOlek .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-u5CFIEOlek .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-u5CFIEOlek .card .card-wrapper {
  position: relative;
  border: 1px solid #ffb18a;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #323337;
}
@media (max-width: 992px) {
  .cid-u5CFIEOlek .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-u5CFIEOlek .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-u5CFIEOlek .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #ffb18a;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-u5CFIEOlek .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-u5CFIEOlek .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #ff9966;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-u5CFIEOlek .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-u5CFIEOlek .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-u5CFIEOlek .mbr-section-title {
  color: #ffffff;
}
.cid-u5CFIEOlek .mbr-desc {
  color: #3d4045;
}
.cid-u5CFIEOlek .mbr-card-title {
  color: #ffffff;
}
.cid-u5CFIEOlek .mbr-text {
  color: #ffffff;
}
.cid-u5CFIEOlek .card-desc {
  text-align: right;
}
.cid-u5CFIEOlek .mbr-card-title,
.cid-u5CFIEOlek .card-icon {
  color: #ffb18a;
}
.cid-u5V1r70zrc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffb18a;
}
.cid-u5V1r70zrc .mbr-section-subtitle {
  color: #767676;
  text-aling: justify;
}
.cid-u5V1r70zrc H2 {
  color: #000000;
  text-align: center;
}
.cid-tupnDXgtxj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #202020;
}
.cid-tupnDXgtxj .content-container {
  margin-bottom: 50px;
  width: 100%;
  padding: 5rem 5rem;
  text-align: center;
  background: #202020;
}
@media (max-width: 767px) {
  .cid-tupnDXgtxj .content-container {
    padding: 3rem 1rem;
  }
}
.cid-tupnDXgtxj .label-text {
  color: #ffb18a;
  margin-bottom: 28px;
}
.cid-tupnDXgtxj .mbr-text {
  color: #ffb18a;
  margin-bottom: 0;
}
.cid-tupnDXgtxj .mbr-text-name {
  color: #ffb18a;
  margin-bottom: 0;
  margin-top: 35px;
}
.cid-tupnDXgtxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tupnDXgtxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u53C2Huch1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #202020;
}
.cid-u53C2Huch1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u53C2Huch1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u53C2Huch1 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border-radius: 8px;
}
.cid-u53C2Huch1 .img-wide {
  height: 50%;
}
.cid-u53C2Huch1 .img-big {
  height: 100%;
}
.cid-u5D4FUYvDe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #202020;
}
.cid-u5D4FUYvDe a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-u5D4FUYvDe .content {
    text-align: center;
  }
}
.cid-u5D4FUYvDe .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u5D7220XuM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #251f1d;
}
.cid-u5D7220XuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5D7220XuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5D7220XuM .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-u5D7220XuM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5D7220XuM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u5D7220XuM .text-wrapper {
    padding: 2rem;
  }
}
.cid-u5D7220XuM .mbr-section-title {
  color: #ff9966;
}
.cid-u5D7220XuM .mbr-text {
  color: #ff9966;
}
.cid-u5D6tZsJZ5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #251f1d;
}
@media (max-width: 991px) {
  .cid-u5D6tZsJZ5 .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-u5D6tZsJZ5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u5D6tZsJZ5 .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5D6tZsJZ5 .mbr-section-title {
  color: #2e6b75;
}
.cid-u5D6tZsJZ5 .mbr-text {
  color: #ff9966;
}
.cid-u5D6tZsJZ5 .mbr-description {
  color: #6c7577;
}
.cid-u5D6tZsJZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5D6tZsJZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Vs8gLlMJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-u5Vs8gLlMJ a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-u5Vs8gLlMJ .content {
    text-align: center;
  }
}
.cid-u5Vs8gLlMJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tupn32rtzD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f4ed;
}
.cid-tupn32rtzD .jc-sb {
  justify-content: space-between;
}
.cid-tupn32rtzD .mbr-text {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cid-tupn32rtzD .row {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-tupn32rtzD img {
    margin-bottom: 2rem;
  }
}
.cid-v2IYuMS1CV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2IYuMS1CV .jc-sb {
  justify-content: space-between;
}
.cid-v2IYuMS1CV .mbr-text {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cid-v2IYuMS1CV .row {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v2IYuMS1CV img {
    margin-bottom: 2rem;
  }
}
.cid-v2IYuMS1CV .mbr-section-text {
  color: #970200;
}
.cid-v2IYuMS1CV .mbr-section-title {
  color: #bd0200;
}
.cid-v98OAHuMFH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v98OAHuMFH .jc-sb {
  justify-content: space-between;
  align-items: center;
}
.cid-v98OAHuMFH .mbr-text {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cid-v98OAHuMFH .row {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v98OAHuMFH img {
    margin-bottom: 2rem;
  }
}
.cid-v98OAHuMFH .mbr-section-text {
  color: #970200;
}
.cid-v98OAHuMFH .mbr-section-title {
  color: #bd0200;
}
.cid-v2J3rf56cu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f4ed;
}
.cid-v2J3rf56cu .jc-sb {
  justify-content: space-between;
}
.cid-v2J3rf56cu .mbr-text {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cid-v2J3rf56cu .row {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v2J3rf56cu img {
    margin-bottom: 2rem;
  }
}
.cid-v2J3rf56cu .mbr-section-text {
  color: #030303;
}
.cid-v9kzIowk0y .netzwerk-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
  width: 100%;
}
.cid-v9kzIowk0y .netzwerk-logo {
  flex-shrink: 0;
  background-color: #ffffff;
  padding: 10px;
}
.cid-v9kzIowk0y .netzwerk-logo img {
  max-width: 200px;
  height: auto;
  display: block;
}
.cid-v9kzIowk0y .netzwerk-text {
  flex-grow: 1;
  min-width: 0;
}
.cid-v9kzIowk0y .netzwerk-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.cid-v9kzIowk0y .netzwerk-link .arrow {
  margin-left: 6px;
  transition: transform 0.2s ease;
}
.cid-v9kzIowk0y .netzwerk-link:hover .arrow {
  transform: translateX(4px);
}
@media (max-width: 991px) {
  .cid-v9kzIowk0y .netzwerk-content {
    flex-wrap: wrap;
  }
  .cid-v9kzIowk0y .netzwerk-logo {
    margin-top: 1rem;
  }
}
.cid-u702HgHh3p {
  background: #232323;
  padding-top: 75px;
  padding-bottom: 0px;
}
.cid-u702HgHh3p .image-block {
  margin: auto;
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-u702HgHh3p .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background-color: #353535;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-u702HgHh3p .image-block:hover:before {
  opacity: 0.6;
}
.cid-u702HgHh3p .image-block:hover .wrap {
  opacity: 1;
}
.cid-u702HgHh3p .image-block:hover img {
  transform: scale(1.1);
}
.cid-u702HgHh3p .wrap {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 5rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-u702HgHh3p img {
  width: 100%;
  height: 70%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u702HgHh3p .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-u702HgHh3p .wrap {
    opacity: 1 !important;
  }
  .cid-u702HgHh3p .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-u5FN012fG1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u5FN012fG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5FN012fG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5FN012fG1 .link-align {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u5FN012fG1 .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u5FN012fG1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u5FN012fG1 .row {
  flex-direction: row-reverse;
}
.cid-u5FN012fG1 .link-wrap {
  width: fit-content;
  display: inline-block;
  overflow: hidden;
}
.cid-u5FN012fG1 .link-wrap:hover svg {
  animation-duration: 1s;
  animation-name: svg;
}
.cid-u5FN012fG1 svg {
  transition: all 0.3s;
  width: 100%;
  margin-top: -20px;
}
.cid-u5FN012fG1 g {
  fill: #e43f3f;
}
@keyframes svg {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  51% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.cid-u5FN012fG1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u5FN012fG1 .image-wrapper {
    padding: 1rem;
  }
}
.cid-u5FN012fG1 .mbr-section-title {
  color: #fdeae0;
}
.cid-u5FN012fG1 .mbr-text,
.cid-u5FN012fG1 .mbr-section-btn {
  color: #fdeae0;
}
.cid-u5XIk6UPBN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-u5XIk6UPBN h2,
.cid-u5XIk6UPBN h3,
.cid-u5XIk6UPBN h4,
.cid-u5XIk6UPBN h5 {
  margin: 0;
}
.cid-u5XIk6UPBN .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-u5XIk6UPBN .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-u5XIk6UPBN .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-u5XIk6UPBN .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-u5XIk6UPBN .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-u5XIk6UPBN .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-u5XIk6UPBN .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-u5XIk6UPBN .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-u5XIk6UPBN .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-u5XIk6UPBN .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u5XIk6UPBN .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-u5XIk6UPBN .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u5XIk6UPBN .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u5XIk6UPBN .card:hover {
  cursor: pointer;
}
.cid-u5XIk6UPBN .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-u5XIk6UPBN .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-u5XIk6UPBN .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-u5XIk6UPBN .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-u5GeJ8lzcZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-u5GeJ8lzcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5GeJ8lzcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5GeJ8lzcZ .link-align {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u5GeJ8lzcZ .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u5GeJ8lzcZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u5GeJ8lzcZ .link-wrap {
  width: fit-content;
  display: inline-block;
  overflow: hidden;
}
.cid-u5GeJ8lzcZ .link-wrap:hover svg {
  animation-duration: 1s;
  animation-name: svg;
}
.cid-u5GeJ8lzcZ svg {
  transition: all 0.3s;
  width: 100%;
  margin-top: -20px;
}
.cid-u5GeJ8lzcZ g {
  fill: #e43f3f;
}
@keyframes svg {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  51% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.cid-u5GeJ8lzcZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u5GeJ8lzcZ .image-wrapper {
    padding: 1rem;
  }
}
.cid-u5GeJ8lzcZ .mbr-section-title {
  color: #ffffff;
}
.cid-u5GeJ8lzcZ .mbr-text,
.cid-u5GeJ8lzcZ .mbr-section-btn {
  color: #ffffff;
}
.cid-u5GeJ8lzcZ .mbr-link,
.cid-u5GeJ8lzcZ .link-align {
  color: #ffffff;
}
.cid-u570r8IiJC {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u570r8IiJC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u570r8IiJC .btn {
  box-shadow: none;
  border: none;
}
.cid-u570r8IiJC .btn:hover,
.cid-u570r8IiJC .btn:focus {
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .cid-u570r8IiJC .row {
    text-align: center;
  }
}
.cid-u570r8IiJC p {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cid-u570r8IiJC .col-auto {
    margin: auto;
  }
}
.cid-u570r8IiJC .btn-white {
  background: white !important;
  color: black !important;
  padding: 0;
  margin: 0;
}
.cid-u570r8IiJC .btn-white:hover,
.cid-u570r8IiJC .btn-white:focus {
  background: white !important;
}
.cid-u570r8IiJC input:hover,
.cid-u570r8IiJC input:focus {
  border-color: transparent !important;
}
.cid-u570r8IiJC textarea {
  border: 1px solid #232323 !important;
  min-height: 200px;
}
.cid-u570r8IiJC textarea:hover {
  border-color: #232323 !important;
}
.cid-u570r8IiJC .form-control,
.cid-u570r8IiJC .field-input {
  padding: 0rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #232323 !important;
  color: #232323;
  border-radius: 0;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u570r8IiJC .form-control::-webkit-input-placeholder,
.cid-u570r8IiJC .field-input::-webkit-input-placeholder,
.cid-u570r8IiJC .form-control::-webkit-input-placeholder,
.cid-u570r8IiJC .field-input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.cid-u570r8IiJC .form-control:-moz-placeholder,
.cid-u570r8IiJC .field-input:-moz-placeholder,
.cid-u570r8IiJC .form-control:-moz-placeholder,
.cid-u570r8IiJC .field-input:-moz-placeholder {
  color: #aaaaaa;
}
.cid-u570r8IiJC .form-control:hover,
.cid-u570r8IiJC .field-input:hover,
.cid-u570r8IiJC .form-control:focus,
.cid-u570r8IiJC .field-input:focus {
  background-color: #ffffff;
  border-bottom: 1px solid #232323 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-u570r8IiJC .form-control:hover::-webkit-input-placeholder,
.cid-u570r8IiJC .field-input:hover::-webkit-input-placeholder,
.cid-u570r8IiJC .form-control:focus::-webkit-input-placeholder,
.cid-u570r8IiJC .field-input:focus::-webkit-input-placeholder,
.cid-u570r8IiJC .form-control:hover::-webkit-input-placeholder,
.cid-u570r8IiJC .field-input:hover::-webkit-input-placeholder,
.cid-u570r8IiJC .form-control:focus::-webkit-input-placeholder,
.cid-u570r8IiJC .field-input:focus::-webkit-input-placeholder {
  color: #aaaaaa;
}
.cid-u570r8IiJC .form-control:hover:-moz-placeholder,
.cid-u570r8IiJC .field-input:hover:-moz-placeholder,
.cid-u570r8IiJC .form-control:focus:-moz-placeholder,
.cid-u570r8IiJC .field-input:focus:-moz-placeholder,
.cid-u570r8IiJC .form-control:hover:-moz-placeholder,
.cid-u570r8IiJC .field-input:hover:-moz-placeholder,
.cid-u570r8IiJC .form-control:focus:-moz-placeholder,
.cid-u570r8IiJC .field-input:focus:-moz-placeholder {
  color: #aaaaaa;
}
.cid-u570r8IiJC .jq-number__spin:hover,
.cid-u570r8IiJC .jq-number__spin:focus {
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #232323 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u570r8IiJC .jq-number__spin {
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #232323 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u570r8IiJC .jq-selectbox li,
.cid-u570r8IiJC .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u570r8IiJC .jq-selectbox li:hover,
.cid-u570r8IiJC .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-u570r8IiJC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u570r8IiJC .jq-number__spin.minus:hover:after,
.cid-u570r8IiJC .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u570r8IiJC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u570r8IiJC .jq-number__spin.minus:after,
.cid-u570r8IiJC .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u570r8IiJC input::-webkit-clear-button {
  display: none;
}
.cid-u570r8IiJC input::-webkit-inner-spin-button {
  display: none;
}
.cid-u570r8IiJC input::-webkit-outer-spin-button {
  display: none;
}
.cid-u570r8IiJC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u570r8IiJC LABEL {
  color: #aaaaaa;
}
.cid-u54spvFKWi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-u54spvFKWi .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-u54spvFKWi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u54spvFKWi .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-u54spvFKWi .list {
    margin-bottom: 30px;
  }
}
.cid-u54spvFKWi .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-u54spvFKWi .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-u54spvFKWi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u54spvFKWi .copyright {
  color: #868c90;
}
.cid-u54spvFKWi .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-u54spvFKWi .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u54spvFKWi .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-u54spvFKWi .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u54spvFKWi .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-u54spvFKWi .footer-logo {
    margin: 0 auto;
  }
}
.cid-9jBOyvxgEK .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-9jBOyvxgEK .icon-bar a:hover {
  background-color: #fdeae0;
  margin-left: -50px;
  width: 100px;
}
.cid-9jBOyvxgEK .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-9jBOyvxgEK .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-9jBOyvxgEK .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-9jBOyvxgEK .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-9jBOyvxgEK .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-9jBOyvxgEK .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-9jBOyvxgEK .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-9jBOyvxgEK .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-9jBOyvxgEK .custom2 {
  background: #af562a;
  color: white;
  width: 50px;
}
.cid-9jBOyvxgEK .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-9jBOyvxgEK .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-9jBOyvxgEK .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-9jBOyvxgEK .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-9jBOyvxgEK P {
  color: #232323;
}
.cid-9jBOyvxgEK DIV {
  color: #ffffff;
}
.cid-9jBOyvxgEK H10 {
  color: #767676;
}
.cid-9jBOyvxgEK .hidden {
  display: none;
}
.cid-9jBOyvxgEK div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-N2R5VHjkiR .row * {
  width: 130px;
  max-width: 130px;
}
.cid-N2R5VHjkiR .menuItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100px;
  z-index: 100002;
}
.cid-N2R5VHjkiR .menuItem {
  padding-top: 10px;
}
.cid-N2R5VHjkiR #menuItems {
  width: 100px;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
}
.cid-N2R5VHjkiR .frame {
  font-size: 1rem!important;
  width: 100px;
  height: 100px;
  border: 0px solid #af562a;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(175, 86, 42, 0);
}
.cid-N2R5VHjkiR .menuItem p {
  margin-top: 5px;
}
.cid-N2R5VHjkiR .menuItem img {
  width: 75%;
  max-height: 75%;
  object-fit: contain;
}
.cid-N2R5VHjkiR .frame:hover {
  border: 4px solid #af562a;
  background-color: #af562a;
}
.cid-N2R5VHjkiR #toggle {
  position: absolute;
  top: 65.5%;
  right: -65px;
  width: 50px;
  height: 38px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.cid-N2R5VHjkiR #menu {
  position: fixed;
  top: 42%;
  right: -270px;
  width: 270px;
  height: 300px;
  background-color: rgba(175, 86, 42, 0.1);
  transition: right 1s;
  z-index: 1000;
  border-radius: 6px 0 0 6px;
  border: 4px solid #af562a;
  border-right: none;
}
.cid-N2R5VHjkiR #toggle::after {
  content: 'Menu';
  position: absolute;
  top: 50%;
  left: -306px;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #af562a;
  font-size: 26px;
  width: 162px;
  height: 51px;
  line-height: 30px;
  border-radius: 6px 6px 0 0;
  border: 4px solid #af562a;
  border-bottom: none;
  padding-left: 38px;
  padding-right: 36px;
  padding-top: 5px;
}
.cid-N2R5VHjkiR #menu:hover {
  right: 0;
}
.cid-N2R5VHjkiR .menuItem .mbr-fonts-style {
  text-align: center;
  margin-top: 0px;
}
.cid-N2R5VHjkiR .menuItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-N2R5VHjkiR .menuItem a img {
  max-width: 100px;
  max-height: 100px;
}
.cid-N2R5VHjkiR .hidden {
  display: none;
}
.cid-N2R5VHjkiR div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://unsitepourtous.be/logo-zen.png);
}
.cid-N2R5VHjkiR P {
  color: #ffffff;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .cid-N2R5VHjkiR .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-u5FUIm5z5r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5FUIm5z5r nav.navbar {
  position: fixed;
}
.cid-u5FUIm5z5r .link {
  font-weight: bold;
}
.cid-u5FUIm5z5r .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5FUIm5z5r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5FUIm5z5r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5FUIm5z5r .dropdown-item:hover,
.cid-u5FUIm5z5r .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-u5FUIm5z5r .dropdown-item:hover span {
  color: white;
}
.cid-u5FUIm5z5r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5FUIm5z5r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5FUIm5z5r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5FUIm5z5r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5FUIm5z5r .nav-link {
  position: relative;
}
.cid-u5FUIm5z5r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5FUIm5z5r .container {
    flex-wrap: nowrap;
  }
}
.cid-u5FUIm5z5r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5FUIm5z5r .dropdown-menu,
.cid-u5FUIm5z5r .navbar.opened {
  background: #ffffff !important;
}
.cid-u5FUIm5z5r .nav-item:focus,
.cid-u5FUIm5z5r .nav-link:focus {
  outline: none;
}
.cid-u5FUIm5z5r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5FUIm5z5r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5FUIm5z5r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5FUIm5z5r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5FUIm5z5r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5FUIm5z5r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5FUIm5z5r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u5FUIm5z5r .navbar.opened {
  transition: all 0.3s;
}
.cid-u5FUIm5z5r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5FUIm5z5r .navbar .navbar-logo img {
  width: auto;
}
.cid-u5FUIm5z5r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5FUIm5z5r .navbar.collapsed {
  justify-content: center;
}
.cid-u5FUIm5z5r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5FUIm5z5r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5FUIm5z5r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u5FUIm5z5r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5FUIm5z5r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5FUIm5z5r .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5FUIm5z5r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5FUIm5z5r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5FUIm5z5r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5FUIm5z5r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5FUIm5z5r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5FUIm5z5r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5FUIm5z5r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5FUIm5z5r .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5FUIm5z5r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5FUIm5z5r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5FUIm5z5r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5FUIm5z5r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5FUIm5z5r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5FUIm5z5r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5FUIm5z5r .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5FUIm5z5r .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5FUIm5z5r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5FUIm5z5r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5FUIm5z5r .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-u5FUIm5z5r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5FUIm5z5r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5FUIm5z5r .dropdown-item.active,
.cid-u5FUIm5z5r .dropdown-item:active {
  background-color: transparent;
}
.cid-u5FUIm5z5r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5FUIm5z5r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5FUIm5z5r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5FUIm5z5r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5FUIm5z5r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5FUIm5z5r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5FUIm5z5r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5FUIm5z5r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5FUIm5z5r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5FUIm5z5r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u5FUIm5z5r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5FUIm5z5r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5FUIm5z5r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5FUIm5z5r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5FUIm5z5r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5FUIm5z5r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5FUIm5z5r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5FUIm5z5r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5FUIm5z5r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5FUIm5z5r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5FUIm5z5r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5FUIm5z5r .navbar {
    height: 70px;
  }
  .cid-u5FUIm5z5r .navbar.opened {
    height: auto;
  }
  .cid-u5FUIm5z5r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5FUIm5z5r .navbar-dropdown .dropdown-menu {
  background-color: #FFB18A !important;
}
.cid-u5FUIm5z5r .navbar-dropdown .dropdown-item:hover,
.cid-u5FUIm5z5r .navbar-dropdown .dropdown-item:focus {
  background-color: #FF9B6D !important;
  color: #333333 !important;
}
.cid-u5FUIm5z5r .navbar-dropdown .dropdown-item {
  color: #333333;
}
.cid-u5FUIm5z5r .navbar-dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #ff9966 !important;
}
.cid-u5FUIm5z5r .navbar-dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none !important;
}
.cid-u5FUImYQsn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #251f1d;
}
.cid-u5FUImYQsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5FUImYQsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5FUImYQsn .col-12 {
  position: relative;
}
.cid-u5FUImYQsn img {
  max-width: 800px;
  margin: auto;
}
.cid-u5FUImYQsn .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-u5FUImYQsn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u5FUImYQsn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u5FUImYQsn .image-wrapper {
    padding: 1rem;
  }
}
.cid-u5FUImYQsn .mbr-section-title {
  color: #000000;
}
.cid-u5FUInLwiI {
  padding-top: 4rem;
  padding-bottom: 18rem;
  background-color: #353535;
}
@media (max-width: 1400px) {
  .cid-u5FUInLwiI {
    padding-bottom: 14.4rem;
  }
}
@media (max-width: 992px) {
  .cid-u5FUInLwiI {
    padding-bottom: 11.7rem;
  }
}
@media (max-width: 767px) {
  .cid-u5FUInLwiI {
    padding-bottom: 7.74rem;
  }
}
.cid-u5FUInLwiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5FUInLwiI .image-big {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  object-fit: cover;
  z-index: 0;
}
.cid-u5FUInLwiI .row {
  z-index: 1;
  position: relative;
}
.cid-u5FUInLwiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5FUInLwiI .mbr-section-title {
  text-align: center;
  color: #ff9966;
}
.cid-u5FUInLwiI .mbr-text,
.cid-u5FUInLwiI .mbr-section-btn {
  text-align: center;
}
.cid-u5FUInLwiI .mbr-section-subtitle {
  text-align: center;
}
.cid-u5VxILLVKR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-u5VxILLVKR a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-u5VxILLVKR .content {
    text-align: center;
  }
}
.cid-u5VxILLVKR .mbr-text {
  color: #202020;
  text-align: center;
}
.cid-u5VTwGCEe9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffb18a;
}
.cid-u5VTwGCEe9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5VTwGCEe9 .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-u5VTwGCEe9 .container {
    padding: 0 24px;
  }
}
.cid-u5VTwGCEe9 .image-wrapper {
  position: relative;
}
.cid-u5VTwGCEe9 .image-wrapper img {
  height: 800px;
  border-radius: .6rem !important;
  object-fit: cover;
}
.cid-u5FUIwRuFp {
  padding-top: 7rem;
  padding-bottom: 18rem;
  background-color: #251f1d;
}
@media (max-width: 1400px) {
  .cid-u5FUIwRuFp {
    padding-bottom: 14.4rem;
  }
}
@media (max-width: 992px) {
  .cid-u5FUIwRuFp {
    padding-bottom: 11.7rem;
  }
}
@media (max-width: 767px) {
  .cid-u5FUIwRuFp {
    padding-bottom: 7.74rem;
  }
}
.cid-u5FUIwRuFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5FUIwRuFp .image-big {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  object-fit: cover;
  z-index: 0;
}
.cid-u5FUIwRuFp .row {
  z-index: 1;
  position: relative;
}
.cid-u5FUIwRuFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5FUIwRuFp .mbr-section-title {
  text-align: center;
  color: #ffb18a;
}
.cid-u5FUIwRuFp .mbr-text,
.cid-u5FUIwRuFp .mbr-section-btn {
  text-align: center;
}
.cid-u5FUIwRuFp .mbr-section-subtitle {
  text-align: center;
  color: #ffb18a;
}
.cid-u5FUIyZgo7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #202020;
}
.cid-u5FUIyZgo7 a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-u5FUIyZgo7 .content {
    text-align: center;
  }
}
.cid-u5FUIyZgo7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u5FUIzOsvW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5FUIzOsvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5FUIzOsvW .container-fluid {
  padding: 0;
}
.cid-u5FUIzOsvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u5FUIzOsvW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5FUIzOsvW .row {
  flex-direction: row-reverse;
}
.cid-u5FUIzOsvW img {
  width: 100%;
}
.cid-u5FUJiEist {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #181818;
}
.cid-u5FUJiEist .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-u5FUJiEist .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5FUJiEist .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-u5FUJiEist .list {
    margin-bottom: 30px;
  }
}
.cid-u5FUJiEist .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-u5FUJiEist .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-u5FUJiEist div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5FUJiEist .copyright {
  color: #868c90;
}
.cid-u5FUJiEist .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-u5FUJiEist .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u5FUJiEist .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-u5FUJiEist .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u5FUJiEist .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-u5FUJiEist .footer-logo {
    margin: 0 auto;
  }
}
