body {
  font-family: 'Montserrat', sans-serif;
}
.display-1 {
  font-family: 'Poiret One', display;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-2 {
  font-family: 'Oxygen', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: 'Rubik Mono One', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((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.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #eaeaea !important;
}
.bg-success {
  background-color: #314825 !important;
}
.bg-info {
  background-color: #4b5b5b !important;
}
.bg-warning {
  background-color: #7a7a7a !important;
}
.bg-danger {
  background-color: #667061 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
  color: #6a6a6a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #6a6a6a !important;
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dcc8bd !important;
  border-color: #dcc8bd !important;
  color: #654635 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #be9984 !important;
  border-color: #be9984 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #654635 !important;
  background-color: #be9984 !important;
  border-color: #be9984 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4b5b5b !important;
  border-color: #4b5b5b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #242b2b !important;
  border-color: #242b2b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #242b2b !important;
  border-color: #242b2b !important;
}
.btn-success,
.btn-success:active {
  background-color: #314825 !important;
  border-color: #314825 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0a0f08 !important;
  border-color: #0a0f08 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0f08 !important;
  border-color: #0a0f08 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4f4f4f !important;
  border-color: #4f4f4f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4f4f4f !important;
  border-color: #4f4f4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #667061 !important;
  border-color: #667061 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #3c4239 !important;
  border-color: #3c4239 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3c4239 !important;
  border-color: #3c4239 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eaeaea;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bfbfbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #6a6a6a !important;
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dcc8bd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be9984 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #654635 !important;
  background-color: #dcc8bd !important;
  border-color: #dcc8bd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4b5b5b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #242b2b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4b5b5b !important;
  border-color: #4b5b5b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #314825;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a0f08 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #314825 !important;
  border-color: #314825 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7a7a7a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4f4f4f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #667061;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3c4239 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #667061 !important;
  border-color: #667061 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #eaeaea !important;
}
.text-secondary {
  color: #dcc8bd !important;
}
.text-success {
  color: #314825 !important;
}
.text-info {
  color: #4b5b5b !important;
}
.text-warning {
  color: #7a7a7a !important;
}
.text-danger {
  color: #667061 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b7b7b7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9907a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #030502 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1d2323 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #474747 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #343932 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #eaeaea;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4b5b5b;
}
.alert-warning {
  background-color: #7a7a7a;
}
.alert-danger {
  background-color: #667061;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #777777;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #eaeaea;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a1c58e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #889d9d;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bababa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a6aea2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #eaeaea !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #eaeaea;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #eaeaea;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #eaeaea;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #eaeaea;
  border-bottom-color: #eaeaea;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #eaeaea !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dcc8bd !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='%23eaeaea' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sN24DjvABH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sN24DjvABH nav.navbar {
  position: fixed;
}
.cid-sN24DjvABH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN24DjvABH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sN24DjvABH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sN24DjvABH .dropdown-item:hover,
.cid-sN24DjvABH .dropdown-item:focus {
  background: #eaeaea !important;
  color: white !important;
}
.cid-sN24DjvABH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sN24DjvABH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sN24DjvABH .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sN24DjvABH .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-sN24DjvABH .nav-item {
  margin: 0 31px;
}
.cid-sN24DjvABH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sN24DjvABH .nav-link {
  position: relative;
}
.cid-sN24DjvABH .nav-link:hover,
.cid-sN24DjvABH .nav-link:focus,
.cid-sN24DjvABH .nav-link:active {
  color: #ffffff !important;
}
.cid-sN24DjvABH .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-sN24DjvABH .container {
    flex-wrap: inherit;
  }
}
.cid-sN24DjvABH .navbar-caption:hover,
.cid-sN24DjvABH .navbar-caption:focus,
.cid-sN24DjvABH .navbar-caption:active {
  color: #45503f !important;
}
.cid-sN24DjvABH .dropdown-menu,
.cid-sN24DjvABH .navbar.opened {
  background: #4b5b5b !important;
}
.cid-sN24DjvABH .nav-item:focus,
.cid-sN24DjvABH .nav-link:focus {
  outline: none;
}
.cid-sN24DjvABH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sN24DjvABH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN24DjvABH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN24DjvABH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN24DjvABH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #4b5b5b;
}
.cid-sN24DjvABH .navbar.opened {
  transition: all 0.3s;
}
.cid-sN24DjvABH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sN24DjvABH .navbar .navbar-logo img {
  width: auto;
}
.cid-sN24DjvABH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sN24DjvABH .navbar.collapsed {
  justify-content: center;
}
.cid-sN24DjvABH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sN24DjvABH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sN24DjvABH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-sN24DjvABH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN24DjvABH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN24DjvABH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sN24DjvABH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN24DjvABH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sN24DjvABH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN24DjvABH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN24DjvABH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN24DjvABH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN24DjvABH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sN24DjvABH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sN24DjvABH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sN24DjvABH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN24DjvABH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sN24DjvABH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sN24DjvABH .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN24DjvABH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sN24DjvABH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sN24DjvABH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-sN24DjvABH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN24DjvABH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN24DjvABH .dropdown-item.active,
.cid-sN24DjvABH .dropdown-item:active {
  background-color: transparent;
}
.cid-sN24DjvABH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN24DjvABH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN24DjvABH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN24DjvABH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4b5b5b;
}
.cid-sN24DjvABH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN24DjvABH .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-sN24DjvABH .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-sN24DjvABH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN24DjvABH ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sN24DjvABH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sN24DjvABH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dcc8bd;
}
.cid-sN24DjvABH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN24DjvABH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN24DjvABH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN24DjvABH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN24DjvABH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN24DjvABH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN24DjvABH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN24DjvABH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN24DjvABH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sN24DjvABH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sN24DjvABH a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN24DjvABH .navbar {
    height: 70px;
  }
  .cid-sN24DjvABH .navbar.opened {
    height: auto;
  }
  .cid-sN24DjvABH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN24YTTie1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/untitled-3-2000x1261.png");
}
.cid-sN24YTTie1 h2,
.cid-sN24YTTie1 p {
  margin: 0;
}
.cid-sN24YTTie1 .heading {
  margin-bottom: 50px;
}
.cid-sN24YTTie1 .mbr-section-title {
  color: #dcc8bd;
  margin-bottom: 30px;
  text-align: center;
}
.cid-sN24YTTie1 .mbr-text {
  color: #6b6b6b;
}
.cid-sN24YTTie1 .image-wrap {
  position: relative;
  width: 100%;
  min-height: 376px;
}
.cid-sN24YTTie1 .image {
  position: absolute;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .cid-sN24YTTie1 .image {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .cid-sN24YTTie1 .image {
    height: 170px;
  }
}
@media (max-width: 800px) {
  .cid-sN24YTTie1 .image {
    position: static;
    height: 220px;
    margin-bottom: 30px;
  }
}
.cid-sN24YTTie1 .image-left {
  width: 600px;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("../../../assets/images/1.jpg");
}
@media (max-width: 1440px) {
  .cid-sN24YTTie1 .image-left {
    width: 505px;
  }
}
@media (max-width: 1024px) {
  .cid-sN24YTTie1 .image-left {
    width: 354px;
  }
}
@media (max-width: 800px) {
  .cid-sN24YTTie1 .image-left {
    width: 100%;
  }
}
.cid-sN24YTTie1 .image-middle {
  width: 451px;
  top: 76px;
  left: 524px;
  z-index: 1;
  background-image: url("../../../assets/images/camara-hiperbaricafotohome-600x400.jpg");
}
@media (max-width: 1440px) {
  .cid-sN24YTTie1 .image-middle {
    width: 385px;
    left: 445px;
  }
}
@media (max-width: 1024px) {
  .cid-sN24YTTie1 .image-middle {
    width: 268px;
    left: 312px;
  }
}
@media (max-width: 800px) {
  .cid-sN24YTTie1 .image-middle {
    width: 100%;
  }
}
.cid-sN24YTTie1 .image-right {
  width: 401px;
  top: 0;
  left: 899px;
  z-index: 0;
  background-image: url("../../../assets/images/3.jpg");
}
@media (max-width: 1440px) {
  .cid-sN24YTTie1 .image-right {
    width: 330px;
    left: 770px;
  }
}
@media (max-width: 1024px) {
  .cid-sN24YTTie1 .image-right {
    width: 230px;
    left: 538px;
  }
}
@media (max-width: 800px) {
  .cid-sN24YTTie1 .image-right {
    width: 100%;
  }
}
.cid-sN25LmKt2Y {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d4d4d4;
}
.cid-sN25LmKt2Y .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sN25LmKt2Y .mbr-section-title {
  color: #4b5b5b;
  margin-bottom: 20.4px;
  text-align: center;
}
.cid-sN25LmKt2Y .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-sN25LmKt2Y .star {
  color: #314825;
  fill: currentColor;
  overflow: hidden;
}
.cid-sN25LmKt2Y .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
}
.cid-sN25LmKt2Y .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
}
.cid-teZuuvPvGE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-teZuuvPvGE h2,
.cid-teZuuvPvGE h3,
.cid-teZuuvPvGE h4,
.cid-teZuuvPvGE p {
  margin: 0;
}
.cid-teZuuvPvGE .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-teZuuvPvGE .mbr-section-title {
  color: #dcc8bd;
  margin-bottom: 10px;
  text-align: center;
}
.cid-teZuuvPvGE .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  text-align: left;
}
.cid-tf0EQesvoA {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #95a098;
}
.cid-tf0EQesvoA .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tf0EQesvoA .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tf0EQesvoA .title {
    width: 100% !important;
  }
}
.cid-tf0EQesvoA .mbr-section-title {
  color: #54595f;
}
.cid-tEwigG1VUM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEwigG1VUM ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tEwigG1VUM li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tEwigG1VUM ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #eaeaea;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tEwigG1VUM .list {
  text-align: left;
}
.cid-teZx3wgx2L {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-teZx3wgx2L h3,
.cid-teZx3wgx2L p {
  margin: 0;
}
.cid-teZx3wgx2L .heading {
  margin-bottom: 50px;
}
.cid-teZx3wgx2L .mbr-section-title {
  color: #667061;
}
.cid-teZx3wgx2L .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-teZx3wgx2L .tile-wrap {
  position: relative;
  width: 100%;
  padding-top: 25%;
}
@media (max-width: 1024px) {
  .cid-teZx3wgx2L .tile-wrap {
    padding-top: 100%;
  }
}
@media (max-width: 680px) {
  .cid-teZx3wgx2L .tile-wrap {
    padding-top: 400%;
  }
}
.cid-teZx3wgx2L .tile {
  position: absolute;
  margin: 0 -9px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #a6a6a6;
  border-radius: 100%;
}
.cid-teZx3wgx2L .tile1 {
  top: 0;
  left: 2%;
  bottom: 0;
  right: 73%;
}
@media (max-width: 1024px) {
  .cid-teZx3wgx2L .tile1 {
    top: 1%;
    left: 2%;
    bottom: 48%;
    right: 50%;
  }
}
@media (max-width: 680px) {
  .cid-teZx3wgx2L .tile1 {
    top: 0;
    left: 0;
    bottom: 73%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-teZx3wgx2L .tile1 {
    top: 0;
    left: 12px;
    bottom: 75%;
    right: 12px;
  }
}
.cid-teZx3wgx2L .tile2 {
  top: 0;
  left: 26%;
  bottom: 0;
  right: 49%;
}
@media (max-width: 1024px) {
  .cid-teZx3wgx2L .tile2 {
    top: 1%;
    left: 50%;
    bottom: 48%;
    right: 2%;
  }
}
@media (max-width: 680px) {
  .cid-teZx3wgx2L .tile2 {
    top: 25%;
    left: 0;
    bottom: 48%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-teZx3wgx2L .tile2 {
    top: 23%;
    left: 12px;
    bottom: 52%;
    right: 12px;
  }
}
.cid-teZx3wgx2L .tile3 {
  top: 0;
  left: 50%;
  bottom: 0;
  right: 25%;
}
@media (max-width: 1024px) {
  .cid-teZx3wgx2L .tile3 {
    top: 49%;
    left: 2%;
    bottom: 1%;
    right: 50%;
  }
}
@media (max-width: 680px) {
  .cid-teZx3wgx2L .tile3 {
    top: 50%;
    left: 0;
    bottom: 23%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-teZx3wgx2L .tile3 {
    top: 46%;
    left: 12px;
    bottom: 29%;
    right: 12px;
  }
}
.cid-teZx3wgx2L .tile4 {
  top: 0;
  left: 74%;
  bottom: 0;
  right: 1%;
}
@media (max-width: 1024px) {
  .cid-teZx3wgx2L .tile4 {
    top: 49%;
    left: 50%;
    bottom: 1%;
    right: 2%;
  }
}
@media (max-width: 680px) {
  .cid-teZx3wgx2L .tile4 {
    top: 75%;
    left: 0;
    bottom: -2%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-teZx3wgx2L .tile4 {
    top: 69%;
    left: 12px;
    bottom: 6%;
    right: 12px;
  }
}
.cid-teZx3wgx2L .mbr-card-title {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-teZx3wgx2L .tile:nth-of-type(1):before {
  content: "1";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #667061;
  border-radius: 50%;
  z-index: 2;
}
.cid-teZx3wgx2L .tile:nth-of-type(2):before {
  content: "2";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #667061;
  border-radius: 50%;
  z-index: 2;
}
.cid-teZx3wgx2L .tile:nth-of-type(3):before {
  content: "3";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #667061;
  border-radius: 50%;
  z-index: 2;
}
.cid-teZx3wgx2L .tile:nth-of-type(4):before {
  content: "4";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #667061;
  border-radius: 50%;
  z-index: 2;
}
.cid-tf0AMfwJqH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tf0AMfwJqH .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-tf0AMfwJqH .card .card-img span {
  color: #878787;
  font-size: 45px;
}
.cid-tf0AMfwJqH .card .card-title {
  letter-spacing: 1px;
}
.cid-tf0AMfwJqH .card-title {
  margin: 0;
}
.cid-tf0AMfwJqH .mbr-text,
.cid-tf0AMfwJqH .card-title {
  color: #878787;
}
.cid-tf0AMfwJqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tf0AMfwJqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tf0AHwQLDY {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #dcc8bd;
}
.cid-tf0AHwQLDY .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tf0AHwQLDY .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tf0AHwQLDY .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-tf0AHwQLDY .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-tf0AHwQLDY .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-tf0AHwQLDY .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tf0AHwQLDY .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-tf0AHwQLDY .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-tf0AHwQLDY .card .card-box .card-title,
  .cid-tf0AHwQLDY .card .card-box .mbr-text,
  .cid-tf0AHwQLDY .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tf0AHwQLDY .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tf0AHwQLDY .card .card-img {
    text-align: right !important;
  }
}
.cid-tf0AHwQLDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tf0AHwQLDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sN26ftOQRS {
  padding-top: 560px;
  background-image: url("../../../assets/images/img-oxy-1-1600x1200.jpeg");
}
.cid-tf3Sdbqp9T {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tf3Sdbqp9T .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tf3Sdbqp9T .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tf3Sdbqp9T .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-tf3Sdbqp9T .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-tf3Sdbqp9T .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-tf3Sdbqp9T .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tf3Sdbqp9T .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-tf3Sdbqp9T .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-tf3Sdbqp9T .card .card-box .card-title,
  .cid-tf3Sdbqp9T .card .card-box .mbr-text,
  .cid-tf3Sdbqp9T .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tf3Sdbqp9T .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tf3Sdbqp9T .card .card-img {
    text-align: right !important;
  }
}
.cid-tf3Sdbqp9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tf3Sdbqp9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tf40LUGuOi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4b5b5b;
}
.cid-tf40LUGuOi .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tf40LUGuOi .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tf40LUGuOi .title {
    width: 100% !important;
  }
}
.cid-tf40LUGuOi .mbr-section-subtitle,
.cid-tf40LUGuOi .underline {
  color: #dcc8bd;
}
.cid-tf40K0eyQg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eaeaea;
}
.cid-tf40K0eyQg .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tf40K0eyQg .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tf40K0eyQg .counter-container ol li {
  list-style: none;
  position: relative;
}
.cid-tf40K0eyQg .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 2px;
  padding-left: 1px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #667061;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-tAE0n2tnxc .nav-item:focus,
.cid-tAE0n2tnxc .nav-link:focus {
  outline: none;
}
.cid-tAE0n2tnxc .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-tAE0n2tnxc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAE0n2tnxc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAE0n2tnxc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tAE0n2tnxc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAE0n2tnxc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAE0n2tnxc .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  flex-direction: row !important;
}
.cid-tAE0n2tnxc .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tAE0n2tnxc .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tAE0n2tnxc .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-tAE0n2tnxc .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-tAE0n2tnxc .navbar .navbar-collapse.show,
.cid-tAE0n2tnxc .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-tAE0n2tnxc .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-tAE0n2tnxc .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-tAE0n2tnxc .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tAE0n2tnxc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAE0n2tnxc .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-tAE0n2tnxc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAE0n2tnxc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAE0n2tnxc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tAE0n2tnxc .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-tAE0n2tnxc .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-tAE0n2tnxc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tAE0n2tnxc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tAE0n2tnxc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tAE0n2tnxc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tAE0n2tnxc .navbar-brand {
  min-height: 61px;
  -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-tAE0n2tnxc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAE0n2tnxc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAE0n2tnxc .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tAE0n2tnxc .dropdown-item.active,
.cid-tAE0n2tnxc .dropdown-item:active {
  background-color: transparent;
}
.cid-tAE0n2tnxc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAE0n2tnxc .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-tAE0n2tnxc .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-tAE0n2tnxc .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-tAE0n2tnxc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAE0n2tnxc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAE0n2tnxc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAE0n2tnxc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tAE0n2tnxc .navbar-buttons {
  text-align: inherit;
}
.cid-tAE0n2tnxc 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-tAE0n2tnxc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tAE0n2tnxc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAE0n2tnxc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAE0n2tnxc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAE0n2tnxc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAE0n2tnxc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAE0n2tnxc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAE0n2tnxc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAE0n2tnxc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAE0n2tnxc .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tAE0n2tnxc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAE0n2tnxc .icons-menu {
  text-align: inherit;
}
.cid-tAE0n2tnxc .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tAE0n2tnxc .nav-link:hover,
.cid-tAE0n2tnxc .dropdown-item:hover,
.cid-tAE0n2tnxc .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAE0n2tnxc .navbar {
    height: 77px;
  }
  .cid-tAE0n2tnxc .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tAE0n2tnxc .navbar-collapse .img-column {
    display: none;
  }
  .cid-tAE0n2tnxc .icons-menu,
  .cid-tAE0n2tnxc .navbar-buttons,
  .cid-tAE0n2tnxc .contact-block,
  .cid-tAE0n2tnxc .text-column {
    text-align: center !important;
  }
}
.cid-tAE0n2tnxc undefined {
  text-align: center;
}
.cid-tAE2AkqoW0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcc8bd;
}
.cid-tAE2AkqoW0 h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-tAE2AkqoW0 .mbr-section-subtitle {
  color: #767676;
}
.cid-tAE2AkqoW0 .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-tAE2AkqoW0 .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-tAE2AkqoW0 .mbr-text-right {
  color: #767676;
  text-align: left;
}
.cid-tAE2AkqoW0 .mbr-text-left {
  color: #767676;
  text-align: left;
}
.cid-tAE2AkqoW0 H2 {
  color: #4b5b5b;
}
.cid-tAE2AkqoW0 .article-title-left {
  color: #dcc8bd;
}
.cid-tAE2AkqoW0 .article-title-right {
  color: #dcc8bd;
}
.cid-tf43q0U65Q {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #eaeaea;
}
.cid-tf43q0U65Q .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tf43q0U65Q .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tf43q0U65Q .title {
    width: 100% !important;
  }
}
.cid-tf43q0U65Q .mbr-section-subtitle,
.cid-tf43q0U65Q .underline {
  color: #4b5b5b;
}
.cid-tf43q0U65Q .mbr-section-title {
  color: #4b5b5b;
}
.cid-tejmkFOthD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dcc8bd;
}
.cid-tejmkFOthD h2,
.cid-tejmkFOthD h3,
.cid-tejmkFOthD h4,
.cid-tejmkFOthD p {
  margin: 0;
}
.cid-tejmkFOthD ul {
  padding: 0;
  list-style-type: none;
}
.cid-tejmkFOthD .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tejmkFOthD .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
  text-align: left;
}
.cid-tejmkFOthD .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-tejmkFOthD .list {
  margin: 25px 0;
  color: #6b6b6b;
  text-align: left;
}
.cid-tejmkFOthD .mbr-card-text {
  margin: 10px 0;
}
.cid-tejmkFOthD .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-tf3Mmfr0oT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #eaeaea;
}
.cid-tf3Mmfr0oT .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tf3Mmfr0oT .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tf3Mmfr0oT .form-group {
  margin-bottom: 1rem;
}
.cid-tf3Mmfr0oT .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #45503f;
  width: 100%;
}
.cid-tf3Mmfr0oT textarea.form-control {
  min-height: 96px;
}
.cid-tf3Mmfr0oT .input-group-btn {
  width: 100%;
}
.cid-tf3Mmfr0oT .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tf3Mmfr0oT .form-control-label {
  color: #1e3115;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-tf3Mmfr0oT .google-map {
  width: 100%;
  height: 25rem;
}
.cid-tf3Mmfr0oT .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-tf3Mmfr0oT .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-tf3Mmfr0oT .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #314825;
  padding: 10px;
}
.cid-tf3Mmfr0oT .info-value {
  color: #b7b6b6;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-tf3Mmfr0oT .form-wrapper {
    padding-bottom: 2rem;
  }
  .cid-tf3Mmfr0oT .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tf3Mmfr0oT .form-wrapper {
    padding-bottom: 0;
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tf3Mmfr0oT .form-subtitle {
    text-align: center;
  }
}
.cid-tf3Mmfr0oT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tf3Mmfr0oT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tf3Mmfr0oT .first-column {
  text-align: right;
  color: #040404;
}
.cid-tf3Mmfr0oT .second-column {
  color: #040404;
}
.cid-tf3Mmfr0oT .form-title {
  color: #4b5b5b;
}
.cid-tf45a5UbaW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4b5b5b;
}
.cid-tKXFQwvYaA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4b5b5b;
}
.cid-tKXFQwvYaA .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tKXFQwvYaA .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #dcc8bd;
}
@media (max-width: 991px) {
  .cid-tKXFQwvYaA .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKXFQwvYaA .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tKXFQwvYaA .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #eaeaea;
}
.cid-tKXFQwvYaA P {
  color: #4b5b5b;
}
.cid-tKXFQwvYaA .mbr-section-title {
  color: #eaeaea;
}
.cid-tKXCJmRGAM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #dcc8bd;
  overflow: hidden;
}
.cid-sN24DjvABH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sN24DjvABH nav.navbar {
  position: fixed;
}
.cid-sN24DjvABH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN24DjvABH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sN24DjvABH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sN24DjvABH .dropdown-item:hover,
.cid-sN24DjvABH .dropdown-item:focus {
  background: #eaeaea !important;
  color: white !important;
}
.cid-sN24DjvABH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sN24DjvABH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sN24DjvABH .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sN24DjvABH .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-sN24DjvABH .nav-item {
  margin: 0 31px;
}
.cid-sN24DjvABH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sN24DjvABH .nav-link {
  position: relative;
}
.cid-sN24DjvABH .nav-link:hover,
.cid-sN24DjvABH .nav-link:focus,
.cid-sN24DjvABH .nav-link:active {
  color: #ffffff !important;
}
.cid-sN24DjvABH .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-sN24DjvABH .container {
    flex-wrap: inherit;
  }
}
.cid-sN24DjvABH .navbar-caption:hover,
.cid-sN24DjvABH .navbar-caption:focus,
.cid-sN24DjvABH .navbar-caption:active {
  color: #45503f !important;
}
.cid-sN24DjvABH .dropdown-menu,
.cid-sN24DjvABH .navbar.opened {
  background: #4b5b5b !important;
}
.cid-sN24DjvABH .nav-item:focus,
.cid-sN24DjvABH .nav-link:focus {
  outline: none;
}
.cid-sN24DjvABH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sN24DjvABH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN24DjvABH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN24DjvABH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN24DjvABH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #4b5b5b;
}
.cid-sN24DjvABH .navbar.opened {
  transition: all 0.3s;
}
.cid-sN24DjvABH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sN24DjvABH .navbar .navbar-logo img {
  width: auto;
}
.cid-sN24DjvABH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sN24DjvABH .navbar.collapsed {
  justify-content: center;
}
.cid-sN24DjvABH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sN24DjvABH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sN24DjvABH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-sN24DjvABH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN24DjvABH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN24DjvABH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sN24DjvABH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN24DjvABH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sN24DjvABH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN24DjvABH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN24DjvABH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN24DjvABH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN24DjvABH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sN24DjvABH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sN24DjvABH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sN24DjvABH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN24DjvABH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sN24DjvABH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sN24DjvABH .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN24DjvABH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sN24DjvABH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sN24DjvABH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-sN24DjvABH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN24DjvABH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN24DjvABH .dropdown-item.active,
.cid-sN24DjvABH .dropdown-item:active {
  background-color: transparent;
}
.cid-sN24DjvABH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN24DjvABH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN24DjvABH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN24DjvABH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4b5b5b;
}
.cid-sN24DjvABH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN24DjvABH .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-sN24DjvABH .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-sN24DjvABH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN24DjvABH ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sN24DjvABH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sN24DjvABH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dcc8bd;
}
.cid-sN24DjvABH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN24DjvABH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN24DjvABH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN24DjvABH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN24DjvABH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN24DjvABH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN24DjvABH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN24DjvABH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN24DjvABH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sN24DjvABH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sN24DjvABH a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN24DjvABH .navbar {
    height: 70px;
  }
  .cid-sN24DjvABH .navbar.opened {
    height: auto;
  }
  .cid-sN24DjvABH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAE0n2tnxc .nav-item:focus,
.cid-tAE0n2tnxc .nav-link:focus {
  outline: none;
}
.cid-tAE0n2tnxc .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-tAE0n2tnxc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAE0n2tnxc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAE0n2tnxc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tAE0n2tnxc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAE0n2tnxc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAE0n2tnxc .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  flex-direction: row !important;
}
.cid-tAE0n2tnxc .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tAE0n2tnxc .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tAE0n2tnxc .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-tAE0n2tnxc .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-tAE0n2tnxc .navbar .navbar-collapse.show,
.cid-tAE0n2tnxc .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-tAE0n2tnxc .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-tAE0n2tnxc .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-tAE0n2tnxc .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tAE0n2tnxc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAE0n2tnxc .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-tAE0n2tnxc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAE0n2tnxc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAE0n2tnxc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tAE0n2tnxc .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-tAE0n2tnxc .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-tAE0n2tnxc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tAE0n2tnxc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tAE0n2tnxc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tAE0n2tnxc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tAE0n2tnxc .navbar-brand {
  min-height: 61px;
  -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-tAE0n2tnxc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAE0n2tnxc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAE0n2tnxc .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tAE0n2tnxc .dropdown-item.active,
.cid-tAE0n2tnxc .dropdown-item:active {
  background-color: transparent;
}
.cid-tAE0n2tnxc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAE0n2tnxc .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-tAE0n2tnxc .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-tAE0n2tnxc .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-tAE0n2tnxc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAE0n2tnxc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAE0n2tnxc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAE0n2tnxc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tAE0n2tnxc .navbar-buttons {
  text-align: inherit;
}
.cid-tAE0n2tnxc 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-tAE0n2tnxc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tAE0n2tnxc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAE0n2tnxc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAE0n2tnxc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAE0n2tnxc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAE0n2tnxc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAE0n2tnxc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAE0n2tnxc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAE0n2tnxc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAE0n2tnxc .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tAE0n2tnxc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAE0n2tnxc .icons-menu {
  text-align: inherit;
}
.cid-tAE0n2tnxc .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-tAE0n2tnxc .nav-link:hover,
.cid-tAE0n2tnxc .dropdown-item:hover,
.cid-tAE0n2tnxc .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAE0n2tnxc .navbar {
    height: 77px;
  }
  .cid-tAE0n2tnxc .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tAE0n2tnxc .navbar-collapse .img-column {
    display: none;
  }
  .cid-tAE0n2tnxc .icons-menu,
  .cid-tAE0n2tnxc .navbar-buttons,
  .cid-tAE0n2tnxc .contact-block,
  .cid-tAE0n2tnxc .text-column {
    text-align: center !important;
  }
}
.cid-tKXCJmRGAM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #dcc8bd;
  overflow: hidden;
}
