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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media (max-width: 1640px) {
  .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.9rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2760fd !important;
}
.bg-success {
  background-color: #6a665c !important;
}
.bg-info {
  background-color: #f5f5f5 !important;
}
.bg-warning {
  background-color: #ede5d1 !important;
}
.bg-danger {
  background-color: #cab86b !important;
}
.btn-primary .mbr-iconfont {
  background-color: #ffffff;
  color: #2760fd;
}
.btn-primary,
.btn-primary:active {
  background-color: #2760fd !important;
  border-color: #2760fd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #5a85fd !important;
  border-color: #5a85fd !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5a85fd !important;
  border-color: #5a85fd !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #676767;
  color: #e6e6e6;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
  color: #676767 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #676767 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info .mbr-iconfont {
  background-color: #767676;
  color: #f5f5f5;
}
.btn-info,
.btn-info:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #767676 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #767676 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  background-color: #ffffff;
  color: #6a665c;
}
.btn-success,
.btn-success:active {
  background-color: #6a665c !important;
  border-color: #6a665c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #858074 !important;
  border-color: #858074 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #858074 !important;
  border-color: #858074 !important;
}
.btn-warning .mbr-iconfont {
  background-color: #897136;
  color: #ede5d1;
}
.btn-warning,
.btn-warning:active {
  background-color: #ede5d1 !important;
  border-color: #ede5d1 !important;
  color: #897136 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fbfaf6 !important;
  border-color: #fbfaf6 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #897136 !important;
  background-color: #fbfaf6 !important;
  border-color: #fbfaf6 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff;
  color: #cab86b;
}
.btn-danger,
.btn-danger:active {
  background-color: #cab86b !important;
  border-color: #cab86b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d7ca91 !important;
  border-color: #d7ca91 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d7ca91 !important;
  border-color: #d7ca91 !important;
}
.btn-white .mbr-iconfont {
  background-color: #757b62;
  color: #eff0ec;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff;
  color: #0f0f0f;
}
.btn-black,
.btn-black:active {
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #292929 !important;
  border-color: #292929 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #292929 !important;
  border-color: #292929 !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #2760fd;
  color: #ffffff;
}
.btn-primary-outline span::after {
  background-color: #2760fd;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2760fd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2760fd !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2760fd !important;
  border-color: #2760fd !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #e6e6e6;
  color: #676767;
}
.btn-secondary-outline span::after {
  background-color: #e6e6e6;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6e6e6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e6e6e6 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #676767 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #f5f5f5;
  color: #767676;
}
.btn-info-outline span::after {
  background-color: #f5f5f5;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5f5f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f5f5f5 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #6a665c;
  color: #ffffff;
}
.btn-success-outline span::after {
  background-color: #6a665c;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6a665c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6a665c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6a665c !important;
  border-color: #6a665c !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #ede5d1;
  color: #897136;
}
.btn-warning-outline span::after {
  background-color: #ede5d1;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ede5d1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ede5d1 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #897136 !important;
  background-color: #ede5d1 !important;
  border-color: #ede5d1 !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #cab86b;
  color: #28230e;
}
.btn-danger-outline span::after {
  background-color: #cab86b;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cab86b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cab86b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cab86b !important;
  border-color: #cab86b !important;
}
.btn-black-outline .mbr-iconfont {
  background-color: #0f0f0f;
  color: #ffffff;
}
.btn-black-outline span::after {
  background-color: #0f0f0f;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f0f0f;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #0f0f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
}
.btn-white-outline .mbr-iconfont {
  background-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline span::after {
  background-color: #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent !important;
  border-color: transparent !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: #2760fd !important;
}
.text-secondary {
  color: #e6e6e6 !important;
}
.text-success {
  color: #6a665c !important;
}
.text-info {
  color: #f5f5f5 !important;
}
.text-warning {
  color: #ede5d1 !important;
}
.text-danger {
  color: #cab86b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #0f0f0f !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0233bc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b3b3b3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #33312d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c2c2c2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d0bc88 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #988637 !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: #2760fd;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f5f5f5;
}
.alert-warning {
  background-color: #ede5d1;
}
.alert-danger {
  background-color: #cab86b;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2760fd;
  border-color: #2760fd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2760fd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f1f5ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a9a69c;
}
.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*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: 300;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.375rem;
}
.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: #2760fd !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rubik', sans-serif;
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: 300;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.375rem;
}
blockquote {
  border-color: #2760fd;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2760fd;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2760fd;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2760fd;
  border-bottom-color: #2760fd;
}
.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: #2760fd !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: #e6e6e6 !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='%232760fd' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 8px 42px;
  font-weight: 300;
  min-height: 62px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 8px 24px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 100%;
  font-size: 18px;
  margin-left: 24px;
  margin-right: -32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont {
    margin-left: 12px;
    margin-right: -14px;
  }
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  margin-left: 34px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn:hover .mbr-iconfont,
  .mbr-section-btn .btn:focus .mbr-iconfont {
    margin-left: 24px;
  }
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  min-height: auto;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont {
  padding: 0;
  margin-right: 0;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline .mbr-iconfont,
  .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
  .mbr-section-btn .btn-success-outline .mbr-iconfont,
  .mbr-section-btn .btn-info-outline .mbr-iconfont,
  .mbr-section-btn .btn-warning-outline .mbr-iconfont,
  .mbr-section-btn .btn-danger-outline .mbr-iconfont,
  .mbr-section-btn .btn-black-outline .mbr-iconfont,
  .mbr-section-btn .btn-white-outline .mbr-iconfont {
    margin-right: 0;
  }
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont::after,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont::after,
.mbr-section-btn .btn-success-outline .mbr-iconfont::after,
.mbr-section-btn .btn-info-outline .mbr-iconfont::after,
.mbr-section-btn .btn-warning-outline .mbr-iconfont::after,
.mbr-section-btn .btn-danger-outline .mbr-iconfont::after,
.mbr-section-btn .btn-black-outline .mbr-iconfont::after,
.mbr-section-btn .btn-white-outline .mbr-iconfont::after {
  display: none !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  text-decoration-color: inherit;
}
.item-wrap {
  border-radius: 100px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.cid-uOXpYf1KhY .navbar-dropdown {
  position: relative !important;
}
.cid-uOXpYf1KhY .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uOXpYf1KhY .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uOXpYf1KhY .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uOXpYf1KhY .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uOXpYf1KhY .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-uOXpYf1KhY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOXpYf1KhY .dropdown-item {
  border: none !important;
  background: #ede5d1 !important;
}
.cid-uOXpYf1KhY .dropdown-item:hover,
.cid-uOXpYf1KhY .dropdown-item:focus {
  background: #ede5d1 !important;
  color: #0f0f0f !important;
}
.cid-uOXpYf1KhY .dropdown-item:hover span {
  color: white;
}
.cid-uOXpYf1KhY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOXpYf1KhY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOXpYf1KhY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOXpYf1KhY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOXpYf1KhY .nav-link {
  position: relative;
}
.cid-uOXpYf1KhY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOXpYf1KhY .container {
    flex-wrap: nowrap;
  }
}
.cid-uOXpYf1KhY .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.0rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOXpYf1KhY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOXpYf1KhY .dropdown-menu,
.cid-uOXpYf1KhY .navbar.opened {
  background: #ede5d1 !important;
}
.cid-uOXpYf1KhY .nav-item:focus,
.cid-uOXpYf1KhY .nav-link:focus {
  outline: none;
}
.cid-uOXpYf1KhY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOXpYf1KhY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOXpYf1KhY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOXpYf1KhY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOXpYf1KhY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOXpYf1KhY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOXpYf1KhY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ede5d1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOXpYf1KhY .navbar.opened {
  transition: all 0.3s;
}
.cid-uOXpYf1KhY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOXpYf1KhY .navbar .navbar-logo img {
  width: auto;
}
.cid-uOXpYf1KhY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOXpYf1KhY .navbar.collapsed {
  justify-content: center;
}
.cid-uOXpYf1KhY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOXpYf1KhY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOXpYf1KhY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uOXpYf1KhY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOXpYf1KhY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOXpYf1KhY .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-uOXpYf1KhY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOXpYf1KhY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOXpYf1KhY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOXpYf1KhY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOXpYf1KhY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOXpYf1KhY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOXpYf1KhY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOXpYf1KhY .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-uOXpYf1KhY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOXpYf1KhY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOXpYf1KhY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOXpYf1KhY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOXpYf1KhY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOXpYf1KhY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOXpYf1KhY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOXpYf1KhY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOXpYf1KhY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOXpYf1KhY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOXpYf1KhY .navbar-brand .navbar-caption:hover,
.cid-uOXpYf1KhY .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uOXpYf1KhY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOXpYf1KhY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOXpYf1KhY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uOXpYf1KhY .dropdown-item.active,
.cid-uOXpYf1KhY .dropdown-item:active {
  background-color: transparent;
}
.cid-uOXpYf1KhY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOXpYf1KhY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOXpYf1KhY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOXpYf1KhY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede5d1;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOXpYf1KhY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOXpYf1KhY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOXpYf1KhY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOXpYf1KhY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOXpYf1KhY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOXpYf1KhY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uOXpYf1KhY .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uOXpYf1KhY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uOXpYf1KhY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOXpYf1KhY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ede5d1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOXpYf1KhY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uOXpYf1KhY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOXpYf1KhY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOXpYf1KhY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOXpYf1KhY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOXpYf1KhY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXpYf1KhY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOXpYf1KhY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOXpYf1KhY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXpYf1KhY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOXpYf1KhY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOXpYf1KhY .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-uOXpYf1KhY .navbar {
    height: 70px;
  }
  .cid-uOXpYf1KhY .navbar.opened {
    height: auto;
  }
  .cid-uOXpYf1KhY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOXpYf1KhY .navbar-nav {
  margin: 0 auto;
}
.cid-uOXpYf1KhY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOXpYf1KhY .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uOXpYf1KhY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOXpYf1KhY .nav-item .nav-link:hover,
.cid-uOXpYf1KhY .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uOXpYf1KhY .nav-item .nav-link:hover::after,
.cid-uOXpYf1KhY .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOXpYf1KhY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOXpYf1KhY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOXpYf1KhY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOXpYf1KhY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOXpYf1KhY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOXpYf1KhY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOXpYf1KhY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOXpYf1KhY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOXpYf1KhY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOXpYf1KhY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOXpYf1KhY .content-wrap {
  min-height: 110px;
}
.cid-uOXpYzK3HD {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uOXpYzK3HD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXpYzK3HD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXpYzK3HD .title-wrapper .mbr-section-title {
  display: inline;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOXpYzK3HD .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uOXpYzK3HD .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOXpYzK3HD .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uOXpYzK3HD .mbr-section-title {
  color: #0f0f0f;
}
.cid-uOXpYzK3HD .mbr-text {
  color: #6a665c;
  font-weight: 300;
}
.cid-uOXpYzK3HD .mbr-section-title,
.cid-uOXpYzK3HD .mbr-section-btn,
.cid-uOXpYzK3HD .title-wrapper {
  color: #000000;
}
.cid-uOXq4JSdEZ {
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/header-test-7-c-2000x1333.jpg");
}
.cid-uOXq4JSdEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXq4JSdEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXq4JSdEZ .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uOXq4JSdEZ .image-wrapper {
    height: 300px;
  }
}
.cid-uOXpZtGUCj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uOXpZtGUCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXpZtGUCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXpZtGUCj .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOXpZtGUCj .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOXpZtGUCj .items-wrapper {
  margin: 0 -2px;
}
.cid-uOXpZtGUCj .items-wrapper .card {
  padding: 0 2px;
}
.cid-uOXpZtGUCj .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uOXpZtGUCj .item {
    margin-bottom: 2px;
  }
}
.cid-uOXpZtGUCj .item:hover .item-wrapper,
.cid-uOXpZtGUCj .item:focus .item-wrapper {
  background-color: #d7c495;
}
.cid-uOXpZtGUCj .item:hover .item-wrapper .card-box .card-title,
.cid-uOXpZtGUCj .item:focus .item-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-uOXpZtGUCj .item:hover .item-wrapper .card-box .card-text,
.cid-uOXpZtGUCj .item:focus .item-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-uOXpZtGUCj .item:hover .item-wrapper .tags-wrapper .list,
.cid-uOXpZtGUCj .item:focus .item-wrapper .tags-wrapper .list {
  color: #ffffff;
}
.cid-uOXpZtGUCj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uOXpZtGUCj .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uOXpZtGUCj .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uOXpZtGUCj .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uOXpZtGUCj .item .item-wrapper .tags-wrapper {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-uOXpZtGUCj .item .item-wrapper .tags-wrapper {
    margin-top: 40px;
  }
}
.cid-uOXpZtGUCj .item .item-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  transition: all .3s ease;
}
.cid-uOXpZtGUCj .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-block;
  padding: 8px 32px;
  border: 1px solid #666666;
  margin: 0 14px 14px 0;
}
@media (max-width: 992px) {
  .cid-uOXpZtGUCj .item .item-wrapper .tags-wrapper .list .item-wrap {
    padding: 8px 24px;
    margin: 0 10px 10px 0;
  }
}
.cid-uOXpZtGUCj .mbr-section-title {
  color: #0f0f0f;
}
.cid-uOXpZtGUCj .card-title {
  color: #6a665c;
}
.cid-uOXpZtGUCj .card-text {
  color: #666666;
}
.cid-uOXpZtGUCj .list {
  color: #0f0f0f;
}
.cid-uOXq3RbigO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOXq3RbigO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXq3RbigO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXq3RbigO .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uOXq3RbigO .content-wrapper .text-wrapper .mbr-text {
  display: inline;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOXq3RbigO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOXq3RbigO .mbr-label {
  color: #666666;
}
.cid-uOXq3RbigO .mbr-text {
  color: #0f0f0f;
}
.cid-uOXq3RbigO .mbr-label,
.cid-uOXq3RbigO .mbr-section-btn {
  color: #6a665c;
}
.cid-uOXq3RbigO .mbr-text,
.cid-uOXq3RbigO .text-wrapper {
  color: #000000;
}
.cid-uYpPmSaQW3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ede5d1;
}
.cid-uYpPmSaQW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpPmSaQW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpPmSaQW3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYpPmSaQW3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYpPmSaQW3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uYpPmSaQW3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYpPmSaQW3 .embla__slide:last-child .slide-content .item-wrapper {
  border-right: none;
}
.cid-uYpPmSaQW3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uYpPmSaQW3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 64px;
  border-right: 4px solid #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uYpPmSaQW3 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uYpPmSaQW3 .embla__slide .slide-content .item-wrapper {
    border-right: 2px solid #f5f5f5;
  }
}
.cid-uYpPmSaQW3 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uYpPmSaQW3 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uYpPmSaQW3 .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uYpPmSaQW3 .embla__slide .slide-content .item-wrapper .card-box .card-date {
  margin-bottom: 14px;
}
.cid-uYpPmSaQW3 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-uYpPmSaQW3 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYpPmSaQW3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYpPmSaQW3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYpPmSaQW3 .embla__button--next,
.cid-uYpPmSaQW3 .embla__button--prev {
  display: flex;
}
.cid-uYpPmSaQW3 .embla__button {
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 22px;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uYpPmSaQW3 .embla__button:hover {
  background-color: #ffffff !important;
  color: #0f0f0f !important;
}
.cid-uYpPmSaQW3 .embla__button:disabled {
  opacity: .6 !important;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
}
.cid-uYpPmSaQW3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uYpPmSaQW3 .embla__button.embla__button--next {
  left: 64px;
}
.cid-uYpPmSaQW3 .embla {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
}
.cid-uYpPmSaQW3 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uYpPmSaQW3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYpPmSaQW3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYpPmSaQW3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uYpPmSaQW3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uYpPmSaQW3 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uYpPmSaQW3 .card-date {
  color: #666666;
  text-align: right;
}
.cid-uYpPmSaQW3 .card-title {
  color: #0f0f0f;
}
.cid-uYpPmSaQW3 .card-text {
  color: #666666;
}
.cid-uOXq48MODH {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uOXq48MODH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXq48MODH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXq48MODH .row {
  justify-content: space-between;
}
.cid-uOXq48MODH .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uOXq48MODH .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOXq48MODH .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uOXq48MODH .mbr-label {
  color: #6a665c;
}
.cid-uOXq48MODH .mbr-section-title {
  color: #0f0f0f;
}
.cid-uOXq48MODH .mbr-text {
  color: #666666;
}
.cid-uOXq48MODH .mbr-text,
.cid-uOXq48MODH .mbr-section-btn {
  color: #6a665c;
}
.cid-uYpRqjKq3L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYpRqjKq3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpRqjKq3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpRqjKq3L .card-wrapper {
  display: flex;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYpRqjKq3L .card-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uYpRqjKq3L .card-wrapper .content-wrapper {
  display: inline-flex;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uYpRqjKq3L .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYpRqjKq3L .card-wrapper .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-uYpRqjKq3L .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYpRqjKq3L .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYpRqjKq3L .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYpRqjKq3L .card-wrapper .content-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uYpRqjKq3L .card-wrapper .content-wrapper .panel-group .card:hover {
  border-bottom: 1px solid #0f0f0f;
}
.cid-uYpRqjKq3L .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uYpRqjKq3L .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uYpRqjKq3L .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uYpRqjKq3L .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #6a665c;
}
.cid-uYpRqjKq3L .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ede5d1;
}
.cid-uYpRqjKq3L .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uYpRqjKq3L .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYpRqjKq3L .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uYpRqjKq3L .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYpRqjKq3L .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uYpRqjKq3L .mbr-section-title {
  color: #0f0f0f;
}
.cid-uYpRqjKq3L .panel-title-edit {
  color: #666666;
}
.cid-uYpRqjKq3L .panel-text {
  color: #666666;
}
.cid-uYpSDaT5x3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYpSDaT5x3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpSDaT5x3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpSDaT5x3 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYpSDaT5x3 .content-wrapper .text-wrapper .mbr-text {
  display: inline;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYpSDaT5x3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYpSDaT5x3 .mbr-label {
  color: #666666;
}
.cid-uYpSDaT5x3 .mbr-text {
  color: #0f0f0f;
}
.cid-uYpSDaT5x3 .mbr-label,
.cid-uYpSDaT5x3 .mbr-section-btn {
  color: #6a665c;
}
.cid-uYpSDaT5x3 .mbr-text,
.cid-uYpSDaT5x3 .text-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uOXqnsfLN7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uOXqnsfLN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXqnsfLN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXqnsfLN7 .row {
  justify-content: space-between;
}
.cid-uOXqnsfLN7 .content-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uOXqnsfLN7 .content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uOXqnsfLN7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOXqnsfLN7 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uOXqnsfLN7 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOXqnsfLN7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOXqnsfLN7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOXqnsfLN7 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .cid-uOXqnsfLN7 .nav-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uOXqnsfLN7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOXqnsfLN7 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uOXqnsfLN7 .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  padding: 6px 0;
  margin-bottom: 0px;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOXqnsfLN7 .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 0.1em;
  }
}
.cid-uOXqnsfLN7 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOXqnsfLN7 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOXqnsfLN7 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: #ffffff;
}
.cid-uOXqnsfLN7 .nav-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOXqnsfLN7 .nav-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uOXqnsfLN7 .mbr-copy {
  margin-bottom: 0;
  color: #454545;
  text-align: center;
}
.cid-uOXqnsfLN7 .mbr-label {
  color: #ffffff;
}
.cid-uOXqnsfLN7 .mbr-section-title {
  color: #000000;
  line-height: 1.2em;
}
.cid-uOXqnsfLN7 .mbr-text {
  color: #ffffff;
}
.cid-uOXqnsfLN7 .list {
  color: #ffffff;
}
.cid-uOXqnsfLN7 .mbr-text,
.cid-uOXqnsfLN7 .text-wrapper {
  color: #6a665c;
}
.cid-uOXqnsfLN7 .list,
.cid-uOXqnsfLN7 .item-wrap,
.cid-uOXqnsfLN7 .nav-wrap,
.cid-uOXqnsfLN7 .mbr-section-btn {
  color: #6a665c;
}
.cid-uYnsSKi5yC .navbar-dropdown {
  position: relative !important;
}
.cid-uYnsSKi5yC .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uYnsSKi5yC .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uYnsSKi5yC .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uYnsSKi5yC .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uYnsSKi5yC .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-uYnsSKi5yC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYnsSKi5yC .dropdown-item {
  border: none !important;
  background: #ede5d1 !important;
}
.cid-uYnsSKi5yC .dropdown-item:hover,
.cid-uYnsSKi5yC .dropdown-item:focus {
  background: #ede5d1 !important;
  color: #0f0f0f !important;
}
.cid-uYnsSKi5yC .dropdown-item:hover span {
  color: white;
}
.cid-uYnsSKi5yC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYnsSKi5yC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYnsSKi5yC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYnsSKi5yC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYnsSKi5yC .nav-link {
  position: relative;
}
.cid-uYnsSKi5yC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYnsSKi5yC .container {
    flex-wrap: nowrap;
  }
}
.cid-uYnsSKi5yC .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.0rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnsSKi5yC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYnsSKi5yC .dropdown-menu,
.cid-uYnsSKi5yC .navbar.opened {
  background: #ede5d1 !important;
}
.cid-uYnsSKi5yC .nav-item:focus,
.cid-uYnsSKi5yC .nav-link:focus {
  outline: none;
}
.cid-uYnsSKi5yC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnsSKi5yC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYnsSKi5yC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnsSKi5yC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnsSKi5yC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnsSKi5yC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnsSKi5yC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ede5d1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYnsSKi5yC .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnsSKi5yC .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYnsSKi5yC .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnsSKi5yC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYnsSKi5yC .navbar.collapsed {
  justify-content: center;
}
.cid-uYnsSKi5yC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnsSKi5yC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYnsSKi5yC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uYnsSKi5yC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnsSKi5yC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnsSKi5yC .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-uYnsSKi5yC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnsSKi5yC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnsSKi5yC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYnsSKi5yC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnsSKi5yC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnsSKi5yC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnsSKi5yC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnsSKi5yC .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-uYnsSKi5yC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYnsSKi5yC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYnsSKi5yC .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYnsSKi5yC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYnsSKi5yC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnsSKi5yC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnsSKi5yC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYnsSKi5yC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYnsSKi5yC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYnsSKi5yC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYnsSKi5yC .navbar-brand .navbar-caption:hover,
.cid-uYnsSKi5yC .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYnsSKi5yC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnsSKi5yC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYnsSKi5yC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYnsSKi5yC .dropdown-item.active,
.cid-uYnsSKi5yC .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnsSKi5yC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnsSKi5yC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnsSKi5yC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnsSKi5yC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede5d1;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYnsSKi5yC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnsSKi5yC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYnsSKi5yC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYnsSKi5yC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYnsSKi5yC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYnsSKi5yC .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYnsSKi5yC .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uYnsSKi5yC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYnsSKi5yC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYnsSKi5yC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ede5d1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYnsSKi5yC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uYnsSKi5yC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYnsSKi5yC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYnsSKi5yC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYnsSKi5yC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYnsSKi5yC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnsSKi5yC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnsSKi5yC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnsSKi5yC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnsSKi5yC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnsSKi5yC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnsSKi5yC .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-uYnsSKi5yC .navbar {
    height: 70px;
  }
  .cid-uYnsSKi5yC .navbar.opened {
    height: auto;
  }
  .cid-uYnsSKi5yC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnsSKi5yC .navbar-nav {
  margin: 0 auto;
}
.cid-uYnsSKi5yC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYnsSKi5yC .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uYnsSKi5yC .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYnsSKi5yC .nav-item .nav-link:hover,
.cid-uYnsSKi5yC .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uYnsSKi5yC .nav-item .nav-link:hover::after,
.cid-uYnsSKi5yC .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYnsSKi5yC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYnsSKi5yC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYnsSKi5yC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYnsSKi5yC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYnsSKi5yC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYnsSKi5yC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYnsSKi5yC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYnsSKi5yC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYnsSKi5yC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYnsSKi5yC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYnsSKi5yC .content-wrap {
  min-height: 110px;
}
.cid-uYnsSL81Ff {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYnsSL81Ff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsSL81Ff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsSL81Ff .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnsSL81Ff .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uYnsSL81Ff .text-wrapper .mbr-text {
  margin-bottom: 50px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYnsSL81Ff .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uYnsSL81Ff .mbr-section-title {
  color: #0f0f0f;
  line-height: 1.0em;
}
.cid-uYnsSL81Ff .mbr-text {
  color: #6a665c;
}
.cid-uYnsSL81Ff .mbr-section-title,
.cid-uYnsSL81Ff .mbr-section-btn,
.cid-uYnsSL81Ff .title-wrapper {
  color: #000000;
}
.cid-uYnsSLtyWY {
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/header-solucoes-2000x1333.jpg");
}
.cid-uYnsSLtyWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsSLtyWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsSLtyWY .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uYnsSLtyWY .image-wrapper {
    height: 300px;
  }
}
.cid-uYnsSM4gkT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYnsSM4gkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsSM4gkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsSM4gkT .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYnsSM4gkT .content-wrapper .text-wrapper .mbr-text {
  display: inline;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-uYnsSM4gkT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnsSM4gkT .mbr-label {
  color: #666666;
}
.cid-uYnsSM4gkT .mbr-text {
  color: #0f0f0f;
  line-height: 1.2em;
}
.cid-uYnsSN3YDL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYnsSN3YDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsSN3YDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsSN3YDL .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYnsSN3YDL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYnsSN3YDL .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uYnsSN3YDL .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uYnsSN3YDL .items-wrapper .item .item-wrapper {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uYnsSN3YDL .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uYnsSN3YDL .items-wrapper .item .item-wrapper .card-box {
  padding: 240px 64px;
  background-color: #ede5d1;
}
@media (max-width: 992px) {
  .cid-uYnsSN3YDL .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 2px;
    padding: 20px;
  }
}
.cid-uYnsSN3YDL .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYnsSN3YDL .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 20px;
  }
}
.cid-uYnsSN3YDL .items-wrapper .item .item-wrapper .card-box .card-subtitle {
  margin-bottom: 14px;
}
.cid-uYnsSN3YDL .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYnsSN3YDL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYnsSN3YDL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYnsSN3YDL .items-wrapper .item .item-wrapper .item-img {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYnsSN3YDL .items-wrapper .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uYnsSN3YDL .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYnsSN3YDL .mbr-section-title {
  color: #0f0f0f;
}
.cid-uYnsSN3YDL .card-title {
  color: #0f0f0f;
}
.cid-uYnsSN3YDL .card-subtitle {
  color: #666666;
}
.cid-uYnsSN3YDL .card-text {
  color: #6a665c;
}
.cid-uYveTR7FNb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYveTR7FNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYveTR7FNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYveTR7FNb .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYveTR7FNb .content-wrapper .text-wrapper .mbr-text {
  display: inline;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-uYveTR7FNb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYveTR7FNb .mbr-label {
  color: #666666;
}
.cid-uYveTR7FNb .mbr-text {
  color: #0f0f0f;
  line-height: 1.2em;
}
.cid-uYveTR7FNb .mbr-label,
.cid-uYveTR7FNb .mbr-section-btn {
  color: #6a665c;
}
.cid-uYnsSMKPdA {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYnsSMKPdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsSMKPdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsSMKPdA .row {
  justify-content: space-between;
}
.cid-uYnsSMKPdA .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYnsSMKPdA .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYnsSMKPdA .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uYnsSMKPdA .mbr-label {
  color: #666666;
}
.cid-uYnsSMKPdA .mbr-section-title {
  color: #000000;
  line-height: 1.2em;
}
.cid-uYnsSMKPdA .mbr-text {
  color: #666666;
}
.cid-uYnsSMKPdA .mbr-text,
.cid-uYnsSMKPdA .mbr-section-btn {
  color: #6a665c;
}
.cid-uYnsSTuIhM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYnsSTuIhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsSTuIhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsSTuIhM .row {
  justify-content: space-between;
}
.cid-uYnsSTuIhM .content-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uYnsSTuIhM .content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYnsSTuIhM .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYnsSTuIhM .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYnsSTuIhM .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYnsSTuIhM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnsSTuIhM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnsSTuIhM .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .cid-uYnsSTuIhM .nav-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYnsSTuIhM .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYnsSTuIhM .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnsSTuIhM .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  padding: 6px 0;
  margin-bottom: 0px;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYnsSTuIhM .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 0.1em;
  }
}
.cid-uYnsSTuIhM .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYnsSTuIhM .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uYnsSTuIhM .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: #ffffff;
}
.cid-uYnsSTuIhM .nav-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnsSTuIhM .nav-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uYnsSTuIhM .mbr-copy {
  margin-bottom: 0;
  color: #454545;
  text-align: center;
}
.cid-uYnsSTuIhM .mbr-label {
  color: #ffffff;
}
.cid-uYnsSTuIhM .mbr-section-title {
  color: #000000;
  line-height: 1.2em;
}
.cid-uYnsSTuIhM .mbr-text {
  color: #ffffff;
}
.cid-uYnsSTuIhM .list {
  color: #ffffff;
}
.cid-uYnsSTuIhM .mbr-text,
.cid-uYnsSTuIhM .text-wrapper {
  color: #6a665c;
}
.cid-uYnsSTuIhM .list,
.cid-uYnsSTuIhM .item-wrap,
.cid-uYnsSTuIhM .nav-wrap,
.cid-uYnsSTuIhM .mbr-section-btn {
  color: #6a665c;
}
.cid-uYnsUSHhdq .navbar-dropdown {
  position: relative !important;
}
.cid-uYnsUSHhdq .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uYnsUSHhdq .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uYnsUSHhdq .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uYnsUSHhdq .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uYnsUSHhdq .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-uYnsUSHhdq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYnsUSHhdq .dropdown-item {
  border: none !important;
  background: #ede5d1 !important;
}
.cid-uYnsUSHhdq .dropdown-item:hover,
.cid-uYnsUSHhdq .dropdown-item:focus {
  background: #ede5d1 !important;
  color: #0f0f0f !important;
}
.cid-uYnsUSHhdq .dropdown-item:hover span {
  color: white;
}
.cid-uYnsUSHhdq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYnsUSHhdq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYnsUSHhdq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYnsUSHhdq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYnsUSHhdq .nav-link {
  position: relative;
}
.cid-uYnsUSHhdq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYnsUSHhdq .container {
    flex-wrap: nowrap;
  }
}
.cid-uYnsUSHhdq .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.0rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnsUSHhdq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYnsUSHhdq .dropdown-menu,
.cid-uYnsUSHhdq .navbar.opened {
  background: #ede5d1 !important;
}
.cid-uYnsUSHhdq .nav-item:focus,
.cid-uYnsUSHhdq .nav-link:focus {
  outline: none;
}
.cid-uYnsUSHhdq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnsUSHhdq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYnsUSHhdq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnsUSHhdq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnsUSHhdq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnsUSHhdq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnsUSHhdq .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ede5d1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYnsUSHhdq .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnsUSHhdq .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYnsUSHhdq .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnsUSHhdq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYnsUSHhdq .navbar.collapsed {
  justify-content: center;
}
.cid-uYnsUSHhdq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnsUSHhdq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYnsUSHhdq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uYnsUSHhdq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnsUSHhdq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnsUSHhdq .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-uYnsUSHhdq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnsUSHhdq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnsUSHhdq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYnsUSHhdq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnsUSHhdq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnsUSHhdq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnsUSHhdq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnsUSHhdq .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-uYnsUSHhdq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYnsUSHhdq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYnsUSHhdq .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYnsUSHhdq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYnsUSHhdq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnsUSHhdq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnsUSHhdq .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYnsUSHhdq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYnsUSHhdq .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYnsUSHhdq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYnsUSHhdq .navbar-brand .navbar-caption:hover,
.cid-uYnsUSHhdq .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYnsUSHhdq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnsUSHhdq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYnsUSHhdq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYnsUSHhdq .dropdown-item.active,
.cid-uYnsUSHhdq .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnsUSHhdq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnsUSHhdq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnsUSHhdq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnsUSHhdq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede5d1;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYnsUSHhdq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnsUSHhdq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYnsUSHhdq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYnsUSHhdq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYnsUSHhdq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYnsUSHhdq .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYnsUSHhdq .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uYnsUSHhdq .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYnsUSHhdq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYnsUSHhdq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ede5d1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYnsUSHhdq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uYnsUSHhdq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYnsUSHhdq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYnsUSHhdq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYnsUSHhdq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYnsUSHhdq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnsUSHhdq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnsUSHhdq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnsUSHhdq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnsUSHhdq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnsUSHhdq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnsUSHhdq .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-uYnsUSHhdq .navbar {
    height: 70px;
  }
  .cid-uYnsUSHhdq .navbar.opened {
    height: auto;
  }
  .cid-uYnsUSHhdq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnsUSHhdq .navbar-nav {
  margin: 0 auto;
}
.cid-uYnsUSHhdq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYnsUSHhdq .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uYnsUSHhdq .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYnsUSHhdq .nav-item .nav-link:hover,
.cid-uYnsUSHhdq .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uYnsUSHhdq .nav-item .nav-link:hover::after,
.cid-uYnsUSHhdq .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYnsUSHhdq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYnsUSHhdq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYnsUSHhdq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYnsUSHhdq .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYnsUSHhdq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYnsUSHhdq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYnsUSHhdq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYnsUSHhdq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYnsUSHhdq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYnsUSHhdq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYnsUSHhdq .content-wrap {
  min-height: 110px;
}
.cid-uYvmiHZaDe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYvmiHZaDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYvmiHZaDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYvmiHZaDe .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYvmiHZaDe .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uYvmiHZaDe .text-wrapper .mbr-text {
  margin-bottom: 50px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYvmiHZaDe .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uYvmiHZaDe .mbr-section-title {
  color: #0f0f0f;
  line-height: 1.0em;
}
.cid-uYvmiHZaDe .mbr-text {
  color: #6a665c;
}
.cid-uYvmiHZaDe .mbr-section-title,
.cid-uYvmiHZaDe .mbr-section-btn,
.cid-uYvmiHZaDe .title-wrapper {
  color: #000000;
}
.cid-uYnsUTHjCl {
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/experiencia-2-2000x1335.jpg");
}
.cid-uYnsUTHjCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsUTHjCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsUTHjCl .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uYnsUTHjCl .image-wrapper {
    height: 300px;
  }
}
.cid-uYnsUUkbUp {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYnsUUkbUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsUUkbUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsUUkbUp .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYnsUUkbUp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYnsUUkbUp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnsUUkbUp .mbr-label {
  color: #666666;
}
.cid-uYnsUUkbUp .mbr-text {
  color: #0f0f0f;
}
.cid-uYnsUUkbUp .mbr-text,
.cid-uYnsUUkbUp .text-wrapper {
  color: #000000;
}
.cid-uYvuFY0D98 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ede5d1;
}
.cid-uYvuFY0D98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYvuFY0D98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYvuFY0D98 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYvuFY0D98 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYvuFY0D98 .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uYvuFY0D98 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uYvuFY0D98 .items-wrapper .item .item-wrapper {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uYvuFY0D98 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uYvuFY0D98 .items-wrapper .item .item-wrapper .card-box {
  padding: 240px 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYvuFY0D98 .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 2px;
    padding: 20px;
  }
}
.cid-uYvuFY0D98 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYvuFY0D98 .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 20px;
  }
}
.cid-uYvuFY0D98 .items-wrapper .item .item-wrapper .card-box .card-subtitle {
  margin-bottom: 14px;
}
.cid-uYvuFY0D98 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYvuFY0D98 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYvuFY0D98 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYvuFY0D98 .items-wrapper .item .item-wrapper .item-img {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYvuFY0D98 .items-wrapper .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uYvuFY0D98 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYvuFY0D98 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uYvuFY0D98 .card-title {
  color: #0f0f0f;
}
.cid-uYvuFY0D98 .card-subtitle {
  color: #666666;
}
.cid-uYvuFY0D98 .card-text {
  color: #6a665c;
}
.cid-v0aybrYfWd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ede5d1;
}
.cid-v0aybrYfWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0aybrYfWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0aybrYfWd .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0aybrYfWd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0aybrYfWd .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-v0aybrYfWd .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v0aybrYfWd .items-wrapper .item .item-wrapper {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-v0aybrYfWd .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v0aybrYfWd .items-wrapper .item .item-wrapper .card-box {
  padding: 240px 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v0aybrYfWd .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 2px;
    padding: 20px;
  }
}
.cid-v0aybrYfWd .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0aybrYfWd .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 20px;
  }
}
.cid-v0aybrYfWd .items-wrapper .item .item-wrapper .card-box .card-subtitle {
  margin-bottom: 14px;
}
.cid-v0aybrYfWd .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0aybrYfWd .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0aybrYfWd .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0aybrYfWd .items-wrapper .item .item-wrapper .item-img {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v0aybrYfWd .items-wrapper .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-v0aybrYfWd .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0aybrYfWd .mbr-section-title {
  color: #0f0f0f;
}
.cid-v0aybrYfWd .card-title {
  color: #0f0f0f;
}
.cid-v0aybrYfWd .card-subtitle {
  color: #666666;
}
.cid-v0aybrYfWd .card-text {
  color: #6a665c;
}
.cid-uYvzuOYfoV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ede5d1;
}
.cid-uYvzuOYfoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYvzuOYfoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYvzuOYfoV .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYvzuOYfoV .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYvzuOYfoV .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uYvzuOYfoV .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uYvzuOYfoV .items-wrapper .item .item-wrapper {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uYvzuOYfoV .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uYvzuOYfoV .items-wrapper .item .item-wrapper .card-box {
  padding: 240px 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYvzuOYfoV .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 2px;
    padding: 20px;
  }
}
.cid-uYvzuOYfoV .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYvzuOYfoV .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 20px;
  }
}
.cid-uYvzuOYfoV .items-wrapper .item .item-wrapper .card-box .card-subtitle {
  margin-bottom: 14px;
}
.cid-uYvzuOYfoV .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYvzuOYfoV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYvzuOYfoV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYvzuOYfoV .items-wrapper .item .item-wrapper .item-img {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYvzuOYfoV .items-wrapper .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uYvzuOYfoV .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYvzuOYfoV .mbr-section-title {
  color: #0f0f0f;
}
.cid-uYvzuOYfoV .card-title {
  color: #0f0f0f;
}
.cid-uYvzuOYfoV .card-subtitle {
  color: #666666;
}
.cid-uYvzuOYfoV .card-text {
  color: #6a665c;
}
.cid-v0az0ouZTx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-v0az0ouZTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0az0ouZTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0az0ouZTx .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0az0ouZTx .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0az0ouZTx .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-v0az0ouZTx .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v0az0ouZTx .items-wrapper .item .item-wrapper {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-v0az0ouZTx .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v0az0ouZTx .items-wrapper .item .item-wrapper .card-box {
  padding: 240px 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v0az0ouZTx .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 2px;
    padding: 20px;
  }
}
.cid-v0az0ouZTx .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0az0ouZTx .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 20px;
  }
}
.cid-v0az0ouZTx .items-wrapper .item .item-wrapper .card-box .card-subtitle {
  margin-bottom: 14px;
}
.cid-v0az0ouZTx .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0az0ouZTx .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0az0ouZTx .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0az0ouZTx .items-wrapper .item .item-wrapper .item-img {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v0az0ouZTx .items-wrapper .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-v0az0ouZTx .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0az0ouZTx .mbr-section-title {
  color: #0f0f0f;
}
.cid-v0az0ouZTx .card-title {
  color: #0f0f0f;
}
.cid-v0az0ouZTx .card-subtitle {
  color: #666666;
}
.cid-v0az0ouZTx .card-text {
  color: #6a665c;
}
.cid-uYvDjAUYOA {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uYvDjAUYOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYvDjAUYOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYvDjAUYOA .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYvDjAUYOA .content-wrapper .text-wrapper .mbr-text {
  display: inline;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYvDjAUYOA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYvDjAUYOA .mbr-label {
  color: #666666;
}
.cid-uYvDjAUYOA .mbr-text {
  color: #0f0f0f;
}
.cid-uYvDjAUYOA .mbr-label,
.cid-uYvDjAUYOA .mbr-section-btn {
  color: #6a665c;
}
.cid-uYvDjAUYOA .mbr-text,
.cid-uYvDjAUYOA .text-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uYnsUZx25w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYnsUZx25w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsUZx25w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsUZx25w .row {
  justify-content: space-between;
}
.cid-uYnsUZx25w .content-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uYnsUZx25w .content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYnsUZx25w .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYnsUZx25w .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYnsUZx25w .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYnsUZx25w .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnsUZx25w .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnsUZx25w .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .cid-uYnsUZx25w .nav-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYnsUZx25w .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYnsUZx25w .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnsUZx25w .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  padding: 6px 0;
  margin-bottom: 0px;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYnsUZx25w .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 0.1em;
  }
}
.cid-uYnsUZx25w .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYnsUZx25w .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uYnsUZx25w .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: #ffffff;
}
.cid-uYnsUZx25w .nav-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnsUZx25w .nav-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uYnsUZx25w .mbr-copy {
  margin-bottom: 0;
  color: #454545;
  text-align: center;
}
.cid-uYnsUZx25w .mbr-label {
  color: #ffffff;
}
.cid-uYnsUZx25w .mbr-section-title {
  color: #000000;
  line-height: 1.2em;
}
.cid-uYnsUZx25w .mbr-text {
  color: #ffffff;
}
.cid-uYnsUZx25w .list {
  color: #ffffff;
}
.cid-uYnsUZx25w .mbr-text,
.cid-uYnsUZx25w .text-wrapper {
  color: #6a665c;
}
.cid-uYnsUZx25w .list,
.cid-uYnsUZx25w .item-wrap,
.cid-uYnsUZx25w .nav-wrap,
.cid-uYnsUZx25w .mbr-section-btn {
  color: #6a665c;
}
.cid-uYnsPKoaiZ .navbar-dropdown {
  position: relative !important;
}
.cid-uYnsPKoaiZ .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uYnsPKoaiZ .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uYnsPKoaiZ .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uYnsPKoaiZ .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uYnsPKoaiZ .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-uYnsPKoaiZ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYnsPKoaiZ .dropdown-item {
  border: none !important;
  background: #ede5d1 !important;
}
.cid-uYnsPKoaiZ .dropdown-item:hover,
.cid-uYnsPKoaiZ .dropdown-item:focus {
  background: #ede5d1 !important;
  color: #0f0f0f !important;
}
.cid-uYnsPKoaiZ .dropdown-item:hover span {
  color: white;
}
.cid-uYnsPKoaiZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYnsPKoaiZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYnsPKoaiZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYnsPKoaiZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYnsPKoaiZ .nav-link {
  position: relative;
}
.cid-uYnsPKoaiZ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYnsPKoaiZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYnsPKoaiZ .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.0rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnsPKoaiZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYnsPKoaiZ .dropdown-menu,
.cid-uYnsPKoaiZ .navbar.opened {
  background: #ede5d1 !important;
}
.cid-uYnsPKoaiZ .nav-item:focus,
.cid-uYnsPKoaiZ .nav-link:focus {
  outline: none;
}
.cid-uYnsPKoaiZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnsPKoaiZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYnsPKoaiZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnsPKoaiZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnsPKoaiZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnsPKoaiZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnsPKoaiZ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ede5d1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYnsPKoaiZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnsPKoaiZ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYnsPKoaiZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnsPKoaiZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYnsPKoaiZ .navbar.collapsed {
  justify-content: center;
}
.cid-uYnsPKoaiZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnsPKoaiZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYnsPKoaiZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uYnsPKoaiZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnsPKoaiZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnsPKoaiZ .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-uYnsPKoaiZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnsPKoaiZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnsPKoaiZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYnsPKoaiZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnsPKoaiZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnsPKoaiZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnsPKoaiZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnsPKoaiZ .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-uYnsPKoaiZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYnsPKoaiZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYnsPKoaiZ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYnsPKoaiZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYnsPKoaiZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnsPKoaiZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnsPKoaiZ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYnsPKoaiZ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYnsPKoaiZ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYnsPKoaiZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYnsPKoaiZ .navbar-brand .navbar-caption:hover,
.cid-uYnsPKoaiZ .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYnsPKoaiZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnsPKoaiZ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYnsPKoaiZ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYnsPKoaiZ .dropdown-item.active,
.cid-uYnsPKoaiZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnsPKoaiZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnsPKoaiZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnsPKoaiZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnsPKoaiZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede5d1;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYnsPKoaiZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnsPKoaiZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYnsPKoaiZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYnsPKoaiZ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYnsPKoaiZ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYnsPKoaiZ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYnsPKoaiZ .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uYnsPKoaiZ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYnsPKoaiZ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYnsPKoaiZ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ede5d1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYnsPKoaiZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uYnsPKoaiZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYnsPKoaiZ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYnsPKoaiZ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYnsPKoaiZ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYnsPKoaiZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnsPKoaiZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnsPKoaiZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnsPKoaiZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnsPKoaiZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnsPKoaiZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnsPKoaiZ .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-uYnsPKoaiZ .navbar {
    height: 70px;
  }
  .cid-uYnsPKoaiZ .navbar.opened {
    height: auto;
  }
  .cid-uYnsPKoaiZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnsPKoaiZ .navbar-nav {
  margin: 0 auto;
}
.cid-uYnsPKoaiZ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYnsPKoaiZ .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uYnsPKoaiZ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYnsPKoaiZ .nav-item .nav-link:hover,
.cid-uYnsPKoaiZ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uYnsPKoaiZ .nav-item .nav-link:hover::after,
.cid-uYnsPKoaiZ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYnsPKoaiZ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYnsPKoaiZ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYnsPKoaiZ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYnsPKoaiZ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYnsPKoaiZ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYnsPKoaiZ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYnsPKoaiZ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYnsPKoaiZ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYnsPKoaiZ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYnsPKoaiZ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYnsPKoaiZ .content-wrap {
  min-height: 110px;
}
.cid-uYzeioKWCT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYzeioKWCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzeioKWCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzeioKWCT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYzeioKWCT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uYzeioKWCT .text-wrapper .mbr-text {
  margin-bottom: 50px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYzeioKWCT .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uYzeioKWCT .mbr-section-title {
  color: #0f0f0f;
  line-height: 1.0em;
}
.cid-uYzeioKWCT .mbr-text {
  color: #6a665c;
}
.cid-uYzeioKWCT .mbr-section-title,
.cid-uYzeioKWCT .mbr-section-btn,
.cid-uYzeioKWCT .title-wrapper {
  color: #000000;
}
.cid-uYnsPLMGUL {
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/quem-somos-2000x1333.jpg");
}
.cid-uYnsPLMGUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsPLMGUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsPLMGUL .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uYnsPLMGUL .image-wrapper {
    height: 300px;
  }
}
.cid-uYzeFOONXc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYzeFOONXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzeFOONXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzeFOONXc .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYzeFOONXc .content-wrapper .text-wrapper .mbr-text {
  display: inline;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-uYzeFOONXc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYzeFOONXc .mbr-label {
  color: #666666;
}
.cid-uYzeFOONXc .mbr-text {
  color: #0f0f0f;
  line-height: 1.2em;
}
.cid-uYzeFOONXc .mbr-label,
.cid-uYzeFOONXc .mbr-section-btn {
  color: #6a665c;
}
.cid-uYzeFOONXc .mbr-text,
.cid-uYzeFOONXc .text-wrapper {
  color: #000000;
}
.cid-uYzg3mJPV9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYzg3mJPV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzg3mJPV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzg3mJPV9 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzg3mJPV9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYzg3mJPV9 .items-wrapper {
  margin: 0 -2px;
}
.cid-uYzg3mJPV9 .items-wrapper .item {
  padding: 0 2px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uYzg3mJPV9 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uYzg3mJPV9 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uYzg3mJPV9 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
}
.cid-uYzg3mJPV9 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uYzg3mJPV9 .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYzg3mJPV9 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYzg3mJPV9 .items-wrapper .item .item-wrapper .card-box {
  padding: 56px;
}
@media (max-width: 992px) {
  .cid-uYzg3mJPV9 .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-uYzg3mJPV9 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-uYzg3mJPV9 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYzg3mJPV9 .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYzg3mJPV9 .items-wrapper .item .item-wrapper .card-box .card-price {
    margin-top: 20px;
  }
}
.cid-uYzg3mJPV9 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYzg3mJPV9 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYzg3mJPV9 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uYzg3mJPV9 .card-title {
  color: #0f0f0f;
}
.cid-uYzg3mJPV9 .card-text {
  color: #666666;
}
.cid-uYzg3mJPV9 .card-price {
  color: #0f0f0f;
}
.cid-uYzoyrWcFr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYzoyrWcFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzoyrWcFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzoyrWcFr .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYzoyrWcFr .content-wrapper .text-wrapper .mbr-text {
  display: inline;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-uYzoyrWcFr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYzoyrWcFr .mbr-label {
  color: #666666;
}
.cid-uYzoyrWcFr .mbr-text {
  color: #0f0f0f;
  line-height: 1.2em;
}
.cid-uYzoyrWcFr .mbr-label,
.cid-uYzoyrWcFr .mbr-section-btn {
  color: #6a665c;
}
.cid-uYzoyrWcFr .mbr-text,
.cid-uYzoyrWcFr .text-wrapper {
  color: #000000;
}
.cid-uYzowlAH3p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYzowlAH3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzowlAH3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzowlAH3p .row {
  justify-content: space-between;
}
.cid-uYzowlAH3p .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYzowlAH3p .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYzowlAH3p .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uYzowlAH3p .mbr-label {
  color: #666666;
}
.cid-uYzowlAH3p .mbr-section-title {
  color: #0f0f0f;
  line-height: 1.2em;
}
.cid-uYzowlAH3p .mbr-text {
  color: #666666;
}
.cid-uYzowlAH3p .mbr-text,
.cid-uYzowlAH3p .mbr-section-btn {
  color: #6a665c;
}
.cid-uYnsPTfwW9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYnsPTfwW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsPTfwW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsPTfwW9 .row {
  justify-content: space-between;
}
.cid-uYnsPTfwW9 .content-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uYnsPTfwW9 .content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYnsPTfwW9 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYnsPTfwW9 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYnsPTfwW9 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYnsPTfwW9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnsPTfwW9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnsPTfwW9 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .cid-uYnsPTfwW9 .nav-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYnsPTfwW9 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYnsPTfwW9 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnsPTfwW9 .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  padding: 6px 0;
  margin-bottom: 0px;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYnsPTfwW9 .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 0.1em;
  }
}
.cid-uYnsPTfwW9 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYnsPTfwW9 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uYnsPTfwW9 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: #ffffff;
}
.cid-uYnsPTfwW9 .nav-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnsPTfwW9 .nav-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uYnsPTfwW9 .mbr-copy {
  margin-bottom: 0;
  color: #454545;
  text-align: center;
}
.cid-uYnsPTfwW9 .mbr-label {
  color: #ffffff;
}
.cid-uYnsPTfwW9 .mbr-section-title {
  color: #000000;
  line-height: 1.2em;
}
.cid-uYnsPTfwW9 .mbr-text {
  color: #ffffff;
}
.cid-uYnsPTfwW9 .list {
  color: #ffffff;
}
.cid-uYnsPTfwW9 .mbr-text,
.cid-uYnsPTfwW9 .text-wrapper {
  color: #6a665c;
}
.cid-uYnsPTfwW9 .list,
.cid-uYnsPTfwW9 .item-wrap,
.cid-uYnsPTfwW9 .nav-wrap,
.cid-uYnsPTfwW9 .mbr-section-btn {
  color: #6a665c;
}
.cid-uYnsWL8tVq .navbar-dropdown {
  position: relative !important;
}
.cid-uYnsWL8tVq .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uYnsWL8tVq .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uYnsWL8tVq .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uYnsWL8tVq .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uYnsWL8tVq .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-uYnsWL8tVq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYnsWL8tVq .dropdown-item {
  border: none !important;
  background: #ede5d1 !important;
}
.cid-uYnsWL8tVq .dropdown-item:hover,
.cid-uYnsWL8tVq .dropdown-item:focus {
  background: #ede5d1 !important;
  color: #0f0f0f !important;
}
.cid-uYnsWL8tVq .dropdown-item:hover span {
  color: white;
}
.cid-uYnsWL8tVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYnsWL8tVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYnsWL8tVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYnsWL8tVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYnsWL8tVq .nav-link {
  position: relative;
}
.cid-uYnsWL8tVq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYnsWL8tVq .container {
    flex-wrap: nowrap;
  }
}
.cid-uYnsWL8tVq .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.0rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnsWL8tVq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYnsWL8tVq .dropdown-menu,
.cid-uYnsWL8tVq .navbar.opened {
  background: #ede5d1 !important;
}
.cid-uYnsWL8tVq .nav-item:focus,
.cid-uYnsWL8tVq .nav-link:focus {
  outline: none;
}
.cid-uYnsWL8tVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnsWL8tVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYnsWL8tVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnsWL8tVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnsWL8tVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnsWL8tVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnsWL8tVq .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ede5d1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYnsWL8tVq .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnsWL8tVq .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYnsWL8tVq .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnsWL8tVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYnsWL8tVq .navbar.collapsed {
  justify-content: center;
}
.cid-uYnsWL8tVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnsWL8tVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYnsWL8tVq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uYnsWL8tVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnsWL8tVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnsWL8tVq .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-uYnsWL8tVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnsWL8tVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnsWL8tVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYnsWL8tVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnsWL8tVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnsWL8tVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnsWL8tVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnsWL8tVq .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-uYnsWL8tVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYnsWL8tVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYnsWL8tVq .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYnsWL8tVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYnsWL8tVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnsWL8tVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnsWL8tVq .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYnsWL8tVq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYnsWL8tVq .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYnsWL8tVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYnsWL8tVq .navbar-brand .navbar-caption:hover,
.cid-uYnsWL8tVq .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYnsWL8tVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnsWL8tVq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYnsWL8tVq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYnsWL8tVq .dropdown-item.active,
.cid-uYnsWL8tVq .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnsWL8tVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnsWL8tVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnsWL8tVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnsWL8tVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede5d1;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYnsWL8tVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnsWL8tVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYnsWL8tVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYnsWL8tVq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYnsWL8tVq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYnsWL8tVq .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYnsWL8tVq .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uYnsWL8tVq .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYnsWL8tVq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYnsWL8tVq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ede5d1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYnsWL8tVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uYnsWL8tVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYnsWL8tVq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYnsWL8tVq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYnsWL8tVq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYnsWL8tVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnsWL8tVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnsWL8tVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnsWL8tVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnsWL8tVq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnsWL8tVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnsWL8tVq .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-uYnsWL8tVq .navbar {
    height: 70px;
  }
  .cid-uYnsWL8tVq .navbar.opened {
    height: auto;
  }
  .cid-uYnsWL8tVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnsWL8tVq .navbar-nav {
  margin: 0 auto;
}
.cid-uYnsWL8tVq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYnsWL8tVq .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uYnsWL8tVq .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYnsWL8tVq .nav-item .nav-link:hover,
.cid-uYnsWL8tVq .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uYnsWL8tVq .nav-item .nav-link:hover::after,
.cid-uYnsWL8tVq .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYnsWL8tVq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYnsWL8tVq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYnsWL8tVq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYnsWL8tVq .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYnsWL8tVq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYnsWL8tVq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYnsWL8tVq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYnsWL8tVq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYnsWL8tVq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYnsWL8tVq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYnsWL8tVq .content-wrap {
  min-height: 110px;
}
.cid-uYzsafwpJX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYzsafwpJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzsafwpJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzsafwpJX .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYzsafwpJX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uYzsafwpJX .text-wrapper .mbr-text {
  margin-bottom: 50px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYzsafwpJX .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uYzsafwpJX .mbr-section-title {
  color: #0f0f0f;
  line-height: 1.0em;
}
.cid-uYzsafwpJX .mbr-text {
  color: #6a665c;
}
.cid-uYzsafwpJX .mbr-section-title,
.cid-uYzsafwpJX .mbr-section-btn,
.cid-uYzsafwpJX .title-wrapper {
  color: #000000;
}
.cid-uYnsWMoENg {
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/beneficios-2000x1334.jpg");
}
.cid-uYnsWMoENg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsWMoENg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsWMoENg .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uYnsWMoENg .image-wrapper {
    height: 300px;
  }
}
.cid-uYnsWMX88b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYnsWMX88b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsWMX88b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsWMX88b .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYnsWMX88b .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYnsWMX88b .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnsWMX88b .mbr-label {
  color: #666666;
}
.cid-uYnsWMX88b .mbr-text {
  color: #0f0f0f;
}
.cid-uYzxsaqF1s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ede5d1;
}
.cid-uYzxsaqF1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzxsaqF1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzxsaqF1s .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzxsaqF1s .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYzxsaqF1s .items-wrapper {
  margin: 0 -2px;
}
.cid-uYzxsaqF1s .items-wrapper .item {
  padding: 0 2px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uYzxsaqF1s .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uYzxsaqF1s .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uYzxsaqF1s .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
}
.cid-uYzxsaqF1s .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uYzxsaqF1s .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYzxsaqF1s .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYzxsaqF1s .items-wrapper .item .item-wrapper .card-box {
  padding: 56px;
}
@media (max-width: 992px) {
  .cid-uYzxsaqF1s .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-uYzxsaqF1s .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-uYzxsaqF1s .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYzxsaqF1s .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYzxsaqF1s .items-wrapper .item .item-wrapper .card-box .card-price {
    margin-top: 20px;
  }
}
.cid-uYzxsaqF1s .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYzxsaqF1s .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYzxsaqF1s .mbr-section-title {
  color: #6a665c;
}
.cid-uYzxsaqF1s .card-title {
  color: #0f0f0f;
}
.cid-uYzxsaqF1s .card-text {
  color: #666666;
}
.cid-uYzxsaqF1s .card-price {
  color: #0f0f0f;
}
.cid-uYzzprPoC6 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ede5d1;
}
.cid-uYzzprPoC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzzprPoC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzzprPoC6 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzzprPoC6 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYzzprPoC6 .items-wrapper {
  margin: 0 -2px;
}
.cid-uYzzprPoC6 .items-wrapper .item {
  padding: 0 2px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uYzzprPoC6 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uYzzprPoC6 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uYzzprPoC6 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
}
.cid-uYzzprPoC6 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uYzzprPoC6 .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYzzprPoC6 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYzzprPoC6 .items-wrapper .item .item-wrapper .card-box {
  padding: 56px;
}
@media (max-width: 992px) {
  .cid-uYzzprPoC6 .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-uYzzprPoC6 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-uYzzprPoC6 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYzzprPoC6 .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYzzprPoC6 .items-wrapper .item .item-wrapper .card-box .card-price {
    margin-top: 20px;
  }
}
.cid-uYzzprPoC6 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYzzprPoC6 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYzzprPoC6 .mbr-section-title {
  color: #6a665c;
}
.cid-uYzzprPoC6 .card-title {
  color: #0f0f0f;
}
.cid-uYzzprPoC6 .card-text {
  color: #666666;
}
.cid-uYzzprPoC6 .card-price {
  color: #0f0f0f;
}
.cid-uYzApuvtFY {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYzApuvtFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzApuvtFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzApuvtFY .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYzApuvtFY .content-wrapper .text-wrapper .mbr-text {
  display: inline;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYzApuvtFY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYzApuvtFY .mbr-label {
  color: #666666;
}
.cid-uYzApuvtFY .mbr-text {
  color: #0f0f0f;
}
.cid-uYzApuvtFY .mbr-label,
.cid-uYzApuvtFY .mbr-section-btn {
  color: #6a665c;
}
.cid-uYzApuvtFY .mbr-text,
.cid-uYzApuvtFY .text-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uYnsWRZ7e8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYnsWRZ7e8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsWRZ7e8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsWRZ7e8 .row {
  justify-content: space-between;
}
.cid-uYnsWRZ7e8 .content-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uYnsWRZ7e8 .content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYnsWRZ7e8 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYnsWRZ7e8 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYnsWRZ7e8 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYnsWRZ7e8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnsWRZ7e8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnsWRZ7e8 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .cid-uYnsWRZ7e8 .nav-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYnsWRZ7e8 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYnsWRZ7e8 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnsWRZ7e8 .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  padding: 6px 0;
  margin-bottom: 0px;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYnsWRZ7e8 .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 0.1em;
  }
}
.cid-uYnsWRZ7e8 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYnsWRZ7e8 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uYnsWRZ7e8 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: #ffffff;
}
.cid-uYnsWRZ7e8 .nav-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnsWRZ7e8 .nav-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uYnsWRZ7e8 .mbr-copy {
  margin-bottom: 0;
  color: #454545;
  text-align: center;
}
.cid-uYnsWRZ7e8 .mbr-label {
  color: #ffffff;
}
.cid-uYnsWRZ7e8 .mbr-section-title {
  color: #000000;
  line-height: 1.2em;
}
.cid-uYnsWRZ7e8 .mbr-text {
  color: #ffffff;
}
.cid-uYnsWRZ7e8 .list {
  color: #ffffff;
}
.cid-uYnsWRZ7e8 .mbr-text,
.cid-uYnsWRZ7e8 .text-wrapper {
  color: #6a665c;
}
.cid-uYnsWRZ7e8 .list,
.cid-uYnsWRZ7e8 .item-wrap,
.cid-uYnsWRZ7e8 .nav-wrap,
.cid-uYnsWRZ7e8 .mbr-section-btn {
  color: #6a665c;
}
.cid-uYnsYEU9vy .navbar-dropdown {
  position: relative !important;
}
.cid-uYnsYEU9vy .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uYnsYEU9vy .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uYnsYEU9vy .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uYnsYEU9vy .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uYnsYEU9vy .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-uYnsYEU9vy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYnsYEU9vy .dropdown-item {
  border: none !important;
  background: #ede5d1 !important;
}
.cid-uYnsYEU9vy .dropdown-item:hover,
.cid-uYnsYEU9vy .dropdown-item:focus {
  background: #ede5d1 !important;
  color: #0f0f0f !important;
}
.cid-uYnsYEU9vy .dropdown-item:hover span {
  color: white;
}
.cid-uYnsYEU9vy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYnsYEU9vy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYnsYEU9vy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYnsYEU9vy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYnsYEU9vy .nav-link {
  position: relative;
}
.cid-uYnsYEU9vy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYnsYEU9vy .container {
    flex-wrap: nowrap;
  }
}
.cid-uYnsYEU9vy .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.0rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYnsYEU9vy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYnsYEU9vy .dropdown-menu,
.cid-uYnsYEU9vy .navbar.opened {
  background: #ede5d1 !important;
}
.cid-uYnsYEU9vy .nav-item:focus,
.cid-uYnsYEU9vy .nav-link:focus {
  outline: none;
}
.cid-uYnsYEU9vy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnsYEU9vy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYnsYEU9vy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnsYEU9vy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnsYEU9vy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnsYEU9vy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnsYEU9vy .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ede5d1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYnsYEU9vy .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnsYEU9vy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYnsYEU9vy .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnsYEU9vy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYnsYEU9vy .navbar.collapsed {
  justify-content: center;
}
.cid-uYnsYEU9vy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnsYEU9vy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYnsYEU9vy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uYnsYEU9vy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnsYEU9vy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnsYEU9vy .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-uYnsYEU9vy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnsYEU9vy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnsYEU9vy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYnsYEU9vy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnsYEU9vy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnsYEU9vy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnsYEU9vy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnsYEU9vy .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-uYnsYEU9vy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYnsYEU9vy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYnsYEU9vy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYnsYEU9vy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYnsYEU9vy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnsYEU9vy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYnsYEU9vy .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYnsYEU9vy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYnsYEU9vy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYnsYEU9vy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYnsYEU9vy .navbar-brand .navbar-caption:hover,
.cid-uYnsYEU9vy .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYnsYEU9vy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnsYEU9vy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYnsYEU9vy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYnsYEU9vy .dropdown-item.active,
.cid-uYnsYEU9vy .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnsYEU9vy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnsYEU9vy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnsYEU9vy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnsYEU9vy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede5d1;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYnsYEU9vy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYnsYEU9vy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYnsYEU9vy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYnsYEU9vy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYnsYEU9vy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYnsYEU9vy .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYnsYEU9vy .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uYnsYEU9vy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYnsYEU9vy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYnsYEU9vy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ede5d1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYnsYEU9vy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uYnsYEU9vy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYnsYEU9vy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYnsYEU9vy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYnsYEU9vy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYnsYEU9vy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnsYEU9vy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnsYEU9vy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnsYEU9vy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnsYEU9vy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYnsYEU9vy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnsYEU9vy .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-uYnsYEU9vy .navbar {
    height: 70px;
  }
  .cid-uYnsYEU9vy .navbar.opened {
    height: auto;
  }
  .cid-uYnsYEU9vy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnsYEU9vy .navbar-nav {
  margin: 0 auto;
}
.cid-uYnsYEU9vy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYnsYEU9vy .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uYnsYEU9vy .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYnsYEU9vy .nav-item .nav-link:hover,
.cid-uYnsYEU9vy .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uYnsYEU9vy .nav-item .nav-link:hover::after,
.cid-uYnsYEU9vy .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYnsYEU9vy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYnsYEU9vy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYnsYEU9vy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYnsYEU9vy .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYnsYEU9vy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYnsYEU9vy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYnsYEU9vy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYnsYEU9vy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYnsYEU9vy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYnsYEU9vy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYnsYEU9vy .content-wrap {
  min-height: 110px;
}
.cid-uYzGiBzwNF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYzGiBzwNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzGiBzwNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzGiBzwNF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYzGiBzwNF .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uYzGiBzwNF .text-wrapper .mbr-text {
  margin-bottom: 50px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYzGiBzwNF .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uYzGiBzwNF .mbr-section-title {
  color: #0f0f0f;
  line-height: 1.0em;
}
.cid-uYzGiBzwNF .mbr-text {
  color: #6a665c;
}
.cid-uYzGiBzwNF .mbr-section-title,
.cid-uYzGiBzwNF .mbr-section-btn,
.cid-uYzGiBzwNF .title-wrapper {
  color: #000000;
}
.cid-uYnsYG3L61 {
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/recursos-2-2000x1333.jpg");
}
.cid-uYnsYG3L61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsYG3L61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsYG3L61 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uYnsYG3L61 .image-wrapper {
    height: 300px;
  }
}
.cid-uYzJ1st19u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYzJ1st19u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzJ1st19u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzJ1st19u .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzJ1st19u .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYzJ1st19u .items-wrapper {
  margin: 0 -2px;
}
.cid-uYzJ1st19u .items-wrapper .item {
  padding: 0 2px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uYzJ1st19u .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uYzJ1st19u .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uYzJ1st19u .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #efece4;
}
.cid-uYzJ1st19u .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uYzJ1st19u .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYzJ1st19u .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYzJ1st19u .items-wrapper .item .item-wrapper .card-box {
  padding: 56px;
}
@media (max-width: 992px) {
  .cid-uYzJ1st19u .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-uYzJ1st19u .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-uYzJ1st19u .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYzJ1st19u .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYzJ1st19u .items-wrapper .item .item-wrapper .card-box .card-price {
    margin-top: 20px;
  }
}
.cid-uYzJ1st19u .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYzJ1st19u .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYzJ1st19u .mbr-section-title {
  color: #000000;
}
.cid-uYzJ1st19u .card-title {
  color: #0f0f0f;
}
.cid-uYzJ1st19u .card-text {
  color: #666666;
}
.cid-uYzJ1st19u .card-price {
  color: #0f0f0f;
}
.cid-uYzMWvks8X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYzMWvks8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzMWvks8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzMWvks8X .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYzMWvks8X .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uYzMWvks8X .items-wrapper {
  margin: 0 -2px;
}
.cid-uYzMWvks8X .items-wrapper .item {
  padding: 0 2px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uYzMWvks8X .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uYzMWvks8X .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uYzMWvks8X .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #efece4;
}
.cid-uYzMWvks8X .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uYzMWvks8X .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYzMWvks8X .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYzMWvks8X .items-wrapper .item .item-wrapper .card-box {
  padding: 56px;
}
@media (max-width: 992px) {
  .cid-uYzMWvks8X .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-uYzMWvks8X .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-uYzMWvks8X .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYzMWvks8X .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYzMWvks8X .items-wrapper .item .item-wrapper .card-box .card-price {
    margin-top: 20px;
  }
}
.cid-uYzMWvks8X .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uYzMWvks8X .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYzMWvks8X .mbr-section-title {
  color: #000000;
}
.cid-uYzMWvks8X .card-title {
  color: #0f0f0f;
}
.cid-uYzMWvks8X .card-text {
  color: #666666;
}
.cid-uYzMWvks8X .card-price {
  color: #0f0f0f;
}
.cid-uYnsYLtbkO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYnsYLtbkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnsYLtbkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnsYLtbkO .row {
  justify-content: space-between;
}
.cid-uYnsYLtbkO .content-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uYnsYLtbkO .content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYnsYLtbkO .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYnsYLtbkO .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYnsYLtbkO .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYnsYLtbkO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYnsYLtbkO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYnsYLtbkO .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .cid-uYnsYLtbkO .nav-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYnsYLtbkO .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYnsYLtbkO .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uYnsYLtbkO .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  padding: 6px 0;
  margin-bottom: 0px;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYnsYLtbkO .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 0.1em;
  }
}
.cid-uYnsYLtbkO .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYnsYLtbkO .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uYnsYLtbkO .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: #ffffff;
}
.cid-uYnsYLtbkO .nav-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYnsYLtbkO .nav-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uYnsYLtbkO .mbr-copy {
  margin-bottom: 0;
  color: #454545;
  text-align: center;
}
.cid-uYnsYLtbkO .mbr-label {
  color: #ffffff;
}
.cid-uYnsYLtbkO .mbr-section-title {
  color: #000000;
  line-height: 1.2em;
}
.cid-uYnsYLtbkO .mbr-text {
  color: #ffffff;
}
.cid-uYnsYLtbkO .list {
  color: #ffffff;
}
.cid-uYnsYLtbkO .mbr-text,
.cid-uYnsYLtbkO .text-wrapper {
  color: #6a665c;
}
.cid-uYnsYLtbkO .list,
.cid-uYnsYLtbkO .item-wrap,
.cid-uYnsYLtbkO .nav-wrap,
.cid-uYnsYLtbkO .mbr-section-btn {
  color: #6a665c;
}
.cid-uYyZhoMHSL .navbar-dropdown {
  position: relative !important;
}
.cid-uYyZhoMHSL .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uYyZhoMHSL .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uYyZhoMHSL .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uYyZhoMHSL .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uYyZhoMHSL .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-uYyZhoMHSL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYyZhoMHSL .dropdown-item {
  border: none !important;
  background: #ede5d1 !important;
}
.cid-uYyZhoMHSL .dropdown-item:hover,
.cid-uYyZhoMHSL .dropdown-item:focus {
  background: #ede5d1 !important;
  color: #0f0f0f !important;
}
.cid-uYyZhoMHSL .dropdown-item:hover span {
  color: white;
}
.cid-uYyZhoMHSL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYyZhoMHSL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYyZhoMHSL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYyZhoMHSL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYyZhoMHSL .nav-link {
  position: relative;
}
.cid-uYyZhoMHSL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYyZhoMHSL .container {
    flex-wrap: nowrap;
  }
}
.cid-uYyZhoMHSL .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.0rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYyZhoMHSL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYyZhoMHSL .dropdown-menu,
.cid-uYyZhoMHSL .navbar.opened {
  background: #ede5d1 !important;
}
.cid-uYyZhoMHSL .nav-item:focus,
.cid-uYyZhoMHSL .nav-link:focus {
  outline: none;
}
.cid-uYyZhoMHSL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYyZhoMHSL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYyZhoMHSL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYyZhoMHSL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYyZhoMHSL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYyZhoMHSL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYyZhoMHSL .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ede5d1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYyZhoMHSL .navbar.opened {
  transition: all 0.3s;
}
.cid-uYyZhoMHSL .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYyZhoMHSL .navbar .navbar-logo img {
  width: auto;
}
.cid-uYyZhoMHSL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYyZhoMHSL .navbar.collapsed {
  justify-content: center;
}
.cid-uYyZhoMHSL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYyZhoMHSL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYyZhoMHSL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uYyZhoMHSL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYyZhoMHSL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYyZhoMHSL .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-uYyZhoMHSL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYyZhoMHSL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYyZhoMHSL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYyZhoMHSL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYyZhoMHSL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYyZhoMHSL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYyZhoMHSL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYyZhoMHSL .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-uYyZhoMHSL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYyZhoMHSL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYyZhoMHSL .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYyZhoMHSL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYyZhoMHSL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYyZhoMHSL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYyZhoMHSL .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYyZhoMHSL .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYyZhoMHSL .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYyZhoMHSL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYyZhoMHSL .navbar-brand .navbar-caption:hover,
.cid-uYyZhoMHSL .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYyZhoMHSL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYyZhoMHSL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYyZhoMHSL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYyZhoMHSL .dropdown-item.active,
.cid-uYyZhoMHSL .dropdown-item:active {
  background-color: transparent;
}
.cid-uYyZhoMHSL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYyZhoMHSL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYyZhoMHSL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYyZhoMHSL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede5d1;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYyZhoMHSL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYyZhoMHSL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYyZhoMHSL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYyZhoMHSL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYyZhoMHSL ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYyZhoMHSL .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYyZhoMHSL .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uYyZhoMHSL .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYyZhoMHSL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYyZhoMHSL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ede5d1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYyZhoMHSL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uYyZhoMHSL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYyZhoMHSL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYyZhoMHSL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYyZhoMHSL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYyZhoMHSL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYyZhoMHSL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYyZhoMHSL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYyZhoMHSL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYyZhoMHSL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYyZhoMHSL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYyZhoMHSL .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-uYyZhoMHSL .navbar {
    height: 70px;
  }
  .cid-uYyZhoMHSL .navbar.opened {
    height: auto;
  }
  .cid-uYyZhoMHSL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYyZhoMHSL .navbar-nav {
  margin: 0 auto;
}
.cid-uYyZhoMHSL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYyZhoMHSL .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uYyZhoMHSL .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYyZhoMHSL .nav-item .nav-link:hover,
.cid-uYyZhoMHSL .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uYyZhoMHSL .nav-item .nav-link:hover::after,
.cid-uYyZhoMHSL .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYyZhoMHSL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYyZhoMHSL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYyZhoMHSL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYyZhoMHSL .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYyZhoMHSL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYyZhoMHSL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYyZhoMHSL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYyZhoMHSL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYyZhoMHSL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYyZhoMHSL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYyZhoMHSL .content-wrap {
  min-height: 110px;
}
.cid-uYyZEc9Mon {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYyZEc9Mon .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYyZEc9Mon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYyZEc9Mon .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYyZEc9Mon .content-wrapper .text-wrapper .mbr-text {
  display: inline;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-uYyZEc9Mon .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYyZEc9Mon .mbr-label {
  color: #666666;
}
.cid-uYyZEc9Mon .mbr-text {
  color: #0f0f0f;
  line-height: 1.2em;
}
.cid-uYyZEc9Mon .mbr-label,
.cid-uYyZEc9Mon .mbr-section-btn {
  color: #6a665c;
}
.cid-uYyZEc9Mon .mbr-text,
.cid-uYyZEc9Mon .text-wrapper {
  color: #000000;
}
.cid-uYyZhsZPyB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYyZhsZPyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYyZhsZPyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYyZhsZPyB .row {
  justify-content: space-between;
}
.cid-uYyZhsZPyB .content-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uYyZhsZPyB .content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYyZhsZPyB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYyZhsZPyB .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYyZhsZPyB .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYyZhsZPyB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYyZhsZPyB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYyZhsZPyB .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .cid-uYyZhsZPyB .nav-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYyZhsZPyB .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYyZhsZPyB .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uYyZhsZPyB .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  padding: 6px 0;
  margin-bottom: 0px;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYyZhsZPyB .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 0.1em;
  }
}
.cid-uYyZhsZPyB .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYyZhsZPyB .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uYyZhsZPyB .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: #ffffff;
}
.cid-uYyZhsZPyB .nav-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYyZhsZPyB .nav-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uYyZhsZPyB .mbr-copy {
  margin-bottom: 0;
  color: #454545;
  text-align: center;
}
.cid-uYyZhsZPyB .mbr-label {
  color: #ffffff;
}
.cid-uYyZhsZPyB .mbr-section-title {
  color: #000000;
  line-height: 1.2em;
}
.cid-uYyZhsZPyB .mbr-text {
  color: #ffffff;
}
.cid-uYyZhsZPyB .list {
  color: #ffffff;
}
.cid-uYyZhsZPyB .mbr-text,
.cid-uYyZhsZPyB .text-wrapper {
  color: #6a665c;
}
.cid-uYyZhsZPyB .list,
.cid-uYyZhsZPyB .item-wrap,
.cid-uYyZhsZPyB .nav-wrap,
.cid-uYyZhsZPyB .mbr-section-btn {
  color: #6a665c;
}
.cid-uYz0az8ijc .navbar-dropdown {
  position: relative !important;
}
.cid-uYz0az8ijc .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uYz0az8ijc .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uYz0az8ijc .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uYz0az8ijc .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uYz0az8ijc .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-uYz0az8ijc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYz0az8ijc .dropdown-item {
  border: none !important;
  background: #ede5d1 !important;
}
.cid-uYz0az8ijc .dropdown-item:hover,
.cid-uYz0az8ijc .dropdown-item:focus {
  background: #ede5d1 !important;
  color: #0f0f0f !important;
}
.cid-uYz0az8ijc .dropdown-item:hover span {
  color: white;
}
.cid-uYz0az8ijc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYz0az8ijc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYz0az8ijc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYz0az8ijc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYz0az8ijc .nav-link {
  position: relative;
}
.cid-uYz0az8ijc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYz0az8ijc .container {
    flex-wrap: nowrap;
  }
}
.cid-uYz0az8ijc .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.0rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYz0az8ijc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYz0az8ijc .dropdown-menu,
.cid-uYz0az8ijc .navbar.opened {
  background: #ede5d1 !important;
}
.cid-uYz0az8ijc .nav-item:focus,
.cid-uYz0az8ijc .nav-link:focus {
  outline: none;
}
.cid-uYz0az8ijc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYz0az8ijc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYz0az8ijc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYz0az8ijc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYz0az8ijc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYz0az8ijc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYz0az8ijc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ede5d1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYz0az8ijc .navbar.opened {
  transition: all 0.3s;
}
.cid-uYz0az8ijc .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYz0az8ijc .navbar .navbar-logo img {
  width: auto;
}
.cid-uYz0az8ijc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYz0az8ijc .navbar.collapsed {
  justify-content: center;
}
.cid-uYz0az8ijc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYz0az8ijc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYz0az8ijc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uYz0az8ijc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYz0az8ijc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYz0az8ijc .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-uYz0az8ijc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYz0az8ijc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYz0az8ijc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYz0az8ijc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYz0az8ijc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYz0az8ijc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYz0az8ijc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYz0az8ijc .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-uYz0az8ijc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYz0az8ijc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYz0az8ijc .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYz0az8ijc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYz0az8ijc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYz0az8ijc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYz0az8ijc .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYz0az8ijc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYz0az8ijc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYz0az8ijc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYz0az8ijc .navbar-brand .navbar-caption:hover,
.cid-uYz0az8ijc .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYz0az8ijc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYz0az8ijc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYz0az8ijc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYz0az8ijc .dropdown-item.active,
.cid-uYz0az8ijc .dropdown-item:active {
  background-color: transparent;
}
.cid-uYz0az8ijc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYz0az8ijc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYz0az8ijc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYz0az8ijc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede5d1;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYz0az8ijc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYz0az8ijc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYz0az8ijc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYz0az8ijc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYz0az8ijc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYz0az8ijc .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYz0az8ijc .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uYz0az8ijc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYz0az8ijc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYz0az8ijc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ede5d1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYz0az8ijc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uYz0az8ijc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYz0az8ijc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYz0az8ijc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYz0az8ijc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYz0az8ijc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYz0az8ijc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYz0az8ijc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYz0az8ijc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYz0az8ijc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYz0az8ijc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYz0az8ijc .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-uYz0az8ijc .navbar {
    height: 70px;
  }
  .cid-uYz0az8ijc .navbar.opened {
    height: auto;
  }
  .cid-uYz0az8ijc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYz0az8ijc .navbar-nav {
  margin: 0 auto;
}
.cid-uYz0az8ijc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYz0az8ijc .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uYz0az8ijc .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYz0az8ijc .nav-item .nav-link:hover,
.cid-uYz0az8ijc .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uYz0az8ijc .nav-item .nav-link:hover::after,
.cid-uYz0az8ijc .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYz0az8ijc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYz0az8ijc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYz0az8ijc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYz0az8ijc .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYz0az8ijc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYz0az8ijc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYz0az8ijc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYz0az8ijc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYz0az8ijc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYz0az8ijc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYz0az8ijc .content-wrap {
  min-height: 110px;
}
.cid-uYz0aA73QL {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYz0aA73QL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYz0aA73QL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYz0aA73QL .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYz0aA73QL .content-wrapper .text-wrapper .mbr-text {
  display: inline;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-uYz0aA73QL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYz0aA73QL .mbr-label {
  color: #666666;
}
.cid-uYz0aA73QL .mbr-text {
  color: #0f0f0f;
  line-height: 1.2em;
}
.cid-uYz0aA73QL .mbr-label,
.cid-uYz0aA73QL .mbr-section-btn {
  color: #6a665c;
}
.cid-uYz0aA73QL .mbr-text,
.cid-uYz0aA73QL .text-wrapper {
  color: #6a665c;
}
.cid-uYz0aARjCl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYz0aARjCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYz0aARjCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYz0aARjCl .row {
  justify-content: space-between;
}
.cid-uYz0aARjCl .content-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uYz0aARjCl .content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYz0aARjCl .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYz0aARjCl .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYz0aARjCl .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYz0aARjCl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYz0aARjCl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYz0aARjCl .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .cid-uYz0aARjCl .nav-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYz0aARjCl .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYz0aARjCl .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uYz0aARjCl .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  padding: 6px 0;
  margin-bottom: 0px;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYz0aARjCl .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 0.1em;
  }
}
.cid-uYz0aARjCl .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYz0aARjCl .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uYz0aARjCl .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: #ffffff;
}
.cid-uYz0aARjCl .nav-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYz0aARjCl .nav-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uYz0aARjCl .mbr-copy {
  margin-bottom: 0;
  color: #454545;
  text-align: center;
}
.cid-uYz0aARjCl .mbr-label {
  color: #ffffff;
}
.cid-uYz0aARjCl .mbr-section-title {
  color: #000000;
  line-height: 1.2em;
}
.cid-uYz0aARjCl .mbr-text {
  color: #ffffff;
}
.cid-uYz0aARjCl .list {
  color: #ffffff;
}
.cid-uYz0aARjCl .mbr-text,
.cid-uYz0aARjCl .text-wrapper {
  color: #6a665c;
}
.cid-uYz0aARjCl .list,
.cid-uYz0aARjCl .item-wrap,
.cid-uYz0aARjCl .nav-wrap,
.cid-uYz0aARjCl .mbr-section-btn {
  color: #6a665c;
}
.cid-uYAzZuEjAt .navbar-dropdown {
  position: relative !important;
}
.cid-uYAzZuEjAt .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uYAzZuEjAt .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uYAzZuEjAt .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uYAzZuEjAt .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uYAzZuEjAt .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-uYAzZuEjAt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYAzZuEjAt .dropdown-item {
  border: none !important;
  background: #ede5d1 !important;
}
.cid-uYAzZuEjAt .dropdown-item:hover,
.cid-uYAzZuEjAt .dropdown-item:focus {
  background: #ede5d1 !important;
  color: #0f0f0f !important;
}
.cid-uYAzZuEjAt .dropdown-item:hover span {
  color: white;
}
.cid-uYAzZuEjAt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYAzZuEjAt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYAzZuEjAt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYAzZuEjAt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYAzZuEjAt .nav-link {
  position: relative;
}
.cid-uYAzZuEjAt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYAzZuEjAt .container {
    flex-wrap: nowrap;
  }
}
.cid-uYAzZuEjAt .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.0rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYAzZuEjAt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYAzZuEjAt .dropdown-menu,
.cid-uYAzZuEjAt .navbar.opened {
  background: #ede5d1 !important;
}
.cid-uYAzZuEjAt .nav-item:focus,
.cid-uYAzZuEjAt .nav-link:focus {
  outline: none;
}
.cid-uYAzZuEjAt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYAzZuEjAt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYAzZuEjAt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYAzZuEjAt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYAzZuEjAt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYAzZuEjAt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYAzZuEjAt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ede5d1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYAzZuEjAt .navbar.opened {
  transition: all 0.3s;
}
.cid-uYAzZuEjAt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYAzZuEjAt .navbar .navbar-logo img {
  width: auto;
}
.cid-uYAzZuEjAt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYAzZuEjAt .navbar.collapsed {
  justify-content: center;
}
.cid-uYAzZuEjAt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYAzZuEjAt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYAzZuEjAt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uYAzZuEjAt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYAzZuEjAt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYAzZuEjAt .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-uYAzZuEjAt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYAzZuEjAt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYAzZuEjAt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYAzZuEjAt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYAzZuEjAt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYAzZuEjAt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYAzZuEjAt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYAzZuEjAt .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-uYAzZuEjAt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYAzZuEjAt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYAzZuEjAt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYAzZuEjAt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYAzZuEjAt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYAzZuEjAt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYAzZuEjAt .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYAzZuEjAt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYAzZuEjAt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYAzZuEjAt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYAzZuEjAt .navbar-brand .navbar-caption:hover,
.cid-uYAzZuEjAt .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYAzZuEjAt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYAzZuEjAt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYAzZuEjAt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uYAzZuEjAt .dropdown-item.active,
.cid-uYAzZuEjAt .dropdown-item:active {
  background-color: transparent;
}
.cid-uYAzZuEjAt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYAzZuEjAt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYAzZuEjAt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYAzZuEjAt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede5d1;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYAzZuEjAt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYAzZuEjAt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYAzZuEjAt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYAzZuEjAt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYAzZuEjAt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYAzZuEjAt .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYAzZuEjAt .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uYAzZuEjAt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uYAzZuEjAt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYAzZuEjAt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ede5d1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYAzZuEjAt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uYAzZuEjAt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYAzZuEjAt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYAzZuEjAt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYAzZuEjAt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYAzZuEjAt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYAzZuEjAt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYAzZuEjAt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYAzZuEjAt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYAzZuEjAt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYAzZuEjAt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYAzZuEjAt .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-uYAzZuEjAt .navbar {
    height: 70px;
  }
  .cid-uYAzZuEjAt .navbar.opened {
    height: auto;
  }
  .cid-uYAzZuEjAt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYAzZuEjAt .navbar-nav {
  margin: 0 auto;
}
.cid-uYAzZuEjAt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYAzZuEjAt .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uYAzZuEjAt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYAzZuEjAt .nav-item .nav-link:hover,
.cid-uYAzZuEjAt .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uYAzZuEjAt .nav-item .nav-link:hover::after,
.cid-uYAzZuEjAt .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYAzZuEjAt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYAzZuEjAt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYAzZuEjAt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYAzZuEjAt .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYAzZuEjAt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYAzZuEjAt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYAzZuEjAt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYAzZuEjAt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYAzZuEjAt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYAzZuEjAt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYAzZuEjAt .content-wrap {
  min-height: 110px;
}
.cid-uYACEgvYpV {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYACEgvYpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYACEgvYpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYACEgvYpV span {
  font-size: 1rem !important;
}
.cid-uYACEgvYpV .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 2px!important;
}
.cid-uYACEgvYpV .content-wrap {
  margin: 0;
}
.cid-uYACEgvYpV .content-wrap .card {
  padding: 0;
  justify-content: space-between;
}
.cid-uYACEgvYpV .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYACEgvYpV .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uYACEgvYpV .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uYACEgvYpV .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYACEgvYpV .content-wrapper {
    padding: 0;
  }
}
.cid-uYACEgvYpV .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYACEgvYpV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYACEgvYpV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYACEgvYpV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYACEgvYpV .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uYACEgvYpV .desc-wrapper .mbr-desc {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uYACEgvYpV .desc-wrapper .mbr-desc {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYACEgvYpV .desc-wrapper .mbr-desc {
    width: 100%;
    padding: 0;
  }
}
.cid-uYACEgvYpV .form-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 112px;
  border-left: 1px solid #bababa;
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-uYACEgvYpV .form-wrapper {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .cid-uYACEgvYpV .form-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uYACEgvYpV .form-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYACEgvYpV .form-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #bababa;
    padding-top: 22px;
  }
}
.cid-uYACEgvYpV .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uYACEgvYpV .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uYACEgvYpV .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  margin-bottom: 42px !important;
  padding: 0 0 42px 0;
  border: none !important;
  border-bottom: 1px solid #bababa !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYACEgvYpV .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 0 0 22px 0;
    margin-bottom: 22px !important;
  }
}
.cid-uYACEgvYpV .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uYACEgvYpV .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #bababa !important;
}
.cid-uYACEgvYpV .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #6a665c;
}
.cid-uYACEgvYpV .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uYACEgvYpV .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uYACEgvYpV .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #bababa;
  border-radius: 0;
}
.cid-uYACEgvYpV .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #6a665c;
}
.cid-uYACEgvYpV .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-uYACEgvYpV .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uYACEgvYpV .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 10;
}
.cid-uYACEgvYpV .mbr-label {
  color: #c10b02;
}
.cid-uYACEgvYpV .mbr-section-title {
  color: #c10b02;
}
.cid-uYACEgvYpV .mbr-text {
  color: #4b4949;
}
.cid-uYACEgvYpV .mbr-desc {
  color: #4b4949;
}
.cid-uYACEgvYpV label {
  color: #4b4949;
}
.cid-uYACEgvYpV .mbr-section-title,
.cid-uYACEgvYpV .mbr-section-btn {
  color: #000000;
}
.cid-uYAzZvOhrB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uYAzZvOhrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYAzZvOhrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYAzZvOhrB .row {
  justify-content: space-between;
}
.cid-uYAzZvOhrB .content-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uYAzZvOhrB .content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYAzZvOhrB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYAzZvOhrB .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYAzZvOhrB .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYAzZvOhrB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYAzZvOhrB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYAzZvOhrB .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .cid-uYAzZvOhrB .nav-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uYAzZvOhrB .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYAzZvOhrB .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uYAzZvOhrB .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  padding: 6px 0;
  margin-bottom: 0px;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYAzZvOhrB .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 0.1em;
  }
}
.cid-uYAzZvOhrB .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYAzZvOhrB .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uYAzZvOhrB .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: #ffffff;
}
.cid-uYAzZvOhrB .nav-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYAzZvOhrB .nav-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uYAzZvOhrB .mbr-copy {
  margin-bottom: 0;
  color: #454545;
  text-align: center;
}
.cid-uYAzZvOhrB .mbr-label {
  color: #ffffff;
}
.cid-uYAzZvOhrB .mbr-section-title {
  color: #000000;
  line-height: 1.2em;
}
.cid-uYAzZvOhrB .mbr-text {
  color: #ffffff;
}
.cid-uYAzZvOhrB .list {
  color: #ffffff;
}
.cid-uYAzZvOhrB .mbr-text,
.cid-uYAzZvOhrB .text-wrapper {
  color: #6a665c;
}
.cid-uYAzZvOhrB .list,
.cid-uYAzZvOhrB .item-wrap,
.cid-uYAzZvOhrB .nav-wrap,
.cid-uYAzZvOhrB .mbr-section-btn {
  color: #6a665c;
}
.cid-uZJ1sKjCuE .navbar-dropdown {
  position: relative !important;
}
.cid-uZJ1sKjCuE .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uZJ1sKjCuE .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uZJ1sKjCuE .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uZJ1sKjCuE .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uZJ1sKjCuE .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-uZJ1sKjCuE .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZJ1sKjCuE .dropdown-item {
  border: none !important;
  background: #ede5d1 !important;
}
.cid-uZJ1sKjCuE .dropdown-item:hover,
.cid-uZJ1sKjCuE .dropdown-item:focus {
  background: #ede5d1 !important;
  color: #0f0f0f !important;
}
.cid-uZJ1sKjCuE .dropdown-item:hover span {
  color: white;
}
.cid-uZJ1sKjCuE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZJ1sKjCuE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZJ1sKjCuE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZJ1sKjCuE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZJ1sKjCuE .nav-link {
  position: relative;
}
.cid-uZJ1sKjCuE .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uZJ1sKjCuE .container {
    flex-wrap: nowrap;
  }
}
.cid-uZJ1sKjCuE .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.0rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZJ1sKjCuE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZJ1sKjCuE .dropdown-menu,
.cid-uZJ1sKjCuE .navbar.opened {
  background: #ede5d1 !important;
}
.cid-uZJ1sKjCuE .nav-item:focus,
.cid-uZJ1sKjCuE .nav-link:focus {
  outline: none;
}
.cid-uZJ1sKjCuE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZJ1sKjCuE .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZJ1sKjCuE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZJ1sKjCuE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZJ1sKjCuE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZJ1sKjCuE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZJ1sKjCuE .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ede5d1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZJ1sKjCuE .navbar.opened {
  transition: all 0.3s;
}
.cid-uZJ1sKjCuE .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZJ1sKjCuE .navbar .navbar-logo img {
  width: auto;
}
.cid-uZJ1sKjCuE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZJ1sKjCuE .navbar.collapsed {
  justify-content: center;
}
.cid-uZJ1sKjCuE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZJ1sKjCuE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZJ1sKjCuE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uZJ1sKjCuE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZJ1sKjCuE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZJ1sKjCuE .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-uZJ1sKjCuE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZJ1sKjCuE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZJ1sKjCuE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZJ1sKjCuE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZJ1sKjCuE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZJ1sKjCuE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZJ1sKjCuE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZJ1sKjCuE .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-uZJ1sKjCuE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZJ1sKjCuE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZJ1sKjCuE .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uZJ1sKjCuE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZJ1sKjCuE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZJ1sKjCuE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZJ1sKjCuE .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZJ1sKjCuE .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZJ1sKjCuE .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZJ1sKjCuE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZJ1sKjCuE .navbar-brand .navbar-caption:hover,
.cid-uZJ1sKjCuE .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uZJ1sKjCuE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZJ1sKjCuE .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZJ1sKjCuE .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uZJ1sKjCuE .dropdown-item.active,
.cid-uZJ1sKjCuE .dropdown-item:active {
  background-color: transparent;
}
.cid-uZJ1sKjCuE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZJ1sKjCuE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZJ1sKjCuE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZJ1sKjCuE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede5d1;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZJ1sKjCuE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZJ1sKjCuE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZJ1sKjCuE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZJ1sKjCuE ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZJ1sKjCuE ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZJ1sKjCuE .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZJ1sKjCuE .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uZJ1sKjCuE .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZJ1sKjCuE .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZJ1sKjCuE button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ede5d1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZJ1sKjCuE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uZJ1sKjCuE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZJ1sKjCuE button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZJ1sKjCuE button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZJ1sKjCuE button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZJ1sKjCuE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJ1sKjCuE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZJ1sKjCuE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZJ1sKjCuE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJ1sKjCuE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZJ1sKjCuE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZJ1sKjCuE .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-uZJ1sKjCuE .navbar {
    height: 70px;
  }
  .cid-uZJ1sKjCuE .navbar.opened {
    height: auto;
  }
  .cid-uZJ1sKjCuE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZJ1sKjCuE .navbar-nav {
  margin: 0 auto;
}
.cid-uZJ1sKjCuE .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZJ1sKjCuE .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uZJ1sKjCuE .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZJ1sKjCuE .nav-item .nav-link:hover,
.cid-uZJ1sKjCuE .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uZJ1sKjCuE .nav-item .nav-link:hover::after,
.cid-uZJ1sKjCuE .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uZJ1sKjCuE .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZJ1sKjCuE .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZJ1sKjCuE .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZJ1sKjCuE .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZJ1sKjCuE .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZJ1sKjCuE .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZJ1sKjCuE .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZJ1sKjCuE .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZJ1sKjCuE .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZJ1sKjCuE .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZJ1sKjCuE .content-wrap {
  min-height: 110px;
}
.cid-uZJ1sLcnfN {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uZJ1sLcnfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJ1sLcnfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJ1sLcnfN .row {
  justify-content: space-between;
}
.cid-uZJ1sLcnfN .row .card {
  justify-content: center;
}
.cid-uZJ1sLcnfN .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uZJ1sLcnfN .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uZJ1sLcnfN .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZJ1sLcnfN .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uZJ1sLcnfN .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZJ1sLcnfN .content-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZJ1sLcnfN .image-wrapper {
    margin-top: 40px;
  }
}
.cid-uZJ1sLcnfN .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZJ1sLcnfN .image-wrapper img {
    height: 300px;
  }
}
.cid-uZJ1sLcnfN .mbr-label {
  color: #666666;
}
.cid-uZJ1sLcnfN .mbr-section-title {
  color: #0f0f0f;
}
.cid-uZJ1sLcnfN .mbr-desc {
  color: #666666;
}
.cid-uZJ1sLcnfN .mbr-text {
  color: #000000;
}
.cid-uZJ1sMrGKJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uZJ1sMrGKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJ1sMrGKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJ1sMrGKJ .row {
  justify-content: space-between;
}
.cid-uZJ1sMrGKJ .content-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uZJ1sMrGKJ .content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uZJ1sMrGKJ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZJ1sMrGKJ .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uZJ1sMrGKJ .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uZJ1sMrGKJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZJ1sMrGKJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZJ1sMrGKJ .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .cid-uZJ1sMrGKJ .nav-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uZJ1sMrGKJ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZJ1sMrGKJ .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uZJ1sMrGKJ .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  padding: 6px 0;
  margin-bottom: 0px;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZJ1sMrGKJ .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 0.1em;
  }
}
.cid-uZJ1sMrGKJ .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZJ1sMrGKJ .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZJ1sMrGKJ .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: #ffffff;
}
.cid-uZJ1sMrGKJ .nav-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uZJ1sMrGKJ .nav-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uZJ1sMrGKJ .mbr-copy {
  margin-bottom: 0;
  color: #454545;
  text-align: center;
}
.cid-uZJ1sMrGKJ .mbr-label {
  color: #ffffff;
}
.cid-uZJ1sMrGKJ .mbr-section-title {
  color: #000000;
  line-height: 1.2em;
}
.cid-uZJ1sMrGKJ .mbr-text {
  color: #ffffff;
}
.cid-uZJ1sMrGKJ .list {
  color: #ffffff;
}
.cid-uZJ1sMrGKJ .mbr-text,
.cid-uZJ1sMrGKJ .text-wrapper {
  color: #6a665c;
}
.cid-uZJ1sMrGKJ .list,
.cid-uZJ1sMrGKJ .item-wrap,
.cid-uZJ1sMrGKJ .nav-wrap,
.cid-uZJ1sMrGKJ .mbr-section-btn {
  color: #6a665c;
}
.cid-uZJ251ArpY .navbar-dropdown {
  position: relative !important;
}
.cid-uZJ251ArpY .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uZJ251ArpY .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uZJ251ArpY .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uZJ251ArpY .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uZJ251ArpY .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-uZJ251ArpY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZJ251ArpY .dropdown-item {
  border: none !important;
  background: #ede5d1 !important;
}
.cid-uZJ251ArpY .dropdown-item:hover,
.cid-uZJ251ArpY .dropdown-item:focus {
  background: #ede5d1 !important;
  color: #0f0f0f !important;
}
.cid-uZJ251ArpY .dropdown-item:hover span {
  color: white;
}
.cid-uZJ251ArpY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZJ251ArpY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZJ251ArpY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZJ251ArpY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZJ251ArpY .nav-link {
  position: relative;
}
.cid-uZJ251ArpY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uZJ251ArpY .container {
    flex-wrap: nowrap;
  }
}
.cid-uZJ251ArpY .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.0rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZJ251ArpY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZJ251ArpY .dropdown-menu,
.cid-uZJ251ArpY .navbar.opened {
  background: #ede5d1 !important;
}
.cid-uZJ251ArpY .nav-item:focus,
.cid-uZJ251ArpY .nav-link:focus {
  outline: none;
}
.cid-uZJ251ArpY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZJ251ArpY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZJ251ArpY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZJ251ArpY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZJ251ArpY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZJ251ArpY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZJ251ArpY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ede5d1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZJ251ArpY .navbar.opened {
  transition: all 0.3s;
}
.cid-uZJ251ArpY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZJ251ArpY .navbar .navbar-logo img {
  width: auto;
}
.cid-uZJ251ArpY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZJ251ArpY .navbar.collapsed {
  justify-content: center;
}
.cid-uZJ251ArpY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZJ251ArpY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZJ251ArpY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uZJ251ArpY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZJ251ArpY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZJ251ArpY .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-uZJ251ArpY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZJ251ArpY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZJ251ArpY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZJ251ArpY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZJ251ArpY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZJ251ArpY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZJ251ArpY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZJ251ArpY .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-uZJ251ArpY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZJ251ArpY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZJ251ArpY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uZJ251ArpY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZJ251ArpY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZJ251ArpY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZJ251ArpY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZJ251ArpY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZJ251ArpY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZJ251ArpY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZJ251ArpY .navbar-brand .navbar-caption:hover,
.cid-uZJ251ArpY .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uZJ251ArpY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZJ251ArpY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZJ251ArpY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uZJ251ArpY .dropdown-item.active,
.cid-uZJ251ArpY .dropdown-item:active {
  background-color: transparent;
}
.cid-uZJ251ArpY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZJ251ArpY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZJ251ArpY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZJ251ArpY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede5d1;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZJ251ArpY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZJ251ArpY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZJ251ArpY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZJ251ArpY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZJ251ArpY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZJ251ArpY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZJ251ArpY .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uZJ251ArpY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZJ251ArpY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZJ251ArpY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ede5d1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZJ251ArpY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uZJ251ArpY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZJ251ArpY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZJ251ArpY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZJ251ArpY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZJ251ArpY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJ251ArpY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZJ251ArpY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZJ251ArpY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJ251ArpY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZJ251ArpY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZJ251ArpY .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-uZJ251ArpY .navbar {
    height: 70px;
  }
  .cid-uZJ251ArpY .navbar.opened {
    height: auto;
  }
  .cid-uZJ251ArpY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZJ251ArpY .navbar-nav {
  margin: 0 auto;
}
.cid-uZJ251ArpY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZJ251ArpY .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uZJ251ArpY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZJ251ArpY .nav-item .nav-link:hover,
.cid-uZJ251ArpY .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uZJ251ArpY .nav-item .nav-link:hover::after,
.cid-uZJ251ArpY .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uZJ251ArpY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZJ251ArpY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZJ251ArpY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZJ251ArpY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZJ251ArpY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZJ251ArpY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZJ251ArpY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZJ251ArpY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZJ251ArpY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZJ251ArpY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZJ251ArpY .content-wrap {
  min-height: 110px;
}
.cid-uZJ252VU97 {
  background-color: #ede5d1;
}
.cid-uZJ252VU97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJ252VU97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJ252VU97 .row {
  justify-content: space-between;
}
.cid-uZJ252VU97 .row .card {
  justify-content: center;
}
.cid-uZJ252VU97 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uZJ252VU97 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uZJ252VU97 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZJ252VU97 .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uZJ252VU97 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZJ252VU97 .content-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZJ252VU97 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-uZJ252VU97 .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZJ252VU97 .image-wrapper img {
    height: 300px;
  }
}
.cid-uZJ252VU97 .mbr-label {
  color: #666666;
}
.cid-uZJ252VU97 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uZJ252VU97 .mbr-desc {
  color: #666666;
}
.cid-uZJ252VU97 .mbr-text {
  color: #000000;
}
.cid-uZJ253r78r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uZJ253r78r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJ253r78r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJ253r78r .row {
  justify-content: space-between;
}
.cid-uZJ253r78r .content-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uZJ253r78r .content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uZJ253r78r .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZJ253r78r .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uZJ253r78r .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uZJ253r78r .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZJ253r78r .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZJ253r78r .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .cid-uZJ253r78r .nav-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uZJ253r78r .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZJ253r78r .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uZJ253r78r .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  padding: 6px 0;
  margin-bottom: 0px;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZJ253r78r .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 0.1em;
  }
}
.cid-uZJ253r78r .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZJ253r78r .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZJ253r78r .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: #ffffff;
}
.cid-uZJ253r78r .nav-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uZJ253r78r .nav-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uZJ253r78r .mbr-copy {
  margin-bottom: 0;
  color: #454545;
  text-align: center;
}
.cid-uZJ253r78r .mbr-label {
  color: #ffffff;
}
.cid-uZJ253r78r .mbr-section-title {
  color: #000000;
  line-height: 1.2em;
}
.cid-uZJ253r78r .mbr-text {
  color: #ffffff;
}
.cid-uZJ253r78r .list {
  color: #ffffff;
}
.cid-uZJ253r78r .mbr-text,
.cid-uZJ253r78r .text-wrapper {
  color: #6a665c;
}
.cid-uZJ253r78r .list,
.cid-uZJ253r78r .item-wrap,
.cid-uZJ253r78r .nav-wrap,
.cid-uZJ253r78r .mbr-section-btn {
  color: #6a665c;
}
.cid-uZJ2lhm5Zs .navbar-dropdown {
  position: relative !important;
}
.cid-uZJ2lhm5Zs .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uZJ2lhm5Zs .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uZJ2lhm5Zs .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uZJ2lhm5Zs .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uZJ2lhm5Zs .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-uZJ2lhm5Zs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZJ2lhm5Zs .dropdown-item {
  border: none !important;
  background: #ede5d1 !important;
}
.cid-uZJ2lhm5Zs .dropdown-item:hover,
.cid-uZJ2lhm5Zs .dropdown-item:focus {
  background: #ede5d1 !important;
  color: #0f0f0f !important;
}
.cid-uZJ2lhm5Zs .dropdown-item:hover span {
  color: white;
}
.cid-uZJ2lhm5Zs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZJ2lhm5Zs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZJ2lhm5Zs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZJ2lhm5Zs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZJ2lhm5Zs .nav-link {
  position: relative;
}
.cid-uZJ2lhm5Zs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uZJ2lhm5Zs .container {
    flex-wrap: nowrap;
  }
}
.cid-uZJ2lhm5Zs .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.0rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZJ2lhm5Zs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZJ2lhm5Zs .dropdown-menu,
.cid-uZJ2lhm5Zs .navbar.opened {
  background: #ede5d1 !important;
}
.cid-uZJ2lhm5Zs .nav-item:focus,
.cid-uZJ2lhm5Zs .nav-link:focus {
  outline: none;
}
.cid-uZJ2lhm5Zs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZJ2lhm5Zs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZJ2lhm5Zs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZJ2lhm5Zs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZJ2lhm5Zs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZJ2lhm5Zs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZJ2lhm5Zs .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ede5d1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZJ2lhm5Zs .navbar.opened {
  transition: all 0.3s;
}
.cid-uZJ2lhm5Zs .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZJ2lhm5Zs .navbar .navbar-logo img {
  width: auto;
}
.cid-uZJ2lhm5Zs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZJ2lhm5Zs .navbar.collapsed {
  justify-content: center;
}
.cid-uZJ2lhm5Zs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZJ2lhm5Zs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZJ2lhm5Zs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uZJ2lhm5Zs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZJ2lhm5Zs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZJ2lhm5Zs .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-uZJ2lhm5Zs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZJ2lhm5Zs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZJ2lhm5Zs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZJ2lhm5Zs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZJ2lhm5Zs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZJ2lhm5Zs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZJ2lhm5Zs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZJ2lhm5Zs .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-uZJ2lhm5Zs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZJ2lhm5Zs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZJ2lhm5Zs .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uZJ2lhm5Zs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZJ2lhm5Zs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZJ2lhm5Zs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZJ2lhm5Zs .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZJ2lhm5Zs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZJ2lhm5Zs .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZJ2lhm5Zs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZJ2lhm5Zs .navbar-brand .navbar-caption:hover,
.cid-uZJ2lhm5Zs .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uZJ2lhm5Zs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZJ2lhm5Zs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZJ2lhm5Zs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uZJ2lhm5Zs .dropdown-item.active,
.cid-uZJ2lhm5Zs .dropdown-item:active {
  background-color: transparent;
}
.cid-uZJ2lhm5Zs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZJ2lhm5Zs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZJ2lhm5Zs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZJ2lhm5Zs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ede5d1;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZJ2lhm5Zs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZJ2lhm5Zs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZJ2lhm5Zs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZJ2lhm5Zs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZJ2lhm5Zs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZJ2lhm5Zs .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZJ2lhm5Zs .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uZJ2lhm5Zs .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uZJ2lhm5Zs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZJ2lhm5Zs button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ede5d1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZJ2lhm5Zs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uZJ2lhm5Zs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZJ2lhm5Zs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZJ2lhm5Zs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZJ2lhm5Zs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZJ2lhm5Zs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJ2lhm5Zs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZJ2lhm5Zs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZJ2lhm5Zs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJ2lhm5Zs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZJ2lhm5Zs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZJ2lhm5Zs .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-uZJ2lhm5Zs .navbar {
    height: 70px;
  }
  .cid-uZJ2lhm5Zs .navbar.opened {
    height: auto;
  }
  .cid-uZJ2lhm5Zs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZJ2lhm5Zs .navbar-nav {
  margin: 0 auto;
}
.cid-uZJ2lhm5Zs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZJ2lhm5Zs .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uZJ2lhm5Zs .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZJ2lhm5Zs .nav-item .nav-link:hover,
.cid-uZJ2lhm5Zs .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uZJ2lhm5Zs .nav-item .nav-link:hover::after,
.cid-uZJ2lhm5Zs .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uZJ2lhm5Zs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZJ2lhm5Zs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZJ2lhm5Zs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZJ2lhm5Zs .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZJ2lhm5Zs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZJ2lhm5Zs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZJ2lhm5Zs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZJ2lhm5Zs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZJ2lhm5Zs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZJ2lhm5Zs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZJ2lhm5Zs .content-wrap {
  min-height: 110px;
}
.cid-uZJ2liN8m2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uZJ2liN8m2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJ2liN8m2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJ2liN8m2 .row {
  justify-content: space-between;
}
.cid-uZJ2liN8m2 .row .card {
  justify-content: center;
}
.cid-uZJ2liN8m2 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uZJ2liN8m2 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uZJ2liN8m2 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZJ2liN8m2 .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uZJ2liN8m2 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZJ2liN8m2 .content-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZJ2liN8m2 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-uZJ2liN8m2 .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZJ2liN8m2 .image-wrapper img {
    height: 300px;
  }
}
.cid-uZJ2liN8m2 .mbr-label {
  color: #666666;
}
.cid-uZJ2liN8m2 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uZJ2liN8m2 .mbr-desc {
  color: #666666;
}
.cid-uZJ2liN8m2 .mbr-text {
  color: #000000;
}
.cid-uZJ2lja9pP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede5d1;
}
.cid-uZJ2lja9pP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJ2lja9pP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJ2lja9pP .row {
  justify-content: space-between;
}
.cid-uZJ2lja9pP .content-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uZJ2lja9pP .content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uZJ2lja9pP .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZJ2lja9pP .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uZJ2lja9pP .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uZJ2lja9pP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZJ2lja9pP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZJ2lja9pP .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .cid-uZJ2lja9pP .nav-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uZJ2lja9pP .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZJ2lja9pP .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uZJ2lja9pP .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  padding: 6px 0;
  margin-bottom: 0px;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZJ2lja9pP .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 0.1em;
  }
}
.cid-uZJ2lja9pP .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZJ2lja9pP .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZJ2lja9pP .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: #ffffff;
}
.cid-uZJ2lja9pP .nav-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uZJ2lja9pP .nav-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uZJ2lja9pP .mbr-copy {
  margin-bottom: 0;
  color: #454545;
  text-align: center;
}
.cid-uZJ2lja9pP .mbr-label {
  color: #ffffff;
}
.cid-uZJ2lja9pP .mbr-section-title {
  color: #000000;
  line-height: 1.2em;
}
.cid-uZJ2lja9pP .mbr-text {
  color: #ffffff;
}
.cid-uZJ2lja9pP .list {
  color: #ffffff;
}
.cid-uZJ2lja9pP .mbr-text,
.cid-uZJ2lja9pP .text-wrapper {
  color: #6a665c;
}
.cid-uZJ2lja9pP .list,
.cid-uZJ2lja9pP .item-wrap,
.cid-uZJ2lja9pP .nav-wrap,
.cid-uZJ2lja9pP .mbr-section-btn {
  color: #6a665c;
}
