@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: 400;
}

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #a62b2c !important;
}
.bg-success {
  background-color: #2a6470 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a28452 !important;
}
.bg-danger {
  background-color: #a28452 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a62b2c !important;
  border-color: #a62b2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #cc383a !important;
  border-color: #cc383a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cc383a !important;
  border-color: #cc383a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a28452 !important;
  border-color: #a28452 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #b79c70 !important;
  border-color: #b79c70 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b79c70 !important;
  border-color: #b79c70 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #2a6470 !important;
  border-color: #2a6470 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #388595 !important;
  border-color: #388595 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #388595 !important;
  border-color: #388595 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a28452 !important;
  border-color: #a28452 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #b79c70 !important;
  border-color: #b79c70 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b79c70 !important;
  border-color: #b79c70 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a28452 !important;
  border-color: #a28452 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #b79c70 !important;
  border-color: #b79c70 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b79c70 !important;
  border-color: #b79c70 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a62b2c;
  color: #a62b2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #61191a !important;
  background-color: transparent !important;
  border-color: #61191a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a62b2c !important;
  border-color: #a62b2c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a28452;
  color: #a28452;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #685535 !important;
  background-color: transparent !important;
  border-color: #685535 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a28452 !important;
  border-color: #a28452 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2a6470;
  color: #2a6470;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #122c31 !important;
  background-color: transparent !important;
  border-color: #122c31 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2a6470 !important;
  border-color: #2a6470 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a28452;
  color: #a28452;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #685535 !important;
  background-color: transparent !important;
  border-color: #685535 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a28452 !important;
  border-color: #a28452 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a28452;
  color: #a28452;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #685535 !important;
  background-color: transparent !important;
  border-color: #685535 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a28452 !important;
  border-color: #a28452 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a62b2c !important;
}
.text-secondary {
  color: #a28452 !important;
}
.text-success {
  color: #2a6470 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a28452 !important;
}
.text-danger {
  color: #a28452 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #551617 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5e4d30 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0e2226 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5e4d30 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5e4d30 !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: #a62b2c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a28452;
}
.alert-danger {
  background-color: #a28452;
}
.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: #a62b2c;
  border-color: #a62b2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a62b2c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #db7576;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #59afc1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0bfa3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d0bfa3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a62b2c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #a62b2c;
}
/* 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: #a62b2c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a62b2c;
}
.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: #a62b2c;
  border-bottom-color: #a62b2c;
}
.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: #a62b2c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #a28452 !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='%23a62b2c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uuGa354oz0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uuGa354oz0 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uuGa354oz0 .nav-item,
.cid-uuGa354oz0 .nav-link,
.cid-uuGa354oz0 .navbar-caption {
  font-weight: normal;
}
.cid-uuGa354oz0 .nav-item:focus,
.cid-uuGa354oz0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uuGa354oz0 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uuGa354oz0 .nav-item .nav-link {
    position: relative;
  }
  .cid-uuGa354oz0 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uuGa354oz0 .nav-item:hover .nav-link:before,
  .cid-uuGa354oz0 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uuGa354oz0 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uuGa354oz0 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uuGa354oz0 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uuGa354oz0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uuGa354oz0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuGa354oz0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuGa354oz0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uuGa354oz0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuGa354oz0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuGa354oz0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uuGa354oz0 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uuGa354oz0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuGa354oz0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuGa354oz0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uuGa354oz0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uuGa354oz0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuGa354oz0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uuGa354oz0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uuGa354oz0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uuGa354oz0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuGa354oz0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuGa354oz0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuGa354oz0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uuGa354oz0 .dropdown-item.active,
.cid-uuGa354oz0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuGa354oz0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuGa354oz0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuGa354oz0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuGa354oz0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uuGa354oz0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuGa354oz0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuGa354oz0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuGa354oz0 .navbar-buttons {
  text-align: center;
}
.cid-uuGa354oz0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uuGa354oz0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuGa354oz0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuGa354oz0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuGa354oz0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuGa354oz0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuGa354oz0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuGa354oz0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuGa354oz0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuGa354oz0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuGa354oz0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uuGa354oz0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uuGa354oz0 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #a28452;
  display: inline-flex;
}
.cid-uuGa354oz0 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uuGa354oz0 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uuGa354oz0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uuGa354oz0 a.nav-link .mbr-iconfont-btn,
.cid-uuGa354oz0 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uuGa354oz0 a.nav-link:hover .mbr-iconfont-btn,
.cid-uuGa354oz0 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uuGa354oz0 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuGa354oz0 .navbar {
    height: 77px;
  }
  .cid-uuGa354oz0 .navbar.opened {
    height: auto;
  }
  .cid-uuGa354oz0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFIyo5zRvu {
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-uFIyo5zRvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIyo5zRvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIyo5zRvu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFIyo5zRvu .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-uFIyo5zRvu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFIyo5zRvu .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFIyo5zRvu .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFIyo5zRvu .header-menu li p {
  margin: 0;
}
.cid-uFIyo5zRvu .content-head {
  max-width: 800px;
}
.cid-uFIyo5zRvu .mbr-section-title {
  color: #ffffff;
}
.cid-uFIyo5zRvu .mbr-text,
.cid-uFIyo5zRvu .mbr-section-btn {
  color: #ffffff;
}
.cid-uFIP3TDYt5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFIP3TDYt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIP3TDYt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFIP3TDYt5 .row {
    padding: 0 13px;
  }
}
.cid-uFIP3TDYt5 .row {
  justify-content: center;
}
.cid-uFIP3TDYt5 .item {
  position: relative;
  margin-bottom: 25px;
  padding: 0 25px;
}
.cid-uFIP3TDYt5 .item .item-link {
  width: 100%;
  height: 100%;
}
.cid-uFIP3TDYt5 .item .item-link .item-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  overflow: hidden;
}
.cid-uFIP3TDYt5 .item .item-link .item-wrapper:hover img {
  transform: scale(1.03);
}
.cid-uFIP3TDYt5 .item .item-link .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.cid-uFIP3TDYt5 .item .item-link .item-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #232323;
  opacity: .5;
  transition: all 0.3s ease-out;
  z-index: 1;
  pointer-events: none;
}
.cid-uFIP3TDYt5 .item .item-link .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uFIP3TDYt5 .item .item-link .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  position: relative;
}
.cid-uFIP3TDYt5 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFNipvH1IL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFNipvH1IL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNipvH1IL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFNipvH1IL .container {
    padding: 0 16px;
  }
}
.cid-uFNipvH1IL .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uFNipvH1IL .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uFNipvH1IL .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uFNipvH1IL .image-wrapper img {
    height: 300px;
  }
}
.cid-uFNipvH1IL .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uFNipvH1IL .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFNipvH1IL .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uFNipvH1IL .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uFNipvH1IL .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uFNipvH1IL .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFNBDteKS9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFNBDteKS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNBDteKS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNBDteKS9 .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-uFNBDteKS9 .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-uFNBDteKS9 .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-uFNBDteKS9 .mbr-section-title {
  color: #000000;
}
.cid-uFNBDteKS9 .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-uFNBDteKS9 .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-uFNBDteKS9 .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-uFNBDteKS9 .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-uFNBDteKS9 .item-right {
    padding-top: 0;
  }
}
.cid-uFNBDteKS9 .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-uFNBDteKS9 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uFNBDteKS9 .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-uFNj8swI3k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a62b2c;
}
.cid-uFNj8swI3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNj8swI3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNj8swI3k .container,
.cid-uFNj8swI3k .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFNj8swI3k .container,
  .cid-uFNj8swI3k .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFNj8swI3k .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #f7f7f7;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-uFNj8swI3k .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-uFNj8swI3k .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFNj8swI3k .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFNj8swI3k .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFNj8swI3k .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFNj8swI3k .mbr-section-title {
  color: #3d4045;
}
.cid-uFNj8swI3k .mbr-text {
  color: #3d4045;
}
.cid-uFNj8swI3k .mbr-section-btn {
  text-align: right;
}
.cid-uFNj8swI3k .mbr-section-title,
.cid-uFNj8swI3k .mbr-section-btn {
  color: #a62b2c;
}
.cid-uFJ1tLWzMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFJ1tLWzMg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uFJ1tLWzMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ1tLWzMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ1tLWzMg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container {
    padding: 0 22px;
  }
}
.cid-uFJ1tLWzMg .row {
  position: relative;
  z-index: 1;
}
.cid-uFJ1tLWzMg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uFJ1tLWzMg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJ1tLWzMg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-title {
  color: #00d0f3;
}
.cid-uFJ1tLWzMg .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-subtitle {
  color: #a62b2c;
}
.cid-uFJ1tLWzMg .list {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-desc {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFJ1tLWzMg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFJ1tLWzMg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFJ1tLWzMg .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-uFJ1tLWzMg .mbr-contact,
.cid-uFJ1tLWzMg .item-contact {
  color: #000000;
}
.cid-uFJ1tLWzMg .mbr-desc,
.cid-uFJ1tLWzMg .mbr-section-btn {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper,
.cid-uFJ1tLWzMg .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uuGa354oz0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uuGa354oz0 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uuGa354oz0 .nav-item,
.cid-uuGa354oz0 .nav-link,
.cid-uuGa354oz0 .navbar-caption {
  font-weight: normal;
}
.cid-uuGa354oz0 .nav-item:focus,
.cid-uuGa354oz0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uuGa354oz0 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uuGa354oz0 .nav-item .nav-link {
    position: relative;
  }
  .cid-uuGa354oz0 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uuGa354oz0 .nav-item:hover .nav-link:before,
  .cid-uuGa354oz0 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uuGa354oz0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uuGa354oz0 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uuGa354oz0 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uuGa354oz0 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uuGa354oz0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uuGa354oz0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuGa354oz0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuGa354oz0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uuGa354oz0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuGa354oz0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuGa354oz0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uuGa354oz0 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uuGa354oz0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuGa354oz0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuGa354oz0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uuGa354oz0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uuGa354oz0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuGa354oz0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uuGa354oz0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uuGa354oz0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uuGa354oz0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuGa354oz0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuGa354oz0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuGa354oz0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uuGa354oz0 .dropdown-item.active,
.cid-uuGa354oz0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuGa354oz0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuGa354oz0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuGa354oz0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuGa354oz0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uuGa354oz0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuGa354oz0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuGa354oz0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuGa354oz0 .navbar-buttons {
  text-align: center;
}
.cid-uuGa354oz0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uuGa354oz0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuGa354oz0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuGa354oz0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuGa354oz0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuGa354oz0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuGa354oz0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuGa354oz0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuGa354oz0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuGa354oz0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuGa354oz0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uuGa354oz0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uuGa354oz0 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #a28452;
  display: inline-flex;
}
.cid-uuGa354oz0 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uuGa354oz0 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uuGa354oz0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uuGa354oz0 a.nav-link .mbr-iconfont-btn,
.cid-uuGa354oz0 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uuGa354oz0 a.nav-link:hover .mbr-iconfont-btn,
.cid-uuGa354oz0 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uuGa354oz0 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuGa354oz0 .navbar {
    height: 77px;
  }
  .cid-uuGa354oz0 .navbar.opened {
    height: auto;
  }
  .cid-uuGa354oz0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvqwVw2c3s {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/porthrakleio-5998431-1920-1920x1272.jpeg");
}
.cid-uvqwVw2c3s .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uvqwVw2c3s .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvqwVw2c3s .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvqwVw2c3s {
    align-items: center;
  }
  .cid-uvqwVw2c3s .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvqwVw2c3s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvqwVw2c3s {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvqwVw2c3s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvqwVw2c3s .content-wrap {
    width: 100%;
  }
}
.cid-uvqwVw2c3s .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uvqwVw2c3s .mbr-text,
.cid-uvqwVw2c3s .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvqwVw2c3s .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uvqxaTfChK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvqxaTfChK .mbr-section-subtitle {
  color: #14191e;
}
.cid-uvqxaTfChK .mbr-text {
  color: #232323;
}
.cid-uvqxaTfChK .mbr-section-title {
  text-align: left;
}
.cid-uP1OQwuS3c {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uP1OQwuS3c .mbr-section-subtitle {
  color: #14191e;
}
.cid-uP1OQwuS3c .mbr-text {
  color: #232323;
}
.cid-uP1OQwuS3c .mbr-section-title {
  text-align: left;
}
.cid-uwaRrP4FUi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uwaRrP4FUi .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uwaRrP4FUi .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-uwaRrP4FUi .mbr-section-title {
  text-align: left;
}
.cid-uP1PfaXlxj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uP1PfaXlxj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uP1PfaXlxj .item {
    margin-bottom: 1rem;
  }
}
.cid-uP1PfaXlxj .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uP1PfaXlxj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uP1PfaXlxj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uP1PfaXlxj .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uP1PfaXlxj .carousel-control,
.cid-uP1PfaXlxj .close {
  background: #1b1b1b;
}
.cid-uP1PfaXlxj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uP1PfaXlxj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uP1PfaXlxj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uP1PfaXlxj .carousel-control-next span {
  margin-left: 5px;
}
.cid-uP1PfaXlxj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uP1PfaXlxj .close::before {
  content: '\e91a';
}
.cid-uP1PfaXlxj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uP1PfaXlxj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uP1PfaXlxj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uP1PfaXlxj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uP1PfaXlxj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uP1PfaXlxj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uP1PfaXlxj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uP1PfaXlxj .carousel-indicators li.active,
.cid-uP1PfaXlxj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uP1PfaXlxj .carousel-indicators li::after,
.cid-uP1PfaXlxj .carousel-indicators li::before {
  content: none;
}
.cid-uP1PfaXlxj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uP1PfaXlxj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uP1PfaXlxj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uP1PfaXlxj .carousel-indicators {
    display: none;
  }
}
.cid-uP1PfaXlxj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uP1PfaXlxj .carousel-inner > .active {
  display: block;
}
.cid-uP1PfaXlxj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uP1PfaXlxj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uP1PfaXlxj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uP1PfaXlxj .carousel-control,
  .cid-uP1PfaXlxj .carousel-indicators,
  .cid-uP1PfaXlxj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uP1PfaXlxj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uP1PfaXlxj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uP1PfaXlxj .carousel-indicators .active,
.cid-uP1PfaXlxj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uP1PfaXlxj .carousel-indicators .active {
  background: #fff;
}
.cid-uP1PfaXlxj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uP1PfaXlxj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uP1PfaXlxj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uP1PfaXlxj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uP1PfaXlxj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uP1PfaXlxj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uP1PfaXlxj .carousel {
  width: 100%;
}
.cid-uP1PfaXlxj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uP1PfaXlxj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uP1PfaXlxj .modal.fade .modal-dialog,
.cid-uP1PfaXlxj .modal.in .modal-dialog {
  transform: none;
}
.cid-uP1PfaXlxj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uP1PfaXlxj .content-head {
  max-width: 800px;
}
.cid-uFIScz35bG {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFIScz35bG .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uFIScz35bG .card-wrapper {
  background-color: #f7f7f7;
  border-radius: 16px;
}
.cid-uFIScz35bG .image-wrapper {
  height: 100%;
}
.cid-uFIScz35bG .image-wrapper img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uFIScz35bG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #0b2b5c;
  transition: all 0.3s;
}
.cid-uFIScz35bG .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #0b2b5c;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uFIScz35bG .social-row .soc-item:hover {
  background-color: #0b2b5c;
}
.cid-uFIScz35bG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-uFIScz35bG .img-order {
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-uFIScz35bG .card-box_left {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFIScz35bG .card-box_left {
    padding: 2rem 2rem 2rem 3rem;
  }
}
.cid-uP1PYfteIL {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP1PYfteIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1PYfteIL .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uP1PYfteIL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP1PYfteIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP1PYfteIL .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #a62b2c;
  height: 80px;
  border-radius: 50%;
}
.cid-uP1PYfteIL .card-title,
.cid-uP1PYfteIL .iconfont-wrapper,
.cid-uP1PYfteIL .card-text {
  color: #000000;
  text-align: center;
}
.cid-uP1PYfteIL .content-head {
  max-width: 800px;
}
.cid-uP1PYfteIL .mbr-section-title {
  color: #000000;
}
.cid-uP1PYfteIL .mbr-section-btn {
  text-align: center;
}
.cid-uFJ1tLWzMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFJ1tLWzMg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uFJ1tLWzMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ1tLWzMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ1tLWzMg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container {
    padding: 0 22px;
  }
}
.cid-uFJ1tLWzMg .row {
  position: relative;
  z-index: 1;
}
.cid-uFJ1tLWzMg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uFJ1tLWzMg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJ1tLWzMg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-title {
  color: #00d0f3;
}
.cid-uFJ1tLWzMg .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-subtitle {
  color: #a62b2c;
}
.cid-uFJ1tLWzMg .list {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-desc {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFJ1tLWzMg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFJ1tLWzMg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFJ1tLWzMg .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-uFJ1tLWzMg .mbr-contact,
.cid-uFJ1tLWzMg .item-contact {
  color: #000000;
}
.cid-uFJ1tLWzMg .mbr-desc,
.cid-uFJ1tLWzMg .mbr-section-btn {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper,
.cid-uFJ1tLWzMg .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uuKseCA4oc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uuKseCA4oc .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uuKseCA4oc .nav-item,
.cid-uuKseCA4oc .nav-link,
.cid-uuKseCA4oc .navbar-caption {
  font-weight: normal;
}
.cid-uuKseCA4oc .nav-item:focus,
.cid-uuKseCA4oc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uuKseCA4oc .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uuKseCA4oc .nav-item .nav-link {
    position: relative;
  }
  .cid-uuKseCA4oc .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uuKseCA4oc .nav-item:hover .nav-link:before,
  .cid-uuKseCA4oc .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uuKseCA4oc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uuKseCA4oc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuKseCA4oc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uuKseCA4oc .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uuKseCA4oc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uuKseCA4oc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uuKseCA4oc .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uuKseCA4oc .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uuKseCA4oc .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uuKseCA4oc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uuKseCA4oc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuKseCA4oc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuKseCA4oc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uuKseCA4oc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuKseCA4oc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuKseCA4oc .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uuKseCA4oc .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uuKseCA4oc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuKseCA4oc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuKseCA4oc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uuKseCA4oc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uuKseCA4oc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuKseCA4oc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uuKseCA4oc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uuKseCA4oc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uuKseCA4oc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuKseCA4oc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuKseCA4oc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuKseCA4oc .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uuKseCA4oc .dropdown-item.active,
.cid-uuKseCA4oc .dropdown-item:active {
  background-color: transparent;
}
.cid-uuKseCA4oc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuKseCA4oc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuKseCA4oc .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuKseCA4oc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uuKseCA4oc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuKseCA4oc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuKseCA4oc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuKseCA4oc .navbar-buttons {
  text-align: center;
}
.cid-uuKseCA4oc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uuKseCA4oc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuKseCA4oc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuKseCA4oc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuKseCA4oc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuKseCA4oc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuKseCA4oc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuKseCA4oc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuKseCA4oc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuKseCA4oc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuKseCA4oc .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uuKseCA4oc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uuKseCA4oc .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #a28452;
  display: inline-flex;
}
.cid-uuKseCA4oc .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uuKseCA4oc .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uuKseCA4oc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uuKseCA4oc a.nav-link .mbr-iconfont-btn,
.cid-uuKseCA4oc a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uuKseCA4oc a.nav-link:hover .mbr-iconfont-btn,
.cid-uuKseCA4oc a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uuKseCA4oc a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuKseCA4oc .navbar {
    height: 77px;
  }
  .cid-uuKseCA4oc .navbar.opened {
    height: auto;
  }
  .cid-uuKseCA4oc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvqGpsUcdr {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvqGpsUcdr .content-wrap {
  padding: 5rem 1rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvqGpsUcdr .content-wrap {
    padding: 5rem 3rem 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uvqGpsUcdr {
    align-items: center;
  }
  .cid-uvqGpsUcdr .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvqGpsUcdr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvqGpsUcdr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvqGpsUcdr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvqGpsUcdr .content-wrap {
    width: 100%;
  }
}
.cid-uvqGpsUcdr .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvqGpsUcdr .mbr-text,
.cid-uvqGpsUcdr .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uvqGpsUcdr .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-va5r7pBOGv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-va5r7pBOGv .mbr-text {
  color: #000000;
}
.cid-va5r7pBOGv .mbr-section-subtitle {
  color: #000000;
}
.cid-va5r7pBOGv .mbr-section-title {
  color: #000000;
}
.cid-uFNxVtU9T4 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFNxVtU9T4 .title_block {
  margin-bottom: 50px;
}
.cid-uFNxVtU9T4 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uFNxVtU9T4 .mbr-section-title {
  color: #232323;
}
.cid-uFNxVtU9T4 .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(166, 43, 44, 0.4);
  background-image: linear-gradient(40deg, #a62b2c 0%, #d66162 100%);
}
.cid-uFNxVtU9T4 .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(42, 100, 112, 0.4);
  background-image: linear-gradient(40deg, #2a6470 0%, #46a6ba 100%);
}
.cid-uFNxVtU9T4 .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(162, 132, 82, 0.4);
  background-image: linear-gradient(40deg, #a28452 0%, #c8b492 100%);
}
.cid-uFNxVtU9T4 .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(162, 132, 82, 0.4);
  background-image: linear-gradient(40deg, #a28452 0%, #c8b492 100%);
}
.cid-uFNxVtU9T4 .item:nth-child(5) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(50, 7, 7, 0.4);
  background-image: linear-gradient(40deg, #320707 0%, #8b1414 100%);
}
.cid-uFNxVtU9T4 .item:nth-child(6) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(162, 132, 82, 0.4);
  background-image: linear-gradient(40deg, #a28452 0%, #c8b492 100%);
}
.cid-uFNxVtU9T4 .iconfont-wrapper {
  left: 50%;
  top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
}
.cid-uFNxVtU9T4 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 70px;
}
.cid-uFNxVtU9T4 .card_wrap {
  padding: 45px;
  padding-top: 65px;
  margin-top: 60px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uFNxVtU9T4 .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-uFNxVtU9T4 .card_title {
  margin-bottom: 20px;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uFNxVtU9T4 .title_block {
    margin-bottom: 30px;
  }
  .cid-uFNxVtU9T4 .card_wrap {
    padding: 35px;
    padding-top: 65px;
  }
}
.cid-uFJ1tLWzMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFJ1tLWzMg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uFJ1tLWzMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ1tLWzMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ1tLWzMg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container {
    padding: 0 22px;
  }
}
.cid-uFJ1tLWzMg .row {
  position: relative;
  z-index: 1;
}
.cid-uFJ1tLWzMg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uFJ1tLWzMg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJ1tLWzMg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-title {
  color: #00d0f3;
}
.cid-uFJ1tLWzMg .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-subtitle {
  color: #a62b2c;
}
.cid-uFJ1tLWzMg .list {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-desc {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFJ1tLWzMg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFJ1tLWzMg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFJ1tLWzMg .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-uFJ1tLWzMg .mbr-contact,
.cid-uFJ1tLWzMg .item-contact {
  color: #000000;
}
.cid-uFJ1tLWzMg .mbr-desc,
.cid-uFJ1tLWzMg .mbr-section-btn {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper,
.cid-uFJ1tLWzMg .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uvTrxPmed8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvTrxPmed8 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uvTrxPmed8 .nav-item,
.cid-uvTrxPmed8 .nav-link,
.cid-uvTrxPmed8 .navbar-caption {
  font-weight: normal;
}
.cid-uvTrxPmed8 .nav-item:focus,
.cid-uvTrxPmed8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvTrxPmed8 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uvTrxPmed8 .nav-item .nav-link {
    position: relative;
  }
  .cid-uvTrxPmed8 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uvTrxPmed8 .nav-item:hover .nav-link:before,
  .cid-uvTrxPmed8 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uvTrxPmed8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uvTrxPmed8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvTrxPmed8 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uvTrxPmed8 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uvTrxPmed8 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvTrxPmed8 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvTrxPmed8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uvTrxPmed8 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uvTrxPmed8 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uvTrxPmed8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvTrxPmed8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvTrxPmed8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvTrxPmed8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvTrxPmed8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvTrxPmed8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvTrxPmed8 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvTrxPmed8 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uvTrxPmed8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvTrxPmed8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvTrxPmed8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvTrxPmed8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvTrxPmed8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvTrxPmed8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uvTrxPmed8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uvTrxPmed8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvTrxPmed8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvTrxPmed8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvTrxPmed8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvTrxPmed8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uvTrxPmed8 .dropdown-item.active,
.cid-uvTrxPmed8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvTrxPmed8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvTrxPmed8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvTrxPmed8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvTrxPmed8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uvTrxPmed8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvTrxPmed8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvTrxPmed8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvTrxPmed8 .navbar-buttons {
  text-align: center;
}
.cid-uvTrxPmed8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvTrxPmed8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvTrxPmed8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvTrxPmed8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvTrxPmed8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvTrxPmed8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvTrxPmed8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvTrxPmed8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvTrxPmed8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvTrxPmed8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvTrxPmed8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uvTrxPmed8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvTrxPmed8 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #a28452;
  display: inline-flex;
}
.cid-uvTrxPmed8 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uvTrxPmed8 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uvTrxPmed8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvTrxPmed8 a.nav-link .mbr-iconfont-btn,
.cid-uvTrxPmed8 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uvTrxPmed8 a.nav-link:hover .mbr-iconfont-btn,
.cid-uvTrxPmed8 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uvTrxPmed8 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvTrxPmed8 .navbar {
    height: 77px;
  }
  .cid-uvTrxPmed8 .navbar.opened {
    height: auto;
  }
  .cid-uvTrxPmed8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwrSBD8aB4 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/crete-4217004-1920-1920x1280.jpg");
}
.cid-uwrSBD8aB4 .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-uwrSBD8aB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwrSBD8aB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwrSBD8aB4 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uwrSBD8aB4 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uwrSBD8aB4 {
    align-items: center;
  }
  .cid-uwrSBD8aB4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uwrSBD8aB4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uwrSBD8aB4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uwrSBD8aB4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uwrSBD8aB4 .content-wrap {
    width: 100%;
  }
}
.cid-uwrSBD8aB4 .mbr-section-title {
  text-align: center;
}
.cid-uwrSBD8aB4 .mbr-text,
.cid-uwrSBD8aB4 .mbr-section-btn {
  text-align: center;
}
.cid-uw4I2nFD7g {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uw4I2nFD7g .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uw4I2nFD7g .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uw4I2nFD7g .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uw4I2nFD7g .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uw4I2nFD7g .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uw4I2nFD7g .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uw4I2nFD7g .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uw4I2nFD7g .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uw4I2nFD7g .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uw4I2nFD7g .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uw4I2nFD7g .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uw4I2nFD7g .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uw4I2nFD7g .mbr-text {
  color: #000000;
}
.cid-uFNr4hVWhM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFNr4hVWhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNr4hVWhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNr4hVWhM .row {
  flex-direction: row-reverse;
}
.cid-uFNr4hVWhM .row {
  align-items: center;
}
.cid-uFNr4hVWhM img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uFNr4hVWhM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFNr4hVWhM .mbr-section-title {
  color: #a62b2c;
}
.cid-uFNr4hVWhM .mbr-text,
.cid-uFNr4hVWhM .mbr-section-btn {
  color: #000000;
}
.cid-uFNrYD38ur {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFNrYD38ur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNrYD38ur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNrYD38ur .row {
  align-items: center;
}
.cid-uFNrYD38ur img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uFNrYD38ur .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFNrYD38ur .mbr-section-title {
  color: #a62b2c;
}
.cid-uFNrYD38ur .mbr-text,
.cid-uFNrYD38ur .mbr-section-btn {
  color: #000000;
}
.cid-uFIZ5w9D6F {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFIZ5w9D6F .justify-content-center {
  align-items: center;
}
.cid-uFIZ5w9D6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIZ5w9D6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIZ5w9D6F .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uFIZ5w9D6F .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFIZ5w9D6F .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uFIZ5w9D6F .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uFIZ5w9D6F .row {
  align-items: center;
}
.cid-uFIZ5w9D6F .card-text {
  color: #000000;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFIZ5w9D6F .card-text {
    text-align: center;
  }
}
.cid-uFJ1tLWzMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFJ1tLWzMg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uFJ1tLWzMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ1tLWzMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ1tLWzMg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .container {
    padding: 0 22px;
  }
}
.cid-uFJ1tLWzMg .row {
  position: relative;
  z-index: 1;
}
.cid-uFJ1tLWzMg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uFJ1tLWzMg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFJ1tLWzMg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFJ1tLWzMg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFJ1tLWzMg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before,
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-uFJ1tLWzMg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uFJ1tLWzMg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-title {
  color: #00d0f3;
}
.cid-uFJ1tLWzMg .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uFJ1tLWzMg .mbr-section-subtitle {
  color: #a62b2c;
}
.cid-uFJ1tLWzMg .list {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-contact {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .mbr-desc {
  color: #ffffff;
}
.cid-uFJ1tLWzMg .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFJ1tLWzMg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFJ1tLWzMg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFJ1tLWzMg .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-uFJ1tLWzMg .mbr-contact,
.cid-uFJ1tLWzMg .item-contact {
  color: #000000;
}
.cid-uFJ1tLWzMg .mbr-desc,
.cid-uFJ1tLWzMg .mbr-section-btn {
  color: #000000;
}
.cid-uFJ1tLWzMg .contacts-wrapper,
.cid-uFJ1tLWzMg .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uFJ1tLWzMg .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-uFNtEQU599 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFNtEQU599 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uFNtEQU599 .nav-item,
.cid-uFNtEQU599 .nav-link,
.cid-uFNtEQU599 .navbar-caption {
  font-weight: normal;
}
.cid-uFNtEQU599 .nav-item:focus,
.cid-uFNtEQU599 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uFNtEQU599 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uFNtEQU599 .nav-item .nav-link {
    position: relative;
  }
  .cid-uFNtEQU599 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uFNtEQU599 .nav-item:hover .nav-link:before,
  .cid-uFNtEQU599 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uFNtEQU599 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uFNtEQU599 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFNtEQU599 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uFNtEQU599 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFNtEQU599 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFNtEQU599 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFNtEQU599 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFNtEQU599 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFNtEQU599 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uFNtEQU599 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uFNtEQU599 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFNtEQU599 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFNtEQU599 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFNtEQU599 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFNtEQU599 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFNtEQU599 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFNtEQU599 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uFNtEQU599 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFNtEQU599 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFNtEQU599 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFNtEQU599 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFNtEQU599 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFNtEQU599 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uFNtEQU599 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uFNtEQU599 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFNtEQU599 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFNtEQU599 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFNtEQU599 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFNtEQU599 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uFNtEQU599 .dropdown-item.active,
.cid-uFNtEQU599 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFNtEQU599 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFNtEQU599 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFNtEQU599 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFNtEQU599 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uFNtEQU599 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFNtEQU599 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFNtEQU599 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFNtEQU599 .navbar-buttons {
  text-align: center;
}
.cid-uFNtEQU599 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFNtEQU599 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFNtEQU599 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFNtEQU599 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNtEQU599 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNtEQU599 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFNtEQU599 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNtEQU599 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFNtEQU599 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFNtEQU599 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNtEQU599 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uFNtEQU599 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFNtEQU599 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #a28452;
  display: inline-flex;
}
.cid-uFNtEQU599 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-uFNtEQU599 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uFNtEQU599 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFNtEQU599 a.nav-link .mbr-iconfont-btn,
.cid-uFNtEQU599 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uFNtEQU599 a.nav-link:hover .mbr-iconfont-btn,
.cid-uFNtEQU599 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uFNtEQU599 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFNtEQU599 .navbar {
    height: 77px;
  }
  .cid-uFNtEQU599 .navbar.opened {
    height: auto;
  }
  .cid-uFNtEQU599 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFNtESQUHk {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/buildings-5687066-1920-1920x1280.jpg");
}
.cid-uFNtESQUHk .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-uFNtESQUHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNtESQUHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNtESQUHk .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uFNtESQUHk .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uFNtESQUHk {
    align-items: center;
  }
  .cid-uFNtESQUHk .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFNtESQUHk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFNtESQUHk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFNtESQUHk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFNtESQUHk .content-wrap {
    width: 100%;
  }
}
.cid-uFNtESQUHk .mbr-section-title {
  text-align: center;
}
.cid-uFNtESQUHk .mbr-text,
.cid-uFNtESQUHk .mbr-section-btn {
  text-align: center;
}
.cid-va5IZDAGFu {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-va5IZDAGFu .row {
  row-gap: 40px;
}
.cid-va5IZDAGFu .mbr-section-head {
  padding-bottom: 50px;
}
.cid-va5IZDAGFu .mbr-section-title {
  color: #2a6470;
  text-align: justify;
}
.cid-va5IZDAGFu .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-va5IZDAGFu .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-va5IZDAGFu .item-img img {
  width: 100%;
  aspect-ratio: calc(37 / (11 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-va5IZDAGFu .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-va5IZDAGFu .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-va5IZDAGFu .item-content {
  flex-grow: 1;
  padding: 31px 42px 43px;
  background-color: #f7f7f7;
}
.cid-va5IZDAGFu .item-title {
  color: #303030;
}
.cid-va5IZDAGFu .mbr-text {
  margin-bottom: 4px;
  color: #303030;
  text-decoration: underline;
  text-align: center;
}
.cid-va5IZDAGFu .icons-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
.cid-va5IZDAGFu .iconfont-wrapper {
  padding: 11px;
  border-radius: 50%;
  transition: opacity 0.2s ease-out;
}
.cid-va5IZDAGFu .iconfont-wrapper .mbr-iconfont {
  font-size: 14px;
  color: #303030;
  transition: all 0.2s ease-out;
}
.cid-va5IZDAGFu .iconfont-wrapper:hover {
  background-color: #efe6f7;
}
.cid-va5IZDAGFu .iconfont-wrapper:hover .mbr-iconfont {
  color: #9b8db7;
}
.cid-va5IZDAGFu .mbr-section-btn {
  margin-top: 10px;
}
.cid-va5IZDAGFu .item-title,
.cid-va5IZDAGFu .mbr-section-btn {
  text-align: center;
  color: #2a6470;
}
.cid-uFNtEWreLq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFNtEWreLq .justify-content-center {
  align-items: center;
}
.cid-uFNtEWreLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNtEWreLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNtEWreLq .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uFNtEWreLq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFNtEWreLq .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uFNtEWreLq .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uFNtEWreLq .row {
  align-items: center;
}
.cid-uFNtEWreLq .card-text {
  color: #000000;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFNtEWreLq .card-text {
    text-align: center;
  }
}
.cid-uFNtEX2gzr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFNtEX2gzr::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-uFNtEX2gzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNtEX2gzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNtEX2gzr .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFNtEX2gzr .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFNtEX2gzr .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFNtEX2gzr .container {
    padding: 0 22px;
  }
}
.cid-uFNtEX2gzr .row {
  position: relative;
  z-index: 1;
}
.cid-uFNtEX2gzr .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-uFNtEX2gzr .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFNtEX2gzr .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uFNtEX2gzr .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFNtEX2gzr .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFNtEX2gzr .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFNtEX2gzr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFNtEX2gzr .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFNtEX2gzr .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uFNtEX2gzr .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFNtEX2gzr .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uFNtEX2gzr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uFNtEX2gzr .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFNtEX2gzr .nav-wrapper .list .item-wrap:hover,
.cid-uFNtEX2gzr .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-uFNtEX2gzr .nav-wrapper .list .item-wrap:hover::before,
.cid-uFNtEX2gzr .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uFNtEX2gzr .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFNtEX2gzr .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFNtEX2gzr .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFNtEX2gzr .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uFNtEX2gzr .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFNtEX2gzr .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uFNtEX2gzr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uFNtEX2gzr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uFNtEX2gzr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-uFNtEX2gzr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uFNtEX2gzr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uFNtEX2gzr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFNtEX2gzr .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFNtEX2gzr .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFNtEX2gzr .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uFNtEX2gzr .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uFNtEX2gzr .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uFNtEX2gzr .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFNtEX2gzr .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uFNtEX2gzr .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uFNtEX2gzr .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uFNtEX2gzr .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uFNtEX2gzr .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFNtEX2gzr .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFNtEX2gzr .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-uFNtEX2gzr .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uFNtEX2gzr .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uFNtEX2gzr .mbr-section-title {
  color: #00d0f3;
}
.cid-uFNtEX2gzr .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uFNtEX2gzr .mbr-section-subtitle {
  color: #a62b2c;
}
.cid-uFNtEX2gzr .list {
  color: #ffffff;
}
.cid-uFNtEX2gzr .mbr-contact {
  color: #ffffff;
}
.cid-uFNtEX2gzr .mbr-desc {
  color: #ffffff;
}
.cid-uFNtEX2gzr .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFNtEX2gzr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFNtEX2gzr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFNtEX2gzr .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-uFNtEX2gzr .mbr-contact,
.cid-uFNtEX2gzr .item-contact {
  color: #000000;
}
.cid-uFNtEX2gzr .mbr-desc,
.cid-uFNtEX2gzr .mbr-section-btn {
  color: #000000;
}
.cid-uFNtEX2gzr .contacts-wrapper,
.cid-uFNtEX2gzr .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-uFNtEX2gzr .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-va5ypHVoTD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5ypHVoTD .navbar-buttons {
  flex-wrap: wrap;
}
.cid-va5ypHVoTD .nav-item,
.cid-va5ypHVoTD .nav-link,
.cid-va5ypHVoTD .navbar-caption {
  font-weight: normal;
}
.cid-va5ypHVoTD .nav-item:focus,
.cid-va5ypHVoTD .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-va5ypHVoTD .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-va5ypHVoTD .nav-item .nav-link {
    position: relative;
  }
  .cid-va5ypHVoTD .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-va5ypHVoTD .nav-item:hover .nav-link:before,
  .cid-va5ypHVoTD .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-va5ypHVoTD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-va5ypHVoTD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va5ypHVoTD .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-va5ypHVoTD .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-va5ypHVoTD .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-va5ypHVoTD .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5ypHVoTD .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-va5ypHVoTD .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-va5ypHVoTD .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-va5ypHVoTD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-va5ypHVoTD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va5ypHVoTD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va5ypHVoTD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-va5ypHVoTD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va5ypHVoTD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va5ypHVoTD .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-va5ypHVoTD .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-va5ypHVoTD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va5ypHVoTD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-va5ypHVoTD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-va5ypHVoTD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-va5ypHVoTD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-va5ypHVoTD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-va5ypHVoTD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-va5ypHVoTD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-va5ypHVoTD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-va5ypHVoTD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-va5ypHVoTD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va5ypHVoTD .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-va5ypHVoTD .dropdown-item.active,
.cid-va5ypHVoTD .dropdown-item:active {
  background-color: transparent;
}
.cid-va5ypHVoTD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va5ypHVoTD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va5ypHVoTD .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va5ypHVoTD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-va5ypHVoTD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va5ypHVoTD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va5ypHVoTD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-va5ypHVoTD .navbar-buttons {
  text-align: center;
}
.cid-va5ypHVoTD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-va5ypHVoTD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-va5ypHVoTD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va5ypHVoTD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5ypHVoTD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5ypHVoTD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va5ypHVoTD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5ypHVoTD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va5ypHVoTD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va5ypHVoTD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5ypHVoTD .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-va5ypHVoTD a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5ypHVoTD .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #a28452;
  display: inline-flex;
}
.cid-va5ypHVoTD .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-va5ypHVoTD .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-va5ypHVoTD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5ypHVoTD a.nav-link .mbr-iconfont-btn,
.cid-va5ypHVoTD a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-va5ypHVoTD a.nav-link:hover .mbr-iconfont-btn,
.cid-va5ypHVoTD a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-va5ypHVoTD a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va5ypHVoTD .navbar {
    height: 77px;
  }
  .cid-va5ypHVoTD .navbar.opened {
    height: auto;
  }
  .cid-va5ypHVoTD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va5ypJn1uD {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/buildings-5687066-1920-1920x1280.jpg");
}
.cid-va5ypJn1uD .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-va5ypJn1uD .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5ypJn1uD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5ypJn1uD .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-va5ypJn1uD .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-va5ypJn1uD {
    align-items: center;
  }
  .cid-va5ypJn1uD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-va5ypJn1uD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-va5ypJn1uD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-va5ypJn1uD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-va5ypJn1uD .content-wrap {
    width: 100%;
  }
}
.cid-va5ypJn1uD .mbr-section-title {
  text-align: center;
}
.cid-va5ypJn1uD .mbr-text,
.cid-va5ypJn1uD .mbr-section-btn {
  text-align: center;
}
.cid-va5ypKblt2 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5ypKblt2 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-va5ypKblt2 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5ypKblt2 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-va5ypKblt2 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5ypKblt2 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-va5ypKblt2 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5ypKblt2 .items-container {
    padding-left: 6.66vw;
  }
}
.cid-va5ypKblt2 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-va5ypKblt2 .item {
    margin-bottom: 3.2vw;
  }
}
.cid-va5ypKblt2 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-va5ypKblt2 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-va5ypKblt2 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-va5ypKblt2 .mbr-text {
  color: #000000;
}
.cid-va5Agalfxl {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5Agalfxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5Agalfxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5Agalfxl .row {
  align-items: center;
}
.cid-va5Agalfxl img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5Agalfxl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5Agalfxl .mbr-section-title {
  color: #a62b2c;
}
.cid-va5Agalfxl .mbr-text,
.cid-va5Agalfxl .mbr-section-btn {
  color: #000000;
}
.cid-va5ABY94i6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5ABY94i6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5ABY94i6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5ABY94i6 .row {
  align-items: center;
}
.cid-va5ABY94i6 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5ABY94i6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5ABY94i6 .mbr-section-title {
  color: #a62b2c;
}
.cid-va5ABY94i6 .mbr-text,
.cid-va5ABY94i6 .mbr-section-btn {
  color: #000000;
}
.cid-va5AXc2eH5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5AXc2eH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5AXc2eH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5AXc2eH5 .row {
  align-items: center;
}
.cid-va5AXc2eH5 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5AXc2eH5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5AXc2eH5 .mbr-section-title {
  color: #a62b2c;
}
.cid-va5AXc2eH5 .mbr-text,
.cid-va5AXc2eH5 .mbr-section-btn {
  color: #000000;
}
.cid-va5BzngnLt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5BzngnLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5BzngnLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5BzngnLt .row {
  align-items: center;
}
.cid-va5BzngnLt img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5BzngnLt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5BzngnLt .mbr-section-title {
  color: #a62b2c;
}
.cid-va5BzngnLt .mbr-text,
.cid-va5BzngnLt .mbr-section-btn {
  color: #000000;
}
.cid-va5C8eBqbx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5C8eBqbx blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vaOOBXUVk4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vaOOBXUVk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaOOBXUVk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaOOBXUVk4 .mbr-description {
  text-align: left;
}
.cid-vaOOBXUVk4 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vaOOBXUVk4 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaOOBXUVk4 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vaOOBXUVk4 .card-title,
.cid-vaOOBXUVk4 .iconfont-wrapper {
  color: #000000;
}
.cid-vaOOBXUVk4 .card-text {
  color: #000000;
}
.cid-vaOOBXUVk4 .mbr-section-title {
  color: #a62b2c;
  text-align: justify;
}
.cid-vaOOBXUVk4 .mbr-number {
  color: #9fe870;
}
.cid-vaOOBXUVk4 .mbr-text,
.cid-vaOOBXUVk4 .mbr-section-btn {
  text-align: center;
}
.cid-vaOOBXUVk4 .card-text,
.cid-vaOOBXUVk4 .item .mbr-section-btn {
  text-align: left;
}
.cid-vaOOBXUVk4 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vaOOBXUVk4 .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vaOOBXUVk4 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaOOBXUVk4 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vaOOBXUVk4 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vaOOBXUVk4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaOOBXUVk4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vaOOBXUVk4 .card-title {
  text-align: left;
}
.cid-vaOOBXUVk4 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaOOBXUVk4 .item-content .item-footer {
  margin-top: auto;
}
.cid-va5ypKVjoV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-va5ypKVjoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5ypKVjoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5ypKVjoV .row {
  flex-direction: row-reverse;
}
.cid-va5ypKVjoV .row {
  align-items: center;
}
.cid-va5ypKVjoV img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5ypKVjoV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5ypKVjoV .mbr-section-title {
  color: #a62b2c;
}
.cid-va5ypKVjoV .mbr-text,
.cid-va5ypKVjoV .mbr-section-btn {
  color: #000000;
}
.cid-va5ypODpGY {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5ypODpGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5ypODpGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5ypODpGY .cards-row {
  row-gap: 50px;
}
.cid-va5ypODpGY .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-va5ypODpGY .mbr-iconfont {
  font-size: 82px;
  color: #2a6470;
}
.cid-va5ypODpGY .card-box {
  padding-left: 28px;
}
.cid-va5ypODpGY .card-title {
  color: #303030;
}
.cid-va5ypODpGY .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-va5ypPpHif {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5ypPpHif .justify-content-center {
  align-items: center;
}
.cid-va5ypPpHif .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5ypPpHif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5ypPpHif .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-va5ypPpHif .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-va5ypPpHif .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-va5ypPpHif .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-va5ypPpHif .row {
  align-items: center;
}
.cid-va5ypPpHif .card-text {
  color: #000000;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-va5ypPpHif .card-text {
    text-align: center;
  }
}
.cid-va5ypPXi5c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-va5ypPXi5c::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-va5ypPXi5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5ypPXi5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5ypPXi5c .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-va5ypPXi5c .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .container {
    padding: 0 22px;
  }
}
.cid-va5ypPXi5c .row {
  position: relative;
  z-index: 1;
}
.cid-va5ypPXi5c .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-va5ypPXi5c .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5ypPXi5c .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5ypPXi5c .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5ypPXi5c .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-va5ypPXi5c .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-va5ypPXi5c .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-va5ypPXi5c .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-va5ypPXi5c .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-va5ypPXi5c .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5ypPXi5c .nav-wrapper .list .item-wrap:hover,
.cid-va5ypPXi5c .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-va5ypPXi5c .nav-wrapper .list .item-wrap:hover::before,
.cid-va5ypPXi5c .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-va5ypPXi5c .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5ypPXi5c .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5ypPXi5c .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5ypPXi5c .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-va5ypPXi5c .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-va5ypPXi5c .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-va5ypPXi5c .mbr-section-title {
  color: #00d0f3;
}
.cid-va5ypPXi5c .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-va5ypPXi5c .mbr-section-subtitle {
  color: #a62b2c;
}
.cid-va5ypPXi5c .list {
  color: #ffffff;
}
.cid-va5ypPXi5c .mbr-contact {
  color: #ffffff;
}
.cid-va5ypPXi5c .mbr-desc {
  color: #ffffff;
}
.cid-va5ypPXi5c .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-va5ypPXi5c .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-va5ypPXi5c .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-va5ypPXi5c .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-va5ypPXi5c .mbr-contact,
.cid-va5ypPXi5c .item-contact {
  color: #000000;
}
.cid-va5ypPXi5c .mbr-desc,
.cid-va5ypPXi5c .mbr-section-btn {
  color: #000000;
}
.cid-va5ypPXi5c .contacts-wrapper,
.cid-va5ypPXi5c .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-va5ypPXi5c .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-va5NuSL4M9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5NuSL4M9 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-va5NuSL4M9 .nav-item,
.cid-va5NuSL4M9 .nav-link,
.cid-va5NuSL4M9 .navbar-caption {
  font-weight: normal;
}
.cid-va5NuSL4M9 .nav-item:focus,
.cid-va5NuSL4M9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-va5NuSL4M9 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-va5NuSL4M9 .nav-item .nav-link {
    position: relative;
  }
  .cid-va5NuSL4M9 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-va5NuSL4M9 .nav-item:hover .nav-link:before,
  .cid-va5NuSL4M9 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-va5NuSL4M9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-va5NuSL4M9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va5NuSL4M9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-va5NuSL4M9 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-va5NuSL4M9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-va5NuSL4M9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5NuSL4M9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-va5NuSL4M9 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-va5NuSL4M9 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-va5NuSL4M9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-va5NuSL4M9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va5NuSL4M9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va5NuSL4M9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-va5NuSL4M9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va5NuSL4M9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va5NuSL4M9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-va5NuSL4M9 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-va5NuSL4M9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va5NuSL4M9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-va5NuSL4M9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-va5NuSL4M9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-va5NuSL4M9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-va5NuSL4M9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-va5NuSL4M9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-va5NuSL4M9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-va5NuSL4M9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-va5NuSL4M9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-va5NuSL4M9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va5NuSL4M9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-va5NuSL4M9 .dropdown-item.active,
.cid-va5NuSL4M9 .dropdown-item:active {
  background-color: transparent;
}
.cid-va5NuSL4M9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va5NuSL4M9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va5NuSL4M9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va5NuSL4M9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-va5NuSL4M9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va5NuSL4M9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va5NuSL4M9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-va5NuSL4M9 .navbar-buttons {
  text-align: center;
}
.cid-va5NuSL4M9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-va5NuSL4M9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-va5NuSL4M9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va5NuSL4M9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5NuSL4M9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5NuSL4M9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va5NuSL4M9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5NuSL4M9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va5NuSL4M9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va5NuSL4M9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5NuSL4M9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-va5NuSL4M9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5NuSL4M9 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #a28452;
  display: inline-flex;
}
.cid-va5NuSL4M9 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-va5NuSL4M9 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-va5NuSL4M9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5NuSL4M9 a.nav-link .mbr-iconfont-btn,
.cid-va5NuSL4M9 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-va5NuSL4M9 a.nav-link:hover .mbr-iconfont-btn,
.cid-va5NuSL4M9 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-va5NuSL4M9 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va5NuSL4M9 .navbar {
    height: 77px;
  }
  .cid-va5NuSL4M9 .navbar.opened {
    height: auto;
  }
  .cid-va5NuSL4M9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va5NuU9LPm {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-va5NuU9LPm .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-va5NuU9LPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NuU9LPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NuU9LPm .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-va5NuU9LPm .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-va5NuU9LPm {
    align-items: center;
  }
  .cid-va5NuU9LPm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-va5NuU9LPm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-va5NuU9LPm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-va5NuU9LPm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-va5NuU9LPm .content-wrap {
    width: 100%;
  }
}
.cid-va5NuU9LPm .mbr-section-title {
  text-align: center;
}
.cid-va5NuU9LPm .mbr-text,
.cid-va5NuU9LPm .mbr-section-btn {
  text-align: center;
}
.cid-va5NuVRIJU {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5NuVRIJU .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-va5NuVRIJU .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5NuVRIJU .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-va5NuVRIJU .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5NuVRIJU .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-va5NuVRIJU .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5NuVRIJU .items-container {
    padding-left: 6.66vw;
  }
}
.cid-va5NuVRIJU .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-va5NuVRIJU .item {
    margin-bottom: 3.2vw;
  }
}
.cid-va5NuVRIJU .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-va5NuVRIJU .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-va5NuVRIJU .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-va5NuVRIJU .mbr-text {
  color: #000000;
}
.cid-va5NuYsuWk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NuYsuWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NuYsuWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NuYsuWk .row {
  align-items: center;
}
.cid-va5NuYsuWk img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NuYsuWk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NuYsuWk .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NuYsuWk .mbr-text,
.cid-va5NuYsuWk .mbr-section-btn {
  color: #000000;
}
.cid-va5NuZuirn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NuZuirn .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NuZuirn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NuZuirn .row {
  align-items: center;
}
.cid-va5NuZuirn img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NuZuirn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NuZuirn .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NuZuirn .mbr-text,
.cid-va5NuZuirn .mbr-section-btn {
  color: #000000;
}
.cid-va5Nv0lmFp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5Nv0lmFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5Nv0lmFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5Nv0lmFp .row {
  align-items: center;
}
.cid-va5Nv0lmFp img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5Nv0lmFp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5Nv0lmFp .mbr-section-title {
  color: #a62b2c;
}
.cid-va5Nv0lmFp .mbr-text,
.cid-va5Nv0lmFp .mbr-section-btn {
  color: #000000;
}
.cid-va5Nv1bFBl {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5Nv1bFBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5Nv1bFBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5Nv1bFBl .row {
  align-items: center;
}
.cid-va5Nv1bFBl img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5Nv1bFBl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5Nv1bFBl .mbr-section-title {
  color: #a62b2c;
}
.cid-va5Nv1bFBl .mbr-text,
.cid-va5Nv1bFBl .mbr-section-btn {
  color: #000000;
}
.cid-va5Nv2cJHT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5Nv2cJHT blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vaOUdgU5Ng {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vaOUdgU5Ng .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaOUdgU5Ng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaOUdgU5Ng .mbr-description {
  text-align: left;
}
.cid-vaOUdgU5Ng .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vaOUdgU5Ng .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaOUdgU5Ng .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vaOUdgU5Ng .card-title,
.cid-vaOUdgU5Ng .iconfont-wrapper {
  color: #000000;
}
.cid-vaOUdgU5Ng .card-text {
  color: #000000;
}
.cid-vaOUdgU5Ng .mbr-section-title {
  color: #a62b2c;
  text-align: justify;
}
.cid-vaOUdgU5Ng .mbr-number {
  color: #9fe870;
}
.cid-vaOUdgU5Ng .mbr-text,
.cid-vaOUdgU5Ng .mbr-section-btn {
  text-align: center;
}
.cid-vaOUdgU5Ng .card-text,
.cid-vaOUdgU5Ng .item .mbr-section-btn {
  text-align: left;
}
.cid-vaOUdgU5Ng .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vaOUdgU5Ng .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vaOUdgU5Ng .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaOUdgU5Ng .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vaOUdgU5Ng .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vaOUdgU5Ng .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaOUdgU5Ng .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vaOUdgU5Ng .card-title {
  text-align: left;
}
.cid-vaOUdgU5Ng .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaOUdgU5Ng .item-content .item-footer {
  margin-top: auto;
}
.cid-va5Nv3USNp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-va5Nv3USNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5Nv3USNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5Nv3USNp .row {
  flex-direction: row-reverse;
}
.cid-va5Nv3USNp .row {
  align-items: center;
}
.cid-va5Nv3USNp img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5Nv3USNp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5Nv3USNp .mbr-section-title {
  color: #a62b2c;
}
.cid-va5Nv3USNp .mbr-text,
.cid-va5Nv3USNp .mbr-section-btn {
  color: #000000;
}
.cid-va5Nv4OSGT {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5Nv4OSGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5Nv4OSGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5Nv4OSGT .cards-row {
  row-gap: 50px;
}
.cid-va5Nv4OSGT .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-va5Nv4OSGT .mbr-iconfont {
  font-size: 82px;
  color: #2a6470;
}
.cid-va5Nv4OSGT .card-box {
  padding-left: 28px;
}
.cid-va5Nv4OSGT .card-title {
  color: #303030;
}
.cid-va5Nv4OSGT .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-va5Nv5JRXZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5Nv5JRXZ .justify-content-center {
  align-items: center;
}
.cid-va5Nv5JRXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5Nv5JRXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5Nv5JRXZ .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-va5Nv5JRXZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-va5Nv5JRXZ .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-va5Nv5JRXZ .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-va5Nv5JRXZ .row {
  align-items: center;
}
.cid-va5Nv5JRXZ .card-text {
  color: #000000;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-va5Nv5JRXZ .card-text {
    text-align: center;
  }
}
.cid-va5Nv6AWKg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-va5Nv6AWKg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-va5Nv6AWKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5Nv6AWKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5Nv6AWKg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-va5Nv6AWKg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-va5Nv6AWKg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-va5Nv6AWKg .container {
    padding: 0 22px;
  }
}
.cid-va5Nv6AWKg .row {
  position: relative;
  z-index: 1;
}
.cid-va5Nv6AWKg .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-va5Nv6AWKg .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5Nv6AWKg .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5Nv6AWKg .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-va5Nv6AWKg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5Nv6AWKg .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-va5Nv6AWKg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-va5Nv6AWKg .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5Nv6AWKg .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-va5Nv6AWKg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5Nv6AWKg .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-va5Nv6AWKg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-va5Nv6AWKg .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5Nv6AWKg .nav-wrapper .list .item-wrap:hover,
.cid-va5Nv6AWKg .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-va5Nv6AWKg .nav-wrapper .list .item-wrap:hover::before,
.cid-va5Nv6AWKg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-va5Nv6AWKg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5Nv6AWKg .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5Nv6AWKg .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5Nv6AWKg .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-va5Nv6AWKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-va5Nv6AWKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-va5Nv6AWKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-va5Nv6AWKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-va5Nv6AWKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-va5Nv6AWKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-va5Nv6AWKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-va5Nv6AWKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5Nv6AWKg .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5Nv6AWKg .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5Nv6AWKg .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5Nv6AWKg .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-va5Nv6AWKg .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-va5Nv6AWKg .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-va5Nv6AWKg .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-va5Nv6AWKg .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-va5Nv6AWKg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-va5Nv6AWKg .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-va5Nv6AWKg .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-va5Nv6AWKg .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-va5Nv6AWKg .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-va5Nv6AWKg .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-va5Nv6AWKg .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-va5Nv6AWKg .mbr-section-title {
  color: #00d0f3;
}
.cid-va5Nv6AWKg .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-va5Nv6AWKg .mbr-section-subtitle {
  color: #a62b2c;
}
.cid-va5Nv6AWKg .list {
  color: #ffffff;
}
.cid-va5Nv6AWKg .mbr-contact {
  color: #ffffff;
}
.cid-va5Nv6AWKg .mbr-desc {
  color: #ffffff;
}
.cid-va5Nv6AWKg .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-va5Nv6AWKg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-va5Nv6AWKg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-va5Nv6AWKg .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-va5Nv6AWKg .mbr-contact,
.cid-va5Nv6AWKg .item-contact {
  color: #000000;
}
.cid-va5Nv6AWKg .mbr-desc,
.cid-va5Nv6AWKg .mbr-section-btn {
  color: #000000;
}
.cid-va5Nv6AWKg .contacts-wrapper,
.cid-va5Nv6AWKg .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-va5Nv6AWKg .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-va5NBticaS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5NBticaS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-va5NBticaS .nav-item,
.cid-va5NBticaS .nav-link,
.cid-va5NBticaS .navbar-caption {
  font-weight: normal;
}
.cid-va5NBticaS .nav-item:focus,
.cid-va5NBticaS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-va5NBticaS .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-va5NBticaS .nav-item .nav-link {
    position: relative;
  }
  .cid-va5NBticaS .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-va5NBticaS .nav-item:hover .nav-link:before,
  .cid-va5NBticaS .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-va5NBticaS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-va5NBticaS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va5NBticaS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-va5NBticaS .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-va5NBticaS .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-va5NBticaS .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5NBticaS .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-va5NBticaS .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-va5NBticaS .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-va5NBticaS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-va5NBticaS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va5NBticaS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va5NBticaS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-va5NBticaS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va5NBticaS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va5NBticaS .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-va5NBticaS .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-va5NBticaS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va5NBticaS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-va5NBticaS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-va5NBticaS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-va5NBticaS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-va5NBticaS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-va5NBticaS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-va5NBticaS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-va5NBticaS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-va5NBticaS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-va5NBticaS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va5NBticaS .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-va5NBticaS .dropdown-item.active,
.cid-va5NBticaS .dropdown-item:active {
  background-color: transparent;
}
.cid-va5NBticaS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va5NBticaS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va5NBticaS .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va5NBticaS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-va5NBticaS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va5NBticaS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va5NBticaS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-va5NBticaS .navbar-buttons {
  text-align: center;
}
.cid-va5NBticaS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-va5NBticaS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-va5NBticaS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va5NBticaS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5NBticaS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5NBticaS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va5NBticaS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5NBticaS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va5NBticaS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va5NBticaS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5NBticaS .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-va5NBticaS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5NBticaS .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #a28452;
  display: inline-flex;
}
.cid-va5NBticaS .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-va5NBticaS .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-va5NBticaS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5NBticaS a.nav-link .mbr-iconfont-btn,
.cid-va5NBticaS a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-va5NBticaS a.nav-link:hover .mbr-iconfont-btn,
.cid-va5NBticaS a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-va5NBticaS a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va5NBticaS .navbar {
    height: 77px;
  }
  .cid-va5NBticaS .navbar.opened {
    height: auto;
  }
  .cid-va5NBticaS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va5NBun3Ks {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-va5NBun3Ks .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-va5NBun3Ks .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NBun3Ks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NBun3Ks .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-va5NBun3Ks .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-va5NBun3Ks {
    align-items: center;
  }
  .cid-va5NBun3Ks .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-va5NBun3Ks .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-va5NBun3Ks {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-va5NBun3Ks .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-va5NBun3Ks .content-wrap {
    width: 100%;
  }
}
.cid-va5NBun3Ks .mbr-section-title {
  text-align: center;
}
.cid-va5NBun3Ks .mbr-text,
.cid-va5NBun3Ks .mbr-section-btn {
  text-align: center;
}
.cid-va5NBv7yAU {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5NBv7yAU .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-va5NBv7yAU .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5NBv7yAU .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-va5NBv7yAU .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5NBv7yAU .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-va5NBv7yAU .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5NBv7yAU .items-container {
    padding-left: 6.66vw;
  }
}
.cid-va5NBv7yAU .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-va5NBv7yAU .item {
    margin-bottom: 3.2vw;
  }
}
.cid-va5NBv7yAU .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-va5NBv7yAU .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-va5NBv7yAU .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-va5NBv7yAU .mbr-text {
  color: #000000;
}
.cid-va5NBvThA9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NBvThA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NBvThA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NBvThA9 .row {
  align-items: center;
}
.cid-va5NBvThA9 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NBvThA9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NBvThA9 .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NBvThA9 .mbr-text,
.cid-va5NBvThA9 .mbr-section-btn {
  color: #000000;
}
.cid-va5NBz4a8E {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NBz4a8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NBz4a8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NBz4a8E .row {
  align-items: center;
}
.cid-va5NBz4a8E img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NBz4a8E .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NBz4a8E .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NBz4a8E .mbr-text,
.cid-va5NBz4a8E .mbr-section-btn {
  color: #000000;
}
.cid-va5NBzYLU2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NBzYLU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NBzYLU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NBzYLU2 .row {
  align-items: center;
}
.cid-va5NBzYLU2 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NBzYLU2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NBzYLU2 .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NBzYLU2 .mbr-text,
.cid-va5NBzYLU2 .mbr-section-btn {
  color: #000000;
}
.cid-va5NBALKg0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NBALKg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NBALKg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NBALKg0 .row {
  align-items: center;
}
.cid-va5NBALKg0 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NBALKg0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NBALKg0 .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NBALKg0 .mbr-text,
.cid-va5NBALKg0 .mbr-section-btn {
  color: #000000;
}
.cid-va5NBBAFAd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5NBBAFAd blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vaOW8EU338 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vaOW8EU338 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaOW8EU338 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaOW8EU338 .mbr-description {
  text-align: left;
}
.cid-vaOW8EU338 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vaOW8EU338 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaOW8EU338 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vaOW8EU338 .card-title,
.cid-vaOW8EU338 .iconfont-wrapper {
  color: #000000;
}
.cid-vaOW8EU338 .card-text {
  color: #000000;
}
.cid-vaOW8EU338 .mbr-section-title {
  color: #a62b2c;
  text-align: justify;
}
.cid-vaOW8EU338 .mbr-number {
  color: #9fe870;
}
.cid-vaOW8EU338 .mbr-text,
.cid-vaOW8EU338 .mbr-section-btn {
  text-align: center;
}
.cid-vaOW8EU338 .card-text,
.cid-vaOW8EU338 .item .mbr-section-btn {
  text-align: left;
}
.cid-vaOW8EU338 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vaOW8EU338 .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vaOW8EU338 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaOW8EU338 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vaOW8EU338 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vaOW8EU338 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaOW8EU338 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vaOW8EU338 .card-title {
  text-align: left;
}
.cid-vaOW8EU338 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaOW8EU338 .item-content .item-footer {
  margin-top: auto;
}
.cid-va5NBDfvwW {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-va5NBDfvwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NBDfvwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NBDfvwW .row {
  flex-direction: row-reverse;
}
.cid-va5NBDfvwW .row {
  align-items: center;
}
.cid-va5NBDfvwW img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NBDfvwW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NBDfvwW .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NBDfvwW .mbr-text,
.cid-va5NBDfvwW .mbr-section-btn {
  color: #000000;
}
.cid-va5NBEhmQ3 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5NBEhmQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NBEhmQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NBEhmQ3 .cards-row {
  row-gap: 50px;
}
.cid-va5NBEhmQ3 .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-va5NBEhmQ3 .mbr-iconfont {
  font-size: 82px;
  color: #2a6470;
}
.cid-va5NBEhmQ3 .card-box {
  padding-left: 28px;
}
.cid-va5NBEhmQ3 .card-title {
  color: #303030;
}
.cid-va5NBEhmQ3 .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-va5NBFrmgp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NBFrmgp .justify-content-center {
  align-items: center;
}
.cid-va5NBFrmgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NBFrmgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NBFrmgp .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-va5NBFrmgp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-va5NBFrmgp .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-va5NBFrmgp .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-va5NBFrmgp .row {
  align-items: center;
}
.cid-va5NBFrmgp .card-text {
  color: #000000;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-va5NBFrmgp .card-text {
    text-align: center;
  }
}
.cid-va5NBGiVEU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-va5NBGiVEU::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-va5NBGiVEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NBGiVEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NBGiVEU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-va5NBGiVEU .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-va5NBGiVEU .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-va5NBGiVEU .container {
    padding: 0 22px;
  }
}
.cid-va5NBGiVEU .row {
  position: relative;
  z-index: 1;
}
.cid-va5NBGiVEU .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-va5NBGiVEU .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5NBGiVEU .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5NBGiVEU .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-va5NBGiVEU .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5NBGiVEU .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-va5NBGiVEU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-va5NBGiVEU .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5NBGiVEU .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-va5NBGiVEU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5NBGiVEU .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-va5NBGiVEU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-va5NBGiVEU .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5NBGiVEU .nav-wrapper .list .item-wrap:hover,
.cid-va5NBGiVEU .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-va5NBGiVEU .nav-wrapper .list .item-wrap:hover::before,
.cid-va5NBGiVEU .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-va5NBGiVEU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5NBGiVEU .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5NBGiVEU .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5NBGiVEU .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-va5NBGiVEU .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-va5NBGiVEU .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-va5NBGiVEU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-va5NBGiVEU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-va5NBGiVEU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-va5NBGiVEU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-va5NBGiVEU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-va5NBGiVEU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5NBGiVEU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5NBGiVEU .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5NBGiVEU .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5NBGiVEU .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-va5NBGiVEU .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-va5NBGiVEU .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-va5NBGiVEU .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-va5NBGiVEU .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-va5NBGiVEU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-va5NBGiVEU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-va5NBGiVEU .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-va5NBGiVEU .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-va5NBGiVEU .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-va5NBGiVEU .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-va5NBGiVEU .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-va5NBGiVEU .mbr-section-title {
  color: #00d0f3;
}
.cid-va5NBGiVEU .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-va5NBGiVEU .mbr-section-subtitle {
  color: #a62b2c;
}
.cid-va5NBGiVEU .list {
  color: #ffffff;
}
.cid-va5NBGiVEU .mbr-contact {
  color: #ffffff;
}
.cid-va5NBGiVEU .mbr-desc {
  color: #ffffff;
}
.cid-va5NBGiVEU .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-va5NBGiVEU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-va5NBGiVEU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-va5NBGiVEU .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-va5NBGiVEU .mbr-contact,
.cid-va5NBGiVEU .item-contact {
  color: #000000;
}
.cid-va5NBGiVEU .mbr-desc,
.cid-va5NBGiVEU .mbr-section-btn {
  color: #000000;
}
.cid-va5NBGiVEU .contacts-wrapper,
.cid-va5NBGiVEU .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-va5NBGiVEU .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-va5NHa2Lzz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5NHa2Lzz .navbar-buttons {
  flex-wrap: wrap;
}
.cid-va5NHa2Lzz .nav-item,
.cid-va5NHa2Lzz .nav-link,
.cid-va5NHa2Lzz .navbar-caption {
  font-weight: normal;
}
.cid-va5NHa2Lzz .nav-item:focus,
.cid-va5NHa2Lzz .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-va5NHa2Lzz .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-va5NHa2Lzz .nav-item .nav-link {
    position: relative;
  }
  .cid-va5NHa2Lzz .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-va5NHa2Lzz .nav-item:hover .nav-link:before,
  .cid-va5NHa2Lzz .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-va5NHa2Lzz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-va5NHa2Lzz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va5NHa2Lzz .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-va5NHa2Lzz .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-va5NHa2Lzz .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-va5NHa2Lzz .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5NHa2Lzz .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-va5NHa2Lzz .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-va5NHa2Lzz .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-va5NHa2Lzz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-va5NHa2Lzz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va5NHa2Lzz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va5NHa2Lzz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-va5NHa2Lzz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va5NHa2Lzz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va5NHa2Lzz .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-va5NHa2Lzz .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-va5NHa2Lzz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va5NHa2Lzz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-va5NHa2Lzz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-va5NHa2Lzz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-va5NHa2Lzz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-va5NHa2Lzz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-va5NHa2Lzz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-va5NHa2Lzz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-va5NHa2Lzz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-va5NHa2Lzz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-va5NHa2Lzz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va5NHa2Lzz .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-va5NHa2Lzz .dropdown-item.active,
.cid-va5NHa2Lzz .dropdown-item:active {
  background-color: transparent;
}
.cid-va5NHa2Lzz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va5NHa2Lzz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va5NHa2Lzz .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va5NHa2Lzz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-va5NHa2Lzz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va5NHa2Lzz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va5NHa2Lzz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-va5NHa2Lzz .navbar-buttons {
  text-align: center;
}
.cid-va5NHa2Lzz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-va5NHa2Lzz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-va5NHa2Lzz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va5NHa2Lzz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5NHa2Lzz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5NHa2Lzz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va5NHa2Lzz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5NHa2Lzz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va5NHa2Lzz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va5NHa2Lzz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5NHa2Lzz .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-va5NHa2Lzz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5NHa2Lzz .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #a28452;
  display: inline-flex;
}
.cid-va5NHa2Lzz .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-va5NHa2Lzz .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-va5NHa2Lzz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5NHa2Lzz a.nav-link .mbr-iconfont-btn,
.cid-va5NHa2Lzz a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-va5NHa2Lzz a.nav-link:hover .mbr-iconfont-btn,
.cid-va5NHa2Lzz a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-va5NHa2Lzz a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va5NHa2Lzz .navbar {
    height: 77px;
  }
  .cid-va5NHa2Lzz .navbar.opened {
    height: auto;
  }
  .cid-va5NHa2Lzz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va5NHaQYGc {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-5.jpg");
}
.cid-va5NHaQYGc .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-va5NHaQYGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NHaQYGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NHaQYGc .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-va5NHaQYGc .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-va5NHaQYGc {
    align-items: center;
  }
  .cid-va5NHaQYGc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-va5NHaQYGc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-va5NHaQYGc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-va5NHaQYGc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-va5NHaQYGc .content-wrap {
    width: 100%;
  }
}
.cid-va5NHaQYGc .mbr-section-title {
  text-align: center;
}
.cid-va5NHaQYGc .mbr-text,
.cid-va5NHaQYGc .mbr-section-btn {
  text-align: center;
}
.cid-va5NHbBkp3 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5NHbBkp3 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-va5NHbBkp3 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5NHbBkp3 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-va5NHbBkp3 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5NHbBkp3 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-va5NHbBkp3 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5NHbBkp3 .items-container {
    padding-left: 6.66vw;
  }
}
.cid-va5NHbBkp3 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-va5NHbBkp3 .item {
    margin-bottom: 3.2vw;
  }
}
.cid-va5NHbBkp3 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-va5NHbBkp3 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-va5NHbBkp3 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-va5NHbBkp3 .mbr-text {
  color: #000000;
}
.cid-va5NHceZYh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NHceZYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NHceZYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NHceZYh .row {
  align-items: center;
}
.cid-va5NHceZYh img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NHceZYh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NHceZYh .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NHceZYh .mbr-text,
.cid-va5NHceZYh .mbr-section-btn {
  color: #000000;
}
.cid-va5NHd1HkR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NHd1HkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NHd1HkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NHd1HkR .row {
  align-items: center;
}
.cid-va5NHd1HkR img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NHd1HkR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NHd1HkR .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NHd1HkR .mbr-text,
.cid-va5NHd1HkR .mbr-section-btn {
  color: #000000;
}
.cid-va5NHdK4xp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NHdK4xp .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NHdK4xp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NHdK4xp .row {
  align-items: center;
}
.cid-va5NHdK4xp img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NHdK4xp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NHdK4xp .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NHdK4xp .mbr-text,
.cid-va5NHdK4xp .mbr-section-btn {
  color: #000000;
}
.cid-va5NHetHIt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NHetHIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NHetHIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NHetHIt .row {
  align-items: center;
}
.cid-va5NHetHIt img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NHetHIt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NHetHIt .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NHetHIt .mbr-text,
.cid-va5NHetHIt .mbr-section-btn {
  color: #000000;
}
.cid-va94r1Pvg5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va94r1Pvg5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va94r1Pvg5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va94r1Pvg5 .row {
  align-items: center;
}
.cid-va94r1Pvg5 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va94r1Pvg5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va94r1Pvg5 .mbr-section-title {
  color: #a62b2c;
}
.cid-va94r1Pvg5 .mbr-text,
.cid-va94r1Pvg5 .mbr-section-btn {
  color: #000000;
}
.cid-va94zKFNW8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va94zKFNW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va94zKFNW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va94zKFNW8 .row {
  align-items: center;
}
.cid-va94zKFNW8 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va94zKFNW8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va94zKFNW8 .mbr-section-title {
  color: #a62b2c;
}
.cid-va94zKFNW8 .mbr-text,
.cid-va94zKFNW8 .mbr-section-btn {
  color: #000000;
}
.cid-va5NHfgZiT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5NHfgZiT blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vaOXefxMAz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vaOXefxMAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaOXefxMAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaOXefxMAz .mbr-description {
  text-align: left;
}
.cid-vaOXefxMAz .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vaOXefxMAz .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaOXefxMAz .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vaOXefxMAz .card-title,
.cid-vaOXefxMAz .iconfont-wrapper {
  color: #000000;
}
.cid-vaOXefxMAz .card-text {
  color: #000000;
}
.cid-vaOXefxMAz .mbr-section-title {
  color: #a62b2c;
  text-align: justify;
}
.cid-vaOXefxMAz .mbr-number {
  color: #9fe870;
}
.cid-vaOXefxMAz .mbr-text,
.cid-vaOXefxMAz .mbr-section-btn {
  text-align: center;
}
.cid-vaOXefxMAz .card-text,
.cid-vaOXefxMAz .item .mbr-section-btn {
  text-align: left;
}
.cid-vaOXefxMAz .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vaOXefxMAz .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vaOXefxMAz .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaOXefxMAz .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vaOXefxMAz .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vaOXefxMAz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaOXefxMAz .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vaOXefxMAz .card-title {
  text-align: left;
}
.cid-vaOXefxMAz .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaOXefxMAz .item-content .item-footer {
  margin-top: auto;
}
.cid-va5NHgOwd9 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-va5NHgOwd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NHgOwd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NHgOwd9 .row {
  flex-direction: row-reverse;
}
.cid-va5NHgOwd9 .row {
  align-items: center;
}
.cid-va5NHgOwd9 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NHgOwd9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NHgOwd9 .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NHgOwd9 .mbr-text,
.cid-va5NHgOwd9 .mbr-section-btn {
  color: #000000;
}
.cid-va5NHhKEUW {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5NHhKEUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NHhKEUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NHhKEUW .cards-row {
  row-gap: 50px;
}
.cid-va5NHhKEUW .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-va5NHhKEUW .mbr-iconfont {
  font-size: 82px;
  color: #2a6470;
}
.cid-va5NHhKEUW .card-box {
  padding-left: 28px;
}
.cid-va5NHhKEUW .card-title {
  color: #303030;
}
.cid-va5NHhKEUW .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-va5NHiJ2wY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NHiJ2wY .justify-content-center {
  align-items: center;
}
.cid-va5NHiJ2wY .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NHiJ2wY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NHiJ2wY .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-va5NHiJ2wY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-va5NHiJ2wY .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-va5NHiJ2wY .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-va5NHiJ2wY .row {
  align-items: center;
}
.cid-va5NHiJ2wY .card-text {
  color: #000000;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-va5NHiJ2wY .card-text {
    text-align: center;
  }
}
.cid-va5NHjvNZ1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-va5NHjvNZ1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-va5NHjvNZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NHjvNZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NHjvNZ1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-va5NHjvNZ1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-va5NHjvNZ1 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-va5NHjvNZ1 .container {
    padding: 0 22px;
  }
}
.cid-va5NHjvNZ1 .row {
  position: relative;
  z-index: 1;
}
.cid-va5NHjvNZ1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-va5NHjvNZ1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5NHjvNZ1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5NHjvNZ1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-va5NHjvNZ1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5NHjvNZ1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-va5NHjvNZ1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-va5NHjvNZ1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5NHjvNZ1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-va5NHjvNZ1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5NHjvNZ1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-va5NHjvNZ1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-va5NHjvNZ1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5NHjvNZ1 .nav-wrapper .list .item-wrap:hover,
.cid-va5NHjvNZ1 .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-va5NHjvNZ1 .nav-wrapper .list .item-wrap:hover::before,
.cid-va5NHjvNZ1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-va5NHjvNZ1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5NHjvNZ1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5NHjvNZ1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5NHjvNZ1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-va5NHjvNZ1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-va5NHjvNZ1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-va5NHjvNZ1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-va5NHjvNZ1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-va5NHjvNZ1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-va5NHjvNZ1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-va5NHjvNZ1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-va5NHjvNZ1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5NHjvNZ1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5NHjvNZ1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5NHjvNZ1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5NHjvNZ1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-va5NHjvNZ1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-va5NHjvNZ1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-va5NHjvNZ1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-va5NHjvNZ1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-va5NHjvNZ1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-va5NHjvNZ1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-va5NHjvNZ1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-va5NHjvNZ1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-va5NHjvNZ1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-va5NHjvNZ1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-va5NHjvNZ1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-va5NHjvNZ1 .mbr-section-title {
  color: #00d0f3;
}
.cid-va5NHjvNZ1 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-va5NHjvNZ1 .mbr-section-subtitle {
  color: #a62b2c;
}
.cid-va5NHjvNZ1 .list {
  color: #ffffff;
}
.cid-va5NHjvNZ1 .mbr-contact {
  color: #ffffff;
}
.cid-va5NHjvNZ1 .mbr-desc {
  color: #ffffff;
}
.cid-va5NHjvNZ1 .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-va5NHjvNZ1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-va5NHjvNZ1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-va5NHjvNZ1 .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-va5NHjvNZ1 .mbr-contact,
.cid-va5NHjvNZ1 .item-contact {
  color: #000000;
}
.cid-va5NHjvNZ1 .mbr-desc,
.cid-va5NHjvNZ1 .mbr-section-btn {
  color: #000000;
}
.cid-va5NHjvNZ1 .contacts-wrapper,
.cid-va5NHjvNZ1 .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-va5NHjvNZ1 .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-va5NN4SCTl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5NN4SCTl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-va5NN4SCTl .nav-item,
.cid-va5NN4SCTl .nav-link,
.cid-va5NN4SCTl .navbar-caption {
  font-weight: normal;
}
.cid-va5NN4SCTl .nav-item:focus,
.cid-va5NN4SCTl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-va5NN4SCTl .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-va5NN4SCTl .nav-item .nav-link {
    position: relative;
  }
  .cid-va5NN4SCTl .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-va5NN4SCTl .nav-item:hover .nav-link:before,
  .cid-va5NN4SCTl .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-va5NN4SCTl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-va5NN4SCTl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va5NN4SCTl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-va5NN4SCTl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-va5NN4SCTl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-va5NN4SCTl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5NN4SCTl .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-va5NN4SCTl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-va5NN4SCTl .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-va5NN4SCTl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-va5NN4SCTl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va5NN4SCTl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va5NN4SCTl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-va5NN4SCTl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va5NN4SCTl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va5NN4SCTl .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-va5NN4SCTl .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-va5NN4SCTl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va5NN4SCTl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-va5NN4SCTl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-va5NN4SCTl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-va5NN4SCTl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-va5NN4SCTl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-va5NN4SCTl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-va5NN4SCTl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-va5NN4SCTl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-va5NN4SCTl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-va5NN4SCTl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va5NN4SCTl .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-va5NN4SCTl .dropdown-item.active,
.cid-va5NN4SCTl .dropdown-item:active {
  background-color: transparent;
}
.cid-va5NN4SCTl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va5NN4SCTl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va5NN4SCTl .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va5NN4SCTl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-va5NN4SCTl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va5NN4SCTl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va5NN4SCTl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-va5NN4SCTl .navbar-buttons {
  text-align: center;
}
.cid-va5NN4SCTl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-va5NN4SCTl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-va5NN4SCTl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va5NN4SCTl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5NN4SCTl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5NN4SCTl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va5NN4SCTl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5NN4SCTl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va5NN4SCTl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va5NN4SCTl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5NN4SCTl .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-va5NN4SCTl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5NN4SCTl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #a28452;
  display: inline-flex;
}
.cid-va5NN4SCTl .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-va5NN4SCTl .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-va5NN4SCTl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5NN4SCTl a.nav-link .mbr-iconfont-btn,
.cid-va5NN4SCTl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-va5NN4SCTl a.nav-link:hover .mbr-iconfont-btn,
.cid-va5NN4SCTl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-va5NN4SCTl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va5NN4SCTl .navbar {
    height: 77px;
  }
  .cid-va5NN4SCTl .navbar.opened {
    height: auto;
  }
  .cid-va5NN4SCTl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va5NN7iNNi {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-va5NN7iNNi .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-va5NN7iNNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NN7iNNi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NN7iNNi .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-va5NN7iNNi .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-va5NN7iNNi {
    align-items: center;
  }
  .cid-va5NN7iNNi .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-va5NN7iNNi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-va5NN7iNNi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-va5NN7iNNi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-va5NN7iNNi .content-wrap {
    width: 100%;
  }
}
.cid-va5NN7iNNi .mbr-section-title {
  text-align: center;
}
.cid-va5NN7iNNi .mbr-text,
.cid-va5NN7iNNi .mbr-section-btn {
  text-align: center;
}
.cid-va5NN87YlX {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5NN87YlX .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-va5NN87YlX .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5NN87YlX .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-va5NN87YlX .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5NN87YlX .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-va5NN87YlX .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5NN87YlX .items-container {
    padding-left: 6.66vw;
  }
}
.cid-va5NN87YlX .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-va5NN87YlX .item {
    margin-bottom: 3.2vw;
  }
}
.cid-va5NN87YlX .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-va5NN87YlX .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-va5NN87YlX .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-va5NN87YlX .mbr-text {
  color: #000000;
}
.cid-va5NN8NshB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NN8NshB .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NN8NshB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NN8NshB .row {
  align-items: center;
}
.cid-va5NN8NshB img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NN8NshB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NN8NshB .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NN8NshB .mbr-text,
.cid-va5NN8NshB .mbr-section-btn {
  color: #000000;
}
.cid-va5NN9TqSf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NN9TqSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NN9TqSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NN9TqSf .row {
  align-items: center;
}
.cid-va5NN9TqSf img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NN9TqSf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NN9TqSf .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NN9TqSf .mbr-text,
.cid-va5NN9TqSf .mbr-section-btn {
  color: #000000;
}
.cid-va5NNaKDr4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NNaKDr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NNaKDr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NNaKDr4 .row {
  align-items: center;
}
.cid-va5NNaKDr4 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NNaKDr4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NNaKDr4 .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NNaKDr4 .mbr-text,
.cid-va5NNaKDr4 .mbr-section-btn {
  color: #000000;
}
.cid-va95pRKS7K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-va95pRKS7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-va95pRKS7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va95pRKS7K .row {
  align-items: stretch;
  justify-content: center;
}
.cid-va95pRKS7K .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-va95pRKS7K .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-va95pRKS7K img,
.cid-va95pRKS7K .item-img {
  width: 100%;
}
.cid-va5NNcIkjx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5NNcIkjx blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vaOYE1wWTd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vaOYE1wWTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaOYE1wWTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaOYE1wWTd .mbr-description {
  text-align: left;
}
.cid-vaOYE1wWTd .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vaOYE1wWTd .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaOYE1wWTd .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vaOYE1wWTd .card-title,
.cid-vaOYE1wWTd .iconfont-wrapper {
  color: #000000;
}
.cid-vaOYE1wWTd .card-text {
  color: #000000;
}
.cid-vaOYE1wWTd .mbr-section-title {
  color: #a62b2c;
  text-align: justify;
}
.cid-vaOYE1wWTd .mbr-number {
  color: #9fe870;
}
.cid-vaOYE1wWTd .mbr-text,
.cid-vaOYE1wWTd .mbr-section-btn {
  text-align: center;
}
.cid-vaOYE1wWTd .card-text,
.cid-vaOYE1wWTd .item .mbr-section-btn {
  text-align: left;
}
.cid-vaOYE1wWTd .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vaOYE1wWTd .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vaOYE1wWTd .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaOYE1wWTd .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vaOYE1wWTd .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vaOYE1wWTd .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaOYE1wWTd .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vaOYE1wWTd .card-title {
  text-align: left;
}
.cid-vaOYE1wWTd .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaOYE1wWTd .item-content .item-footer {
  margin-top: auto;
}
.cid-va5NNexD54 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-va5NNexD54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NNexD54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NNexD54 .row {
  flex-direction: row-reverse;
}
.cid-va5NNexD54 .row {
  align-items: center;
}
.cid-va5NNexD54 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NNexD54 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NNexD54 .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NNexD54 .mbr-text,
.cid-va5NNexD54 .mbr-section-btn {
  color: #000000;
}
.cid-va5NNfsTe7 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5NNfsTe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NNfsTe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NNfsTe7 .cards-row {
  row-gap: 50px;
}
.cid-va5NNfsTe7 .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-va5NNfsTe7 .mbr-iconfont {
  font-size: 82px;
  color: #2a6470;
}
.cid-va5NNfsTe7 .card-box {
  padding-left: 28px;
}
.cid-va5NNfsTe7 .card-title {
  color: #303030;
}
.cid-va5NNfsTe7 .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-va5NNgzXMV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NNgzXMV .justify-content-center {
  align-items: center;
}
.cid-va5NNgzXMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NNgzXMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NNgzXMV .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-va5NNgzXMV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-va5NNgzXMV .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-va5NNgzXMV .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-va5NNgzXMV .row {
  align-items: center;
}
.cid-va5NNgzXMV .card-text {
  color: #000000;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-va5NNgzXMV .card-text {
    text-align: center;
  }
}
.cid-va5NNhouWf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-va5NNhouWf::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-va5NNhouWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NNhouWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NNhouWf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-va5NNhouWf .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-va5NNhouWf .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-va5NNhouWf .container {
    padding: 0 22px;
  }
}
.cid-va5NNhouWf .row {
  position: relative;
  z-index: 1;
}
.cid-va5NNhouWf .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-va5NNhouWf .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5NNhouWf .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5NNhouWf .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-va5NNhouWf .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5NNhouWf .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-va5NNhouWf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-va5NNhouWf .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5NNhouWf .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-va5NNhouWf .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5NNhouWf .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-va5NNhouWf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-va5NNhouWf .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5NNhouWf .nav-wrapper .list .item-wrap:hover,
.cid-va5NNhouWf .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-va5NNhouWf .nav-wrapper .list .item-wrap:hover::before,
.cid-va5NNhouWf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-va5NNhouWf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5NNhouWf .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5NNhouWf .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5NNhouWf .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-va5NNhouWf .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-va5NNhouWf .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-va5NNhouWf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-va5NNhouWf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-va5NNhouWf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-va5NNhouWf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-va5NNhouWf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-va5NNhouWf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5NNhouWf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5NNhouWf .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5NNhouWf .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5NNhouWf .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-va5NNhouWf .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-va5NNhouWf .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-va5NNhouWf .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-va5NNhouWf .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-va5NNhouWf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-va5NNhouWf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-va5NNhouWf .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-va5NNhouWf .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-va5NNhouWf .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-va5NNhouWf .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-va5NNhouWf .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-va5NNhouWf .mbr-section-title {
  color: #00d0f3;
}
.cid-va5NNhouWf .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-va5NNhouWf .mbr-section-subtitle {
  color: #a62b2c;
}
.cid-va5NNhouWf .list {
  color: #ffffff;
}
.cid-va5NNhouWf .mbr-contact {
  color: #ffffff;
}
.cid-va5NNhouWf .mbr-desc {
  color: #ffffff;
}
.cid-va5NNhouWf .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-va5NNhouWf .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-va5NNhouWf .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-va5NNhouWf .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-va5NNhouWf .mbr-contact,
.cid-va5NNhouWf .item-contact {
  color: #000000;
}
.cid-va5NNhouWf .mbr-desc,
.cid-va5NNhouWf .mbr-section-btn {
  color: #000000;
}
.cid-va5NNhouWf .contacts-wrapper,
.cid-va5NNhouWf .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-va5NNhouWf .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-va5NTwLqqT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5NTwLqqT .navbar-buttons {
  flex-wrap: wrap;
}
.cid-va5NTwLqqT .nav-item,
.cid-va5NTwLqqT .nav-link,
.cid-va5NTwLqqT .navbar-caption {
  font-weight: normal;
}
.cid-va5NTwLqqT .nav-item:focus,
.cid-va5NTwLqqT .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-va5NTwLqqT .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-va5NTwLqqT .nav-item .nav-link {
    position: relative;
  }
  .cid-va5NTwLqqT .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-va5NTwLqqT .nav-item:hover .nav-link:before,
  .cid-va5NTwLqqT .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-va5NTwLqqT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-va5NTwLqqT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va5NTwLqqT .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-va5NTwLqqT .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-va5NTwLqqT .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-va5NTwLqqT .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5NTwLqqT .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-va5NTwLqqT .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-va5NTwLqqT .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-va5NTwLqqT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-va5NTwLqqT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va5NTwLqqT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va5NTwLqqT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-va5NTwLqqT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va5NTwLqqT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va5NTwLqqT .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-va5NTwLqqT .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-va5NTwLqqT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va5NTwLqqT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-va5NTwLqqT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-va5NTwLqqT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-va5NTwLqqT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-va5NTwLqqT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-va5NTwLqqT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-va5NTwLqqT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-va5NTwLqqT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-va5NTwLqqT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-va5NTwLqqT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va5NTwLqqT .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-va5NTwLqqT .dropdown-item.active,
.cid-va5NTwLqqT .dropdown-item:active {
  background-color: transparent;
}
.cid-va5NTwLqqT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va5NTwLqqT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va5NTwLqqT .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va5NTwLqqT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-va5NTwLqqT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va5NTwLqqT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va5NTwLqqT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-va5NTwLqqT .navbar-buttons {
  text-align: center;
}
.cid-va5NTwLqqT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-va5NTwLqqT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-va5NTwLqqT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va5NTwLqqT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5NTwLqqT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5NTwLqqT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va5NTwLqqT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5NTwLqqT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va5NTwLqqT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va5NTwLqqT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5NTwLqqT .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-va5NTwLqqT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5NTwLqqT .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #a28452;
  display: inline-flex;
}
.cid-va5NTwLqqT .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-va5NTwLqqT .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-va5NTwLqqT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5NTwLqqT a.nav-link .mbr-iconfont-btn,
.cid-va5NTwLqqT a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-va5NTwLqqT a.nav-link:hover .mbr-iconfont-btn,
.cid-va5NTwLqqT a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-va5NTwLqqT a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va5NTwLqqT .navbar {
    height: 77px;
  }
  .cid-va5NTwLqqT .navbar.opened {
    height: auto;
  }
  .cid-va5NTwLqqT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va5NTxDp6s {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-va5NTxDp6s .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-va5NTxDp6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NTxDp6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NTxDp6s .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-va5NTxDp6s .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-va5NTxDp6s {
    align-items: center;
  }
  .cid-va5NTxDp6s .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-va5NTxDp6s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-va5NTxDp6s {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-va5NTxDp6s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-va5NTxDp6s .content-wrap {
    width: 100%;
  }
}
.cid-va5NTxDp6s .mbr-section-title {
  text-align: center;
}
.cid-va5NTxDp6s .mbr-text,
.cid-va5NTxDp6s .mbr-section-btn {
  text-align: center;
}
.cid-va5NTyqkCE {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5NTyqkCE .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-va5NTyqkCE .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5NTyqkCE .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-va5NTyqkCE .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5NTyqkCE .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-va5NTyqkCE .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5NTyqkCE .items-container {
    padding-left: 6.66vw;
  }
}
.cid-va5NTyqkCE .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-va5NTyqkCE .item {
    margin-bottom: 3.2vw;
  }
}
.cid-va5NTyqkCE .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-va5NTyqkCE .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-va5NTyqkCE .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-va5NTyqkCE .mbr-text {
  color: #000000;
}
.cid-va5NTz6Aql {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NTz6Aql .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NTz6Aql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NTz6Aql .row {
  align-items: center;
}
.cid-va5NTz6Aql img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NTz6Aql .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NTz6Aql .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NTz6Aql .mbr-text,
.cid-va5NTz6Aql .mbr-section-btn {
  color: #000000;
}
.cid-va5NTzQskg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NTzQskg .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NTzQskg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NTzQskg .row {
  align-items: center;
}
.cid-va5NTzQskg img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NTzQskg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NTzQskg .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NTzQskg .mbr-text,
.cid-va5NTzQskg .mbr-section-btn {
  color: #000000;
}
.cid-va5NTAEw1K {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NTAEw1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NTAEw1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NTAEw1K .row {
  align-items: center;
}
.cid-va5NTAEw1K img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NTAEw1K .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NTAEw1K .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NTAEw1K .mbr-text,
.cid-va5NTAEw1K .mbr-section-btn {
  color: #000000;
}
.cid-va5NTCfMwi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5NTCfMwi blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vaP0OL3xEz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vaP0OL3xEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaP0OL3xEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaP0OL3xEz .mbr-description {
  text-align: left;
}
.cid-vaP0OL3xEz .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vaP0OL3xEz .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaP0OL3xEz .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vaP0OL3xEz .card-title,
.cid-vaP0OL3xEz .iconfont-wrapper {
  color: #000000;
}
.cid-vaP0OL3xEz .card-text {
  color: #000000;
}
.cid-vaP0OL3xEz .mbr-section-title {
  color: #a62b2c;
  text-align: justify;
}
.cid-vaP0OL3xEz .mbr-number {
  color: #9fe870;
}
.cid-vaP0OL3xEz .mbr-text,
.cid-vaP0OL3xEz .mbr-section-btn {
  text-align: center;
}
.cid-vaP0OL3xEz .card-text,
.cid-vaP0OL3xEz .item .mbr-section-btn {
  text-align: left;
}
.cid-vaP0OL3xEz .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vaP0OL3xEz .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vaP0OL3xEz .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaP0OL3xEz .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vaP0OL3xEz .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vaP0OL3xEz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaP0OL3xEz .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vaP0OL3xEz .card-title {
  text-align: left;
}
.cid-vaP0OL3xEz .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaP0OL3xEz .item-content .item-footer {
  margin-top: auto;
}
.cid-va5NTEcWpd {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-va5NTEcWpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NTEcWpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NTEcWpd .row {
  flex-direction: row-reverse;
}
.cid-va5NTEcWpd .row {
  align-items: center;
}
.cid-va5NTEcWpd img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5NTEcWpd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5NTEcWpd .mbr-section-title {
  color: #a62b2c;
}
.cid-va5NTEcWpd .mbr-text,
.cid-va5NTEcWpd .mbr-section-btn {
  color: #000000;
}
.cid-va5NTF4QiK {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5NTF4QiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NTF4QiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NTF4QiK .cards-row {
  row-gap: 50px;
}
.cid-va5NTF4QiK .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-va5NTF4QiK .mbr-iconfont {
  font-size: 82px;
  color: #2a6470;
}
.cid-va5NTF4QiK .card-box {
  padding-left: 28px;
}
.cid-va5NTF4QiK .card-title {
  color: #303030;
}
.cid-va5NTF4QiK .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-va5NTG3DU4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5NTG3DU4 .justify-content-center {
  align-items: center;
}
.cid-va5NTG3DU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NTG3DU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NTG3DU4 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-va5NTG3DU4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-va5NTG3DU4 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-va5NTG3DU4 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-va5NTG3DU4 .row {
  align-items: center;
}
.cid-va5NTG3DU4 .card-text {
  color: #000000;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-va5NTG3DU4 .card-text {
    text-align: center;
  }
}
.cid-va5NTGTsUz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-va5NTGTsUz::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-va5NTGTsUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5NTGTsUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5NTGTsUz .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-va5NTGTsUz .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-va5NTGTsUz .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-va5NTGTsUz .container {
    padding: 0 22px;
  }
}
.cid-va5NTGTsUz .row {
  position: relative;
  z-index: 1;
}
.cid-va5NTGTsUz .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-va5NTGTsUz .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5NTGTsUz .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5NTGTsUz .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-va5NTGTsUz .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5NTGTsUz .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-va5NTGTsUz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-va5NTGTsUz .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5NTGTsUz .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-va5NTGTsUz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5NTGTsUz .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-va5NTGTsUz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-va5NTGTsUz .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5NTGTsUz .nav-wrapper .list .item-wrap:hover,
.cid-va5NTGTsUz .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-va5NTGTsUz .nav-wrapper .list .item-wrap:hover::before,
.cid-va5NTGTsUz .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-va5NTGTsUz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5NTGTsUz .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5NTGTsUz .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5NTGTsUz .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-va5NTGTsUz .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-va5NTGTsUz .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-va5NTGTsUz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-va5NTGTsUz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-va5NTGTsUz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-va5NTGTsUz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-va5NTGTsUz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-va5NTGTsUz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5NTGTsUz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5NTGTsUz .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5NTGTsUz .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5NTGTsUz .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-va5NTGTsUz .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-va5NTGTsUz .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-va5NTGTsUz .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-va5NTGTsUz .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-va5NTGTsUz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-va5NTGTsUz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-va5NTGTsUz .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-va5NTGTsUz .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-va5NTGTsUz .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-va5NTGTsUz .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-va5NTGTsUz .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-va5NTGTsUz .mbr-section-title {
  color: #00d0f3;
}
.cid-va5NTGTsUz .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-va5NTGTsUz .mbr-section-subtitle {
  color: #a62b2c;
}
.cid-va5NTGTsUz .list {
  color: #ffffff;
}
.cid-va5NTGTsUz .mbr-contact {
  color: #ffffff;
}
.cid-va5NTGTsUz .mbr-desc {
  color: #ffffff;
}
.cid-va5NTGTsUz .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-va5NTGTsUz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-va5NTGTsUz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-va5NTGTsUz .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-va5NTGTsUz .mbr-contact,
.cid-va5NTGTsUz .item-contact {
  color: #000000;
}
.cid-va5NTGTsUz .mbr-desc,
.cid-va5NTGTsUz .mbr-section-btn {
  color: #000000;
}
.cid-va5NTGTsUz .contacts-wrapper,
.cid-va5NTGTsUz .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-va5NTGTsUz .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-va5O0dj0ER .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5O0dj0ER .navbar-buttons {
  flex-wrap: wrap;
}
.cid-va5O0dj0ER .nav-item,
.cid-va5O0dj0ER .nav-link,
.cid-va5O0dj0ER .navbar-caption {
  font-weight: normal;
}
.cid-va5O0dj0ER .nav-item:focus,
.cid-va5O0dj0ER .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-va5O0dj0ER .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-va5O0dj0ER .nav-item .nav-link {
    position: relative;
  }
  .cid-va5O0dj0ER .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-va5O0dj0ER .nav-item:hover .nav-link:before,
  .cid-va5O0dj0ER .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-va5O0dj0ER .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-va5O0dj0ER .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va5O0dj0ER .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-va5O0dj0ER .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-va5O0dj0ER .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-va5O0dj0ER .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5O0dj0ER .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-va5O0dj0ER .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-va5O0dj0ER .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-va5O0dj0ER .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-va5O0dj0ER .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va5O0dj0ER .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va5O0dj0ER .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-va5O0dj0ER .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va5O0dj0ER .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va5O0dj0ER .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-va5O0dj0ER .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-va5O0dj0ER .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va5O0dj0ER .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-va5O0dj0ER .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-va5O0dj0ER .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-va5O0dj0ER .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-va5O0dj0ER .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-va5O0dj0ER .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-va5O0dj0ER .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-va5O0dj0ER .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-va5O0dj0ER .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-va5O0dj0ER .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va5O0dj0ER .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-va5O0dj0ER .dropdown-item.active,
.cid-va5O0dj0ER .dropdown-item:active {
  background-color: transparent;
}
.cid-va5O0dj0ER .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va5O0dj0ER .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va5O0dj0ER .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va5O0dj0ER .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-va5O0dj0ER .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va5O0dj0ER .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va5O0dj0ER ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-va5O0dj0ER .navbar-buttons {
  text-align: center;
}
.cid-va5O0dj0ER button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-va5O0dj0ER button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-va5O0dj0ER button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va5O0dj0ER button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5O0dj0ER button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5O0dj0ER button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va5O0dj0ER nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5O0dj0ER nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va5O0dj0ER nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va5O0dj0ER nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5O0dj0ER .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-va5O0dj0ER a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5O0dj0ER .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #a28452;
  display: inline-flex;
}
.cid-va5O0dj0ER .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-va5O0dj0ER .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-va5O0dj0ER .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5O0dj0ER a.nav-link .mbr-iconfont-btn,
.cid-va5O0dj0ER a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-va5O0dj0ER a.nav-link:hover .mbr-iconfont-btn,
.cid-va5O0dj0ER a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-va5O0dj0ER a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va5O0dj0ER .navbar {
    height: 77px;
  }
  .cid-va5O0dj0ER .navbar.opened {
    height: auto;
  }
  .cid-va5O0dj0ER .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va5O0evzH9 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1-1.jpg");
}
.cid-va5O0evzH9 .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-va5O0evzH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5O0evzH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5O0evzH9 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-va5O0evzH9 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-va5O0evzH9 {
    align-items: center;
  }
  .cid-va5O0evzH9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-va5O0evzH9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-va5O0evzH9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-va5O0evzH9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-va5O0evzH9 .content-wrap {
    width: 100%;
  }
}
.cid-va5O0evzH9 .mbr-section-title {
  text-align: center;
}
.cid-va5O0evzH9 .mbr-text,
.cid-va5O0evzH9 .mbr-section-btn {
  text-align: center;
}
.cid-va5O0fzI2X {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5O0fzI2X .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-va5O0fzI2X .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5O0fzI2X .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-va5O0fzI2X .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5O0fzI2X .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-va5O0fzI2X .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5O0fzI2X .items-container {
    padding-left: 6.66vw;
  }
}
.cid-va5O0fzI2X .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-va5O0fzI2X .item {
    margin-bottom: 3.2vw;
  }
}
.cid-va5O0fzI2X .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-va5O0fzI2X .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-va5O0fzI2X .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-va5O0fzI2X .mbr-text {
  color: #000000;
}
.cid-va5O0gtWcm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5O0gtWcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5O0gtWcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5O0gtWcm .row {
  align-items: center;
}
.cid-va5O0gtWcm img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5O0gtWcm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5O0gtWcm .mbr-section-title {
  color: #a62b2c;
}
.cid-va5O0gtWcm .mbr-text,
.cid-va5O0gtWcm .mbr-section-btn {
  color: #000000;
}
.cid-va5O0hyk9y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5O0hyk9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5O0hyk9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5O0hyk9y .row {
  align-items: center;
}
.cid-va5O0hyk9y img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5O0hyk9y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5O0hyk9y .mbr-section-title {
  color: #a62b2c;
}
.cid-va5O0hyk9y .mbr-text,
.cid-va5O0hyk9y .mbr-section-btn {
  color: #000000;
}
.cid-va5O0iBi41 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5O0iBi41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5O0iBi41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5O0iBi41 .row {
  align-items: center;
}
.cid-va5O0iBi41 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5O0iBi41 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5O0iBi41 .mbr-section-title {
  color: #a62b2c;
}
.cid-va5O0iBi41 .mbr-text,
.cid-va5O0iBi41 .mbr-section-btn {
  color: #000000;
}
.cid-va5O0jBvRz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5O0jBvRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5O0jBvRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5O0jBvRz .row {
  align-items: center;
}
.cid-va5O0jBvRz img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5O0jBvRz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5O0jBvRz .mbr-section-title {
  color: #a62b2c;
}
.cid-va5O0jBvRz .mbr-text,
.cid-va5O0jBvRz .mbr-section-btn {
  color: #000000;
}
.cid-va5O0kGpR3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5O0kGpR3 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vaP1TOe7gV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vaP1TOe7gV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaP1TOe7gV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaP1TOe7gV .mbr-description {
  text-align: left;
}
.cid-vaP1TOe7gV .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vaP1TOe7gV .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaP1TOe7gV .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vaP1TOe7gV .card-title,
.cid-vaP1TOe7gV .iconfont-wrapper {
  color: #000000;
}
.cid-vaP1TOe7gV .card-text {
  color: #000000;
}
.cid-vaP1TOe7gV .mbr-section-title {
  color: #a62b2c;
  text-align: justify;
}
.cid-vaP1TOe7gV .mbr-number {
  color: #9fe870;
}
.cid-vaP1TOe7gV .mbr-text,
.cid-vaP1TOe7gV .mbr-section-btn {
  text-align: center;
}
.cid-vaP1TOe7gV .card-text,
.cid-vaP1TOe7gV .item .mbr-section-btn {
  text-align: left;
}
.cid-vaP1TOe7gV .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vaP1TOe7gV .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vaP1TOe7gV .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaP1TOe7gV .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vaP1TOe7gV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vaP1TOe7gV .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaP1TOe7gV .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vaP1TOe7gV .card-title {
  text-align: left;
}
.cid-vaP1TOe7gV .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaP1TOe7gV .item-content .item-footer {
  margin-top: auto;
}
.cid-va5O0n4dSH {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-va5O0n4dSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5O0n4dSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5O0n4dSH .row {
  flex-direction: row-reverse;
}
.cid-va5O0n4dSH .row {
  align-items: center;
}
.cid-va5O0n4dSH img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5O0n4dSH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5O0n4dSH .mbr-section-title {
  color: #a62b2c;
}
.cid-va5O0n4dSH .mbr-text,
.cid-va5O0n4dSH .mbr-section-btn {
  color: #000000;
}
.cid-va5O0oc7U9 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5O0oc7U9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5O0oc7U9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5O0oc7U9 .cards-row {
  row-gap: 50px;
}
.cid-va5O0oc7U9 .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-va5O0oc7U9 .mbr-iconfont {
  font-size: 82px;
  color: #2a6470;
}
.cid-va5O0oc7U9 .card-box {
  padding-left: 28px;
}
.cid-va5O0oc7U9 .card-title {
  color: #303030;
}
.cid-va5O0oc7U9 .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-va5O0pwCkp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5O0pwCkp .justify-content-center {
  align-items: center;
}
.cid-va5O0pwCkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5O0pwCkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5O0pwCkp .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-va5O0pwCkp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-va5O0pwCkp .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-va5O0pwCkp .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-va5O0pwCkp .row {
  align-items: center;
}
.cid-va5O0pwCkp .card-text {
  color: #000000;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-va5O0pwCkp .card-text {
    text-align: center;
  }
}
.cid-va5O0qyl7b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-va5O0qyl7b::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-va5O0qyl7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5O0qyl7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5O0qyl7b .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-va5O0qyl7b .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-va5O0qyl7b .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-va5O0qyl7b .container {
    padding: 0 22px;
  }
}
.cid-va5O0qyl7b .row {
  position: relative;
  z-index: 1;
}
.cid-va5O0qyl7b .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-va5O0qyl7b .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5O0qyl7b .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5O0qyl7b .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-va5O0qyl7b .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5O0qyl7b .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-va5O0qyl7b .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-va5O0qyl7b .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5O0qyl7b .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-va5O0qyl7b .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5O0qyl7b .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-va5O0qyl7b .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-va5O0qyl7b .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5O0qyl7b .nav-wrapper .list .item-wrap:hover,
.cid-va5O0qyl7b .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-va5O0qyl7b .nav-wrapper .list .item-wrap:hover::before,
.cid-va5O0qyl7b .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-va5O0qyl7b .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5O0qyl7b .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5O0qyl7b .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5O0qyl7b .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-va5O0qyl7b .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-va5O0qyl7b .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-va5O0qyl7b .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-va5O0qyl7b .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-va5O0qyl7b .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-va5O0qyl7b .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-va5O0qyl7b .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-va5O0qyl7b .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5O0qyl7b .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5O0qyl7b .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5O0qyl7b .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5O0qyl7b .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-va5O0qyl7b .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-va5O0qyl7b .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-va5O0qyl7b .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-va5O0qyl7b .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-va5O0qyl7b .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-va5O0qyl7b .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-va5O0qyl7b .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-va5O0qyl7b .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-va5O0qyl7b .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-va5O0qyl7b .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-va5O0qyl7b .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-va5O0qyl7b .mbr-section-title {
  color: #00d0f3;
}
.cid-va5O0qyl7b .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-va5O0qyl7b .mbr-section-subtitle {
  color: #a62b2c;
}
.cid-va5O0qyl7b .list {
  color: #ffffff;
}
.cid-va5O0qyl7b .mbr-contact {
  color: #ffffff;
}
.cid-va5O0qyl7b .mbr-desc {
  color: #ffffff;
}
.cid-va5O0qyl7b .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-va5O0qyl7b .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-va5O0qyl7b .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-va5O0qyl7b .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-va5O0qyl7b .mbr-contact,
.cid-va5O0qyl7b .item-contact {
  color: #000000;
}
.cid-va5O0qyl7b .mbr-desc,
.cid-va5O0qyl7b .mbr-section-btn {
  color: #000000;
}
.cid-va5O0qyl7b .contacts-wrapper,
.cid-va5O0qyl7b .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-va5O0qyl7b .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-va5OHzmv8u .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5OHzmv8u .navbar-buttons {
  flex-wrap: wrap;
}
.cid-va5OHzmv8u .nav-item,
.cid-va5OHzmv8u .nav-link,
.cid-va5OHzmv8u .navbar-caption {
  font-weight: normal;
}
.cid-va5OHzmv8u .nav-item:focus,
.cid-va5OHzmv8u .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-va5OHzmv8u .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-va5OHzmv8u .nav-item .nav-link {
    position: relative;
  }
  .cid-va5OHzmv8u .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-va5OHzmv8u .nav-item:hover .nav-link:before,
  .cid-va5OHzmv8u .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-va5OHzmv8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-va5OHzmv8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va5OHzmv8u .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-va5OHzmv8u .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-va5OHzmv8u .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-va5OHzmv8u .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5OHzmv8u .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-va5OHzmv8u .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-va5OHzmv8u .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-va5OHzmv8u .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-va5OHzmv8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va5OHzmv8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va5OHzmv8u .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-va5OHzmv8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va5OHzmv8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va5OHzmv8u .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-va5OHzmv8u .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-va5OHzmv8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va5OHzmv8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-va5OHzmv8u .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-va5OHzmv8u .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-va5OHzmv8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-va5OHzmv8u .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-va5OHzmv8u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-va5OHzmv8u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-va5OHzmv8u .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-va5OHzmv8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-va5OHzmv8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va5OHzmv8u .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-va5OHzmv8u .dropdown-item.active,
.cid-va5OHzmv8u .dropdown-item:active {
  background-color: transparent;
}
.cid-va5OHzmv8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va5OHzmv8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va5OHzmv8u .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va5OHzmv8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-va5OHzmv8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va5OHzmv8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va5OHzmv8u ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-va5OHzmv8u .navbar-buttons {
  text-align: center;
}
.cid-va5OHzmv8u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-va5OHzmv8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-va5OHzmv8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va5OHzmv8u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5OHzmv8u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5OHzmv8u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va5OHzmv8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5OHzmv8u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va5OHzmv8u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va5OHzmv8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5OHzmv8u .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-va5OHzmv8u a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5OHzmv8u .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #a28452;
  display: inline-flex;
}
.cid-va5OHzmv8u .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-va5OHzmv8u .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-va5OHzmv8u .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5OHzmv8u a.nav-link .mbr-iconfont-btn,
.cid-va5OHzmv8u a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-va5OHzmv8u a.nav-link:hover .mbr-iconfont-btn,
.cid-va5OHzmv8u a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-va5OHzmv8u a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va5OHzmv8u .navbar {
    height: 77px;
  }
  .cid-va5OHzmv8u .navbar.opened {
    height: auto;
  }
  .cid-va5OHzmv8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va5OHAOLnc {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-va5OHAOLnc .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-va5OHAOLnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5OHAOLnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5OHAOLnc .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-va5OHAOLnc .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-va5OHAOLnc {
    align-items: center;
  }
  .cid-va5OHAOLnc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-va5OHAOLnc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-va5OHAOLnc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-va5OHAOLnc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-va5OHAOLnc .content-wrap {
    width: 100%;
  }
}
.cid-va5OHAOLnc .mbr-section-title {
  text-align: center;
}
.cid-va5OHAOLnc .mbr-text,
.cid-va5OHAOLnc .mbr-section-btn {
  text-align: center;
}
.cid-va5OHDh4QB {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5OHDh4QB .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-va5OHDh4QB .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5OHDh4QB .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-va5OHDh4QB .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5OHDh4QB .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-va5OHDh4QB .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-va5OHDh4QB .items-container {
    padding-left: 6.66vw;
  }
}
.cid-va5OHDh4QB .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-va5OHDh4QB .item {
    margin-bottom: 3.2vw;
  }
}
.cid-va5OHDh4QB .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-va5OHDh4QB .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-va5OHDh4QB .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-va5OHDh4QB .mbr-text {
  color: #000000;
}
.cid-va5OHDTHgn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5OHDTHgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5OHDTHgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5OHDTHgn .row {
  align-items: center;
}
.cid-va5OHDTHgn img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5OHDTHgn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5OHDTHgn .mbr-section-title {
  color: #a62b2c;
}
.cid-va5OHDTHgn .mbr-text,
.cid-va5OHDTHgn .mbr-section-btn {
  color: #000000;
}
.cid-va5OHEBYMt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5OHEBYMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5OHEBYMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5OHEBYMt .row {
  align-items: center;
}
.cid-va5OHEBYMt img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5OHEBYMt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5OHEBYMt .mbr-section-title {
  color: #a62b2c;
}
.cid-va5OHEBYMt .mbr-text,
.cid-va5OHEBYMt .mbr-section-btn {
  color: #000000;
}
.cid-va5OHFdROx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5OHFdROx .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5OHFdROx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5OHFdROx .row {
  align-items: center;
}
.cid-va5OHFdROx img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5OHFdROx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5OHFdROx .mbr-section-title {
  color: #a62b2c;
}
.cid-va5OHFdROx .mbr-text,
.cid-va5OHFdROx .mbr-section-btn {
  color: #000000;
}
.cid-va5OHGD3Mt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5OHGD3Mt blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vaOS7ZB81w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vaOS7ZB81w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaOS7ZB81w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaOS7ZB81w .mbr-description {
  text-align: left;
}
.cid-vaOS7ZB81w .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vaOS7ZB81w .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaOS7ZB81w .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vaOS7ZB81w .card-title,
.cid-vaOS7ZB81w .iconfont-wrapper {
  color: #000000;
}
.cid-vaOS7ZB81w .card-text {
  color: #000000;
}
.cid-vaOS7ZB81w .mbr-section-title {
  color: #a62b2c;
  text-align: justify;
}
.cid-vaOS7ZB81w .mbr-number {
  color: #9fe870;
}
.cid-vaOS7ZB81w .mbr-text,
.cid-vaOS7ZB81w .mbr-section-btn {
  text-align: center;
}
.cid-vaOS7ZB81w .card-text,
.cid-vaOS7ZB81w .item .mbr-section-btn {
  text-align: left;
}
.cid-vaOS7ZB81w .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vaOS7ZB81w .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vaOS7ZB81w .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaOS7ZB81w .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vaOS7ZB81w .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vaOS7ZB81w .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaOS7ZB81w .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vaOS7ZB81w .card-title {
  text-align: left;
}
.cid-vaOS7ZB81w .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaOS7ZB81w .item-content .item-footer {
  margin-top: auto;
}
.cid-va5OHIa4h7 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-va5OHIa4h7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5OHIa4h7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5OHIa4h7 .row {
  flex-direction: row-reverse;
}
.cid-va5OHIa4h7 .row {
  align-items: center;
}
.cid-va5OHIa4h7 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-va5OHIa4h7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-va5OHIa4h7 .mbr-section-title {
  color: #a62b2c;
}
.cid-va5OHIa4h7 .mbr-text,
.cid-va5OHIa4h7 .mbr-section-btn {
  color: #000000;
}
.cid-va5OHIVKLI {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5OHIVKLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5OHIVKLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5OHIVKLI .cards-row {
  row-gap: 50px;
}
.cid-va5OHIVKLI .card-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cid-va5OHIVKLI .mbr-iconfont {
  font-size: 82px;
  color: #2a6470;
}
.cid-va5OHIVKLI .card-box {
  padding-left: 28px;
}
.cid-va5OHIVKLI .card-title {
  color: #303030;
}
.cid-va5OHIVKLI .card-text {
  color: #303030;
  margin-top: 10px;
}
.cid-va5OHJN7fc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5OHJN7fc .justify-content-center {
  align-items: center;
}
.cid-va5OHJN7fc .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5OHJN7fc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5OHJN7fc .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-va5OHJN7fc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-va5OHJN7fc .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-va5OHJN7fc .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-va5OHJN7fc .row {
  align-items: center;
}
.cid-va5OHJN7fc .card-text {
  color: #000000;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-va5OHJN7fc .card-text {
    text-align: center;
  }
}
.cid-va5OHKzqbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-va5OHKzqbD::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-va5OHKzqbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5OHKzqbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5OHKzqbD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-va5OHKzqbD .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-va5OHKzqbD .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-va5OHKzqbD .container {
    padding: 0 22px;
  }
}
.cid-va5OHKzqbD .row {
  position: relative;
  z-index: 1;
}
.cid-va5OHKzqbD .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-va5OHKzqbD .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5OHKzqbD .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5OHKzqbD .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-va5OHKzqbD .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5OHKzqbD .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-va5OHKzqbD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-va5OHKzqbD .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5OHKzqbD .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-va5OHKzqbD .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5OHKzqbD .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-va5OHKzqbD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-va5OHKzqbD .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5OHKzqbD .nav-wrapper .list .item-wrap:hover,
.cid-va5OHKzqbD .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-va5OHKzqbD .nav-wrapper .list .item-wrap:hover::before,
.cid-va5OHKzqbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-va5OHKzqbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5OHKzqbD .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5OHKzqbD .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5OHKzqbD .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-va5OHKzqbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-va5OHKzqbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-va5OHKzqbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-va5OHKzqbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-va5OHKzqbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-va5OHKzqbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-va5OHKzqbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-va5OHKzqbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5OHKzqbD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5OHKzqbD .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5OHKzqbD .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5OHKzqbD .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-va5OHKzqbD .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-va5OHKzqbD .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-va5OHKzqbD .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-va5OHKzqbD .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-va5OHKzqbD .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-va5OHKzqbD .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-va5OHKzqbD .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-va5OHKzqbD .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-va5OHKzqbD .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-va5OHKzqbD .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-va5OHKzqbD .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-va5OHKzqbD .mbr-section-title {
  color: #00d0f3;
}
.cid-va5OHKzqbD .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-va5OHKzqbD .mbr-section-subtitle {
  color: #a62b2c;
}
.cid-va5OHKzqbD .list {
  color: #ffffff;
}
.cid-va5OHKzqbD .mbr-contact {
  color: #ffffff;
}
.cid-va5OHKzqbD .mbr-desc {
  color: #ffffff;
}
.cid-va5OHKzqbD .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-va5OHKzqbD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-va5OHKzqbD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-va5OHKzqbD .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-va5OHKzqbD .mbr-contact,
.cid-va5OHKzqbD .item-contact {
  color: #000000;
}
.cid-va5OHKzqbD .mbr-desc,
.cid-va5OHKzqbD .mbr-section-btn {
  color: #000000;
}
.cid-va5OHKzqbD .contacts-wrapper,
.cid-va5OHKzqbD .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-va5OHKzqbD .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-va5ypHVoTD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #2b4b43;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5ypHVoTD .navbar-buttons {
  flex-wrap: wrap;
}
.cid-va5ypHVoTD .nav-item,
.cid-va5ypHVoTD .nav-link,
.cid-va5ypHVoTD .navbar-caption {
  font-weight: normal;
}
.cid-va5ypHVoTD .nav-item:focus,
.cid-va5ypHVoTD .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-va5ypHVoTD .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-va5ypHVoTD .nav-item .nav-link {
    position: relative;
  }
  .cid-va5ypHVoTD .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #2b4b43;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-va5ypHVoTD .nav-item:hover .nav-link:before,
  .cid-va5ypHVoTD .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-va5ypHVoTD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-va5ypHVoTD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va5ypHVoTD .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-va5ypHVoTD .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-va5ypHVoTD .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-va5ypHVoTD .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-va5ypHVoTD .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-va5ypHVoTD .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-va5ypHVoTD .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-va5ypHVoTD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-va5ypHVoTD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va5ypHVoTD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va5ypHVoTD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-va5ypHVoTD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va5ypHVoTD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va5ypHVoTD .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-va5ypHVoTD .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-va5ypHVoTD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va5ypHVoTD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-va5ypHVoTD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-va5ypHVoTD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-va5ypHVoTD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-va5ypHVoTD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-va5ypHVoTD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-va5ypHVoTD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-va5ypHVoTD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-va5ypHVoTD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-va5ypHVoTD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va5ypHVoTD .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-va5ypHVoTD .dropdown-item.active,
.cid-va5ypHVoTD .dropdown-item:active {
  background-color: transparent;
}
.cid-va5ypHVoTD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va5ypHVoTD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va5ypHVoTD .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va5ypHVoTD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-va5ypHVoTD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va5ypHVoTD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va5ypHVoTD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-va5ypHVoTD .navbar-buttons {
  text-align: center;
}
.cid-va5ypHVoTD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-va5ypHVoTD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-va5ypHVoTD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va5ypHVoTD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5ypHVoTD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va5ypHVoTD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va5ypHVoTD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5ypHVoTD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va5ypHVoTD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va5ypHVoTD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va5ypHVoTD .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-va5ypHVoTD a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5ypHVoTD .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #a28452;
  display: inline-flex;
}
.cid-va5ypHVoTD .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px tranparent;
  border-radius: 100px;
}
.cid-va5ypHVoTD .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-va5ypHVoTD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-va5ypHVoTD a.nav-link .mbr-iconfont-btn,
.cid-va5ypHVoTD a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-va5ypHVoTD a.nav-link:hover .mbr-iconfont-btn,
.cid-va5ypHVoTD a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-va5ypHVoTD a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va5ypHVoTD .navbar {
    height: 77px;
  }
  .cid-va5ypHVoTD .navbar.opened {
    height: auto;
  }
  .cid-va5ypHVoTD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaqEc3jM2e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vaqEc3jM2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaqEc3jM2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaqEc3jM2e .mbr-description {
  text-align: left;
}
.cid-vaqEc3jM2e .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vaqEc3jM2e .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaqEc3jM2e .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vaqEc3jM2e .card-title,
.cid-vaqEc3jM2e .iconfont-wrapper {
  color: #000000;
}
.cid-vaqEc3jM2e .card-text {
  color: #000000;
}
.cid-vaqEc3jM2e .mbr-section-title {
  color: #a62b2c;
  text-align: justify;
}
.cid-vaqEc3jM2e .mbr-number {
  color: #9fe870;
}
.cid-vaqEc3jM2e .mbr-text,
.cid-vaqEc3jM2e .mbr-section-btn {
  text-align: center;
}
.cid-vaqEc3jM2e .card-text,
.cid-vaqEc3jM2e .item .mbr-section-btn {
  text-align: left;
}
.cid-vaqEc3jM2e .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vaqEc3jM2e .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vaqEc3jM2e .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaqEc3jM2e .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vaqEc3jM2e .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vaqEc3jM2e .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaqEc3jM2e .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vaqEc3jM2e .card-title {
  text-align: left;
}
.cid-vaqEc3jM2e .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaqEc3jM2e .item-content .item-footer {
  margin-top: auto;
}
.cid-va5ypPXi5c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-va5ypPXi5c::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-va5ypPXi5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5ypPXi5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5ypPXi5c .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-va5ypPXi5c .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .container {
    padding: 0 22px;
  }
}
.cid-va5ypPXi5c .row {
  position: relative;
  z-index: 1;
}
.cid-va5ypPXi5c .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-va5ypPXi5c .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5ypPXi5c .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-va5ypPXi5c .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5ypPXi5c .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-va5ypPXi5c .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-va5ypPXi5c .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-va5ypPXi5c .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-va5ypPXi5c .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-va5ypPXi5c .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5ypPXi5c .nav-wrapper .list .item-wrap:hover,
.cid-va5ypPXi5c .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-va5ypPXi5c .nav-wrapper .list .item-wrap:hover::before,
.cid-va5ypPXi5c .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-va5ypPXi5c .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5ypPXi5c .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-va5ypPXi5c .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-va5ypPXi5c .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-va5ypPXi5c .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-va5ypPXi5c .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-va5ypPXi5c .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-va5ypPXi5c .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-va5ypPXi5c .mbr-section-title {
  color: #00d0f3;
}
.cid-va5ypPXi5c .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-va5ypPXi5c .mbr-section-subtitle {
  color: #a62b2c;
}
.cid-va5ypPXi5c .list {
  color: #ffffff;
}
.cid-va5ypPXi5c .mbr-contact {
  color: #ffffff;
}
.cid-va5ypPXi5c .mbr-desc {
  color: #ffffff;
}
.cid-va5ypPXi5c .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-va5ypPXi5c .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-va5ypPXi5c .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-va5ypPXi5c .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-va5ypPXi5c .mbr-contact,
.cid-va5ypPXi5c .item-contact {
  color: #000000;
}
.cid-va5ypPXi5c .mbr-desc,
.cid-va5ypPXi5c .mbr-section-btn {
  color: #000000;
}
.cid-va5ypPXi5c .contacts-wrapper,
.cid-va5ypPXi5c .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-va5ypPXi5c .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
