body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #433e3e !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #79bcb7 !important;
}
.bg-warning {
  background-color: #433e3e !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #433e3e !important;
  border-color: #433e3e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1b1919 !important;
  border-color: #1b1919 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1b1919 !important;
  border-color: #1b1919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #79bcb7 !important;
  border-color: #79bcb7 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4d9b95 !important;
  border-color: #4d9b95 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4d9b95 !important;
  border-color: #4d9b95 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #433e3e !important;
  border-color: #433e3e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #1b1919 !important;
  border-color: #1b1919 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1b1919 !important;
  border-color: #1b1919 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0e0d0d;
  color: #0e0d0d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #433e3e;
  border-color: #433e3e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #433e3e !important;
  border-color: #433e3e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #458a85;
  color: #458a85;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #79bcb7;
  border-color: #79bcb7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #79bcb7 !important;
  border-color: #79bcb7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0e0d0d;
  color: #0e0d0d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #433e3e;
  border-color: #433e3e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #433e3e !important;
  border-color: #433e3e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #433e3e !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #79bcb7 !important;
}
.text-warning {
  color: #433e3e !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0e0d0d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #458a85 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0e0d0d !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #79bcb7;
}
.alert-warning {
  background-color: #433e3e;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #433e3e;
  border-color: #433e3e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #433e3e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b6b0b0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cee7e5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b0b0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #433e3e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #433e3e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #433e3e;
  border-bottom-color: #433e3e;
}
.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: #433e3e !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: #ff3366 !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='%23433e3e' %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;
}
.cid-snuHXJBnQH .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: 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-snuHXJBnQH .nav-item:focus,
.cid-snuHXJBnQH .nav-link:focus {
  outline: none;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snuHXJBnQH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snuHXJBnQH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snuHXJBnQH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snuHXJBnQH .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snuHXJBnQH .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snuHXJBnQH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snuHXJBnQH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snuHXJBnQH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snuHXJBnQH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snuHXJBnQH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snuHXJBnQH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snuHXJBnQH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snuHXJBnQH .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-snuHXJBnQH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snuHXJBnQH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snuHXJBnQH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snuHXJBnQH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snuHXJBnQH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snuHXJBnQH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snuHXJBnQH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snuHXJBnQH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snuHXJBnQH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snuHXJBnQH .dropdown-item.active,
.cid-snuHXJBnQH .dropdown-item:active {
  background-color: transparent;
}
.cid-snuHXJBnQH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snuHXJBnQH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snuHXJBnQH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snuHXJBnQH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snuHXJBnQH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snuHXJBnQH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snuHXJBnQH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snuHXJBnQH .navbar-buttons {
  text-align: center;
}
.cid-snuHXJBnQH 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-snuHXJBnQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snuHXJBnQH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-snuHXJBnQH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snuHXJBnQH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snuHXJBnQH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-snuHXJBnQH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snuHXJBnQH .navbar {
    height: 77px;
  }
  .cid-snuHXJBnQH .navbar.opened {
    height: auto;
  }
  .cid-snuHXJBnQH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sndusymHfI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ecografia-tiroide-1200x627.jpg");
}
@media (max-width: 767px) {
  .cid-sndusymHfI .mbr-text {
    text-align: center;
  }
}
.cid-sndusymHfI .container-fluid {
  padding: 0;
}
.cid-sndusymHfI .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sndusymHfI img {
  height: 100%;
  object-fit: cover;
}
.cid-sndusymHfI .mbr-figure {
  height: 100%;
}
.cid-sndusymHfI .col-lg-6 {
  padding: 0;
}
.cid-sndusymHfI .row {
  margin: 0;
}
.cid-sndzunstG4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #e4d295);
}
@media (max-width: 767px) {
  .cid-sndzunstG4 .mbr-text {
    text-align: center;
  }
}
.cid-sndzunstG4 .mbr-text,
.cid-sndzunstG4 .mbr-section-btn {
  color: #000000;
}
.cid-snp9nTkpOp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #79bcb7;
  background: linear-gradient(45deg, #79bcb7, #ffffff);
}
@media (max-width: 767px) {
  .cid-snp9nTkpOp .mbr-text {
    text-align: center;
  }
}
.cid-snp9nTkpOp .container-fluid {
  padding: 0;
}
.cid-snp9nTkpOp .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-snp9nTkpOp img {
  height: 100%;
  object-fit: cover;
}
.cid-snp9nTkpOp .mbr-figure {
  height: 100%;
}
.cid-snp9nTkpOp .col-lg-6 {
  padding: 0;
}
.cid-snp9nTkpOp .row {
  margin: 0;
}
.cid-spbPdQ9s7l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
  background: linear-gradient(45deg, #cccccc, #000000);
}
@media (max-width: 767px) {
  .cid-spbPdQ9s7l .mbr-text {
    text-align: center;
  }
}
.cid-spbPdQ9s7l .container-fluid {
  padding: 0;
}
.cid-spbPdQ9s7l .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-spbPdQ9s7l img {
  height: 100%;
  object-fit: cover;
}
.cid-spbPdQ9s7l .mbr-figure {
  height: 100%;
}
.cid-spbPdQ9s7l .col-lg-7 {
  padding: 0;
}
.cid-spbPdQ9s7l .row {
  margin: 0;
}
.cid-spbPdQ9s7l H3 {
  color: #ffffff;
}
.cid-spbPdQ9s7l H1 {
  color: #ffffff;
}
.cid-spbPdQ9s7l .mbr-text,
.cid-spbPdQ9s7l .mbr-section-btn {
  color: #ffffff;
}
.cid-snpLz4tFIk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #79bcb7);
}
@media (max-width: 767px) {
  .cid-snpLz4tFIk .mbr-text {
    text-align: center;
  }
}
.cid-snpLz4tFIk .container-fluid {
  padding: 0;
}
.cid-snpLz4tFIk .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-snpLz4tFIk img {
  height: 100%;
  object-fit: cover;
}
.cid-snpLz4tFIk .mbr-figure {
  height: 100%;
}
.cid-snpLz4tFIk .col-lg-6 {
  padding: 0;
}
.cid-snpLz4tFIk .row {
  margin: 0;
}
.cid-snpLz4tFIk H3 {
  color: #433e3e;
}
.cid-snpLz4tFIk .mbr-text,
.cid-snpLz4tFIk .mbr-section-btn {
  color: #000000;
}
.cid-spbO03STY1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-8650-1080x607.jpg");
}
.cid-spbO03STY1 .row {
  justify-content: flex-end;
}
.cid-spbO03STY1 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-spbO03STY1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-spbO03STY1 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-spbO03STY1 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-spbO03STY1 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-spbO03STY1 .mbr-text,
.cid-spbO03STY1 .mbr-section-btn {
  color: #efefef;
}
.cid-thjGnleKtZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-thjGnleKtZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-thjGnleKtZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thjGnleKtZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thjGnleKtZ .mbr-gallery-item {
  width: 33.3%;
}
.cid-thjGnleKtZ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-thjGnleKtZ .mbr-gallery-item {
    width: 100%;
  }
}
.cid-thjGnleKtZ .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-thjGnleKtZ .mbr-gallery-row {
  justify-content: center;
}
.cid-thjGnleKtZ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-thjGnleKtZ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-thjGnleKtZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-thjGnleKtZ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-thjGnleKtZ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-thjGnleKtZ .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-thjGnleKtZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-thjGnleKtZ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-thjGnleKtZ img {
  transition: all 2s !important;
}
.cid-thjGnleKtZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-thjGnleKtZ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-thjGnleKtZ .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-snpoJaB7UJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #363636;
}
.cid-soC5Svyw5D {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpg");
}
.cid-soC5Svyw5D h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-soC5Svyw5D h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-soC5Svyw5D .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-soC5Svyw5D h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-soC5Svyw5D h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-soC5XuGhGy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soC5XuGhGy h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-soC5XuGhGy h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-soC5XuGhGy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-soC5XuGhGy .mbr-text,
.cid-soC5XuGhGy .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-soC5XuGhGy h3:before,
  .cid-soC5XuGhGy h3:after {
    display: none;
  }
}
.cid-soC63zuyVM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-soC63zuyVM .nav-tabs .nav-item.open .nav-link:focus,
.cid-soC63zuyVM .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-soC63zuyVM .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
}
.cid-soC63zuyVM .tab-content {
  border: 1px solid lightgray;
  padding: 1.5rem 3rem;
}
.cid-soC63zuyVM .nav-tabs .nav-link {
  color: #579591;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.cid-soC63zuyVM .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-soC63zuyVM .nav-tabs .nav-link.active {
  font-weight: 600;
  font-style: normal;
  border: 1px solid lightgray;
  border-bottom: none;
}
.cid-soC63zuyVM P {
  color: #767676;
}
.cid-soC63zuyVM H2 {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-soC63zuyVM .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-soC63zuyVM .mbr-text,
  .cid-soC63zuyVM .nav-link {
    text-align: center;
  }
  .cid-soC63zuyVM .nav-tabs .nav-link.active {
    border-bottom: 1px solid lightgray;
  }
}
.cid-soCHGYFxvQ {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/endocrinologia-resize-1140x344.png");
}
.cid-soCHGYFxvQ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-soCHGYFxvQ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-soCHGYFxvQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-soCHGYFxvQ h3:before,
  .cid-soCHGYFxvQ h3:after {
    display: none;
  }
}
.cid-soCHr0nnE5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-soCHr0nnE5 .nav-tabs .nav-item.open .nav-link:focus,
.cid-soCHr0nnE5 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-soCHr0nnE5 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  margin-right: -1px;
  margin-bottom: 0;
  z-index: 9;
}
.cid-soCHr0nnE5 .tab-content {
  border: 1px solid lightgray;
  padding: 1.5rem 3rem;
}
@media (min-width: 767px) {
  .cid-soCHr0nnE5 .col-md-12 {
    flex-direction: row;
    display: flex;
    align-items: flex-start;
  }
  .cid-soCHr0nnE5 .nav-tabs .nav-link {
    width: 250px;
  }
}
.cid-soCHr0nnE5 .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  background: transparent;
  padding: 1rem 1.5rem;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.cid-soCHr0nnE5 .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-soCHr0nnE5 .nav-tabs .nav-link.active {
  font-weight: 600;
  font-style: normal;
  border: 1px solid lightgray;
  border-right: none;
}
.cid-soCHr0nnE5 P {
  color: #767676;
}
.cid-soCHr0nnE5 H2 {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-soCHr0nnE5 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-soCHr0nnE5 .mbr-text,
  .cid-soCHr0nnE5 .nav-link {
    text-align: center;
  }
  .cid-soCHr0nnE5 .nav-tabs .nav-link.active {
    border-right: 1px solid lightgray;
  }
}
.cid-snpoJaB7UJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #363636;
}
.cid-snuHXJBnQH .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: 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-snuHXJBnQH .nav-item:focus,
.cid-snuHXJBnQH .nav-link:focus {
  outline: none;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snuHXJBnQH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snuHXJBnQH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snuHXJBnQH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snuHXJBnQH .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snuHXJBnQH .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snuHXJBnQH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snuHXJBnQH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snuHXJBnQH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snuHXJBnQH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snuHXJBnQH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snuHXJBnQH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snuHXJBnQH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snuHXJBnQH .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-snuHXJBnQH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snuHXJBnQH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snuHXJBnQH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snuHXJBnQH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snuHXJBnQH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snuHXJBnQH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snuHXJBnQH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snuHXJBnQH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snuHXJBnQH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snuHXJBnQH .dropdown-item.active,
.cid-snuHXJBnQH .dropdown-item:active {
  background-color: transparent;
}
.cid-snuHXJBnQH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snuHXJBnQH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snuHXJBnQH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snuHXJBnQH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snuHXJBnQH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snuHXJBnQH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snuHXJBnQH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snuHXJBnQH .navbar-buttons {
  text-align: center;
}
.cid-snuHXJBnQH 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-snuHXJBnQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snuHXJBnQH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-snuHXJBnQH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snuHXJBnQH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snuHXJBnQH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-snuHXJBnQH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snuHXJBnQH .navbar {
    height: 77px;
  }
  .cid-snuHXJBnQH .navbar.opened {
    height: auto;
  }
  .cid-snuHXJBnQH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snuKobxhON {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/vecteezy-close-up-of-doctor-taking-notes-1223087-2000x800.jpg");
}
.cid-snuKobxhON .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-snuKobxhON .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-snuKobxhON .card {
  position: relative;
}
.cid-snuKobxhON .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-snuKobxhON .card:hover:before {
  opacity: 0.9;
}
.cid-snuKobxhON .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-snuKobxhON .mbr-text {
  color: #000000;
}
.cid-spbTXhcx3K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spbTXhcx3K h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-spbTXhcx3K h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-spbTXhcx3K h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-spbTXhcx3K .mbr-text,
.cid-spbTXhcx3K .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-spbTXhcx3K h3:before,
  .cid-spbTXhcx3K h3:after {
    display: none;
  }
}
.cid-spbVKrSTMh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f0ea;
}
@media (max-width: 767px) {
  .cid-spbVKrSTMh .mbr-text {
    text-align: center;
  }
}
.cid-spbVKrSTMh .container-fluid {
  padding: 0;
}
.cid-spbVKrSTMh .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-spbVKrSTMh img {
  height: 100%;
  object-fit: cover;
}
.cid-spbVKrSTMh .mbr-figure {
  height: 100%;
}
.cid-spbVKrSTMh .col-lg-6 {
  padding: 0;
}
.cid-spbVKrSTMh .row {
  margin: 0;
}
.cid-spbVKrSTMh H1 {
  color: #000000;
  text-align: left;
}
.cid-spbVKrSTMh H3 {
  color: #000000;
  text-align: left;
}
.cid-spbVKrSTMh .mbr-text,
.cid-spbVKrSTMh .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-snuMNaRjZW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snuMNaRjZW .mbr-text {
    text-align: center;
  }
}
.cid-snuMNaRjZW .container-fluid {
  padding: 0;
}
.cid-snuMNaRjZW .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-snuMNaRjZW img {
  height: 100%;
  object-fit: cover;
}
.cid-snuMNaRjZW .mbr-figure {
  height: 100%;
}
.cid-snuMNaRjZW .col-lg-6 {
  padding: 0;
}
.cid-snuMNaRjZW .row {
  margin: 0;
}
.cid-snuMNaRjZW .mbr-text,
.cid-snuMNaRjZW .mbr-section-btn {
  text-align: left;
}
.cid-spbVNu1T8T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-spbVNu1T8T .mbr-text {
    text-align: center;
  }
}
.cid-spbVNu1T8T .container-fluid {
  padding: 0;
}
.cid-spbVNu1T8T .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-spbVNu1T8T img {
  height: 100%;
  object-fit: cover;
}
.cid-spbVNu1T8T .mbr-figure {
  height: 100%;
}
.cid-spbVNu1T8T .col-lg-6 {
  padding: 0;
}
.cid-spbVNu1T8T .row {
  margin: 0;
}
.cid-spbVNu1T8T H1 {
  text-align: left;
  color: #000000;
}
.cid-spbVNu1T8T .mbr-text,
.cid-spbVNu1T8T .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-spckoaO7EG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f0ea;
}
@media (max-width: 767px) {
  .cid-spckoaO7EG .mbr-text {
    text-align: center;
  }
}
.cid-spckoaO7EG .container-fluid {
  padding: 0;
}
.cid-spckoaO7EG .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-spckoaO7EG img {
  height: 100%;
  object-fit: cover;
}
.cid-spckoaO7EG .mbr-figure {
  height: 100%;
}
.cid-spckoaO7EG .col-lg-6 {
  padding: 0;
}
.cid-spckoaO7EG .row {
  margin: 0;
}
.cid-spc0nuqsGm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #bdc9cb;
  background: linear-gradient(45deg, #bdc9cb, #e6faff);
}
@media (max-width: 767px) {
  .cid-spc0nuqsGm .mbr-text {
    text-align: center;
  }
}
.cid-spc0nuqsGm .mbr-text,
.cid-spc0nuqsGm .mbr-section-btn {
  color: #000000;
}
.cid-spc7lZAhG2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spc7lZAhG2 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-spc7lZAhG2 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-spc7lZAhG2 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-spc7lZAhG2 .mbr-text,
.cid-spc7lZAhG2 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-spc7lZAhG2 h3:before,
  .cid-spc7lZAhG2 h3:after {
    display: none;
  }
}
.cid-spc7Z4tdnc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spc7Z4tdnc blockquote {
  border-width: 1px;
  border-color: #000000;
  padding: 0 0 0 20px;
}
.cid-spc7Z4tdnc .mbr-text,
.cid-spc7Z4tdnc .blockquote-quote {
  color: #767676;
}
.cid-spc7Z4tdnc footer {
  font-style: normal;
}
.cid-spc7kvb5Ke {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f5f0ea;
}
.cid-spc7kvb5Ke .mbr-text {
  color: #767676;
}
.cid-spc7kvb5Ke .card-subtitle {
  margin: 0;
}
.cid-spc7kvb5Ke .link {
  margin: 0;
}
.cid-spc7kvb5Ke .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-spc7kvb5Ke .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-spc7kvb5Ke img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-spc7kvb5Ke .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-spc7kvb5Ke .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-spc7kvb5Ke .card-img:hover:before {
  opacity: 0.4;
}
.cid-spc7kvb5Ke .card-img:hover img {
  transform: scale(1.05);
}
.cid-spc7kvb5Ke .row {
  justify-content: center;
}
.cid-spc7kvb5Ke .card {
  margin-bottom: 4rem;
}
.cid-spch4MfmWM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-spch4MfmWM .mbr-text {
    text-align: center;
  }
}
.cid-spch4MfmWM .mbr-text,
.cid-spch4MfmWM .mbr-section-btn {
  color: #767676;
}
.cid-spbYLxIrK6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spbYLxIrK6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-spbYLxIrK6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-spbYLxIrK6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-spbYLxIrK6 .mbr-text,
.cid-spbYLxIrK6 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-spbYLxIrK6 h3:before,
  .cid-spbYLxIrK6 h3:after {
    display: none;
  }
}
.cid-soxGmLMza6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-soxGmLMza6 .nav-tabs .nav-item.open .nav-link:focus,
.cid-soxGmLMza6 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-soxGmLMza6 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  margin-right: -1px;
  margin-bottom: 0;
  z-index: 9;
}
.cid-soxGmLMza6 .tab-content {
  border: 1px solid lightgray;
  padding: 1.5rem 3rem;
}
@media (min-width: 767px) {
  .cid-soxGmLMza6 .col-md-12 {
    flex-direction: row;
    display: flex;
    align-items: flex-start;
  }
  .cid-soxGmLMza6 .nav-tabs .nav-link {
    width: 250px;
  }
}
.cid-soxGmLMza6 .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  background: transparent;
  padding: 1rem 1.5rem;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.cid-soxGmLMza6 .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-soxGmLMza6 .nav-tabs .nav-link.active {
  font-weight: 600;
  font-style: normal;
  border: 1px solid lightgray;
  border-right: none;
}
.cid-soxGmLMza6 P {
  color: #767676;
}
.cid-soxGmLMza6 H2 {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-soxGmLMza6 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-soxGmLMza6 .mbr-text,
  .cid-soxGmLMza6 .nav-link {
    text-align: center;
  }
  .cid-soxGmLMza6 .nav-tabs .nav-link.active {
    border-right: 1px solid lightgray;
  }
}
.cid-soxzlTudN6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #363636;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-soxzlTudN6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-soxzlTudN6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-soxzlTudN6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-soxzlTudN6 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-soxzlTudN6 .container {
  padding: 0;
}
.cid-soxzlTudN6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-soxzlTudN6 .icon-focus {
  display: none;
}
.cid-soxzlTudN6 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-soxzlTudN6 .btn-primary-outline:hover {
  background: transparent !important;
  color: #433e3e !important;
}
.cid-soxzlTudN6 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-soxzlTudN6 li {
  position: relative;
}
.cid-soxzlTudN6 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-soxzlTudN6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ffffff, #b2ccd2) !important;
}
.cid-soxzlTudN6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-soxzlTudN6 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-soxzlTudN6 .btn {
  font-family: DM Sans !important;
}
.cid-soxzlTudN6 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-soxzlTudN6 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-soxzlTudN6 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ffffff, #b2ccd2) !important;
}
@media (max-width: 767px) {
  .cid-soxzlTudN6 li:not(:last-child):after {
    top: 9px;
  }
  .cid-soxzlTudN6 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-snpoJaB7UJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #363636;
}
.cid-snuHXJBnQH .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: 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-snuHXJBnQH .nav-item:focus,
.cid-snuHXJBnQH .nav-link:focus {
  outline: none;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snuHXJBnQH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snuHXJBnQH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snuHXJBnQH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snuHXJBnQH .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snuHXJBnQH .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snuHXJBnQH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snuHXJBnQH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snuHXJBnQH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snuHXJBnQH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snuHXJBnQH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snuHXJBnQH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snuHXJBnQH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snuHXJBnQH .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-snuHXJBnQH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snuHXJBnQH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snuHXJBnQH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snuHXJBnQH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snuHXJBnQH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snuHXJBnQH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snuHXJBnQH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snuHXJBnQH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snuHXJBnQH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snuHXJBnQH .dropdown-item.active,
.cid-snuHXJBnQH .dropdown-item:active {
  background-color: transparent;
}
.cid-snuHXJBnQH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snuHXJBnQH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snuHXJBnQH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snuHXJBnQH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snuHXJBnQH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snuHXJBnQH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snuHXJBnQH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snuHXJBnQH .navbar-buttons {
  text-align: center;
}
.cid-snuHXJBnQH 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-snuHXJBnQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snuHXJBnQH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-snuHXJBnQH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snuHXJBnQH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snuHXJBnQH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-snuHXJBnQH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snuHXJBnQH .navbar {
    height: 77px;
  }
  .cid-snuHXJBnQH .navbar.opened {
    height: auto;
  }
  .cid-snuHXJBnQH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snppIAnvas {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1920x1099.jpg");
}
.cid-snppIAnvas h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-snppIAnvas h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-snppIAnvas h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-snppIAnvas h3:before,
  .cid-snppIAnvas h3:after {
    display: none;
  }
}
.cid-snuaZRHEpM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-snuaZRHEpM .mbr-text {
  color: #767676;
}
.cid-snuaZRHEpM .mbr-iconfont {
  color: #c4bc3b !important;
  font-size: 3.5rem !important;
}
.cid-snuaZRHEpM .link {
  margin: 0;
}
.cid-snuaZRHEpM .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-snuaZRHEpM .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-snuaZRHEpM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-snuaZRHEpM .card {
    margin-bottom: 3rem;
  }
}
.cid-sIe9siy0TN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #cebfaf;
}
.cid-sIe9siy0TN .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sIe9siy0TN .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sIe9siy0TN .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sIe9siy0TN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sIe9siy0TN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-snpoJaB7UJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #363636;
}
.cid-snuHXJBnQH .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: 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-snuHXJBnQH .nav-item:focus,
.cid-snuHXJBnQH .nav-link:focus {
  outline: none;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snuHXJBnQH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snuHXJBnQH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snuHXJBnQH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snuHXJBnQH .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snuHXJBnQH .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snuHXJBnQH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snuHXJBnQH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snuHXJBnQH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snuHXJBnQH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snuHXJBnQH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snuHXJBnQH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snuHXJBnQH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snuHXJBnQH .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-snuHXJBnQH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snuHXJBnQH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snuHXJBnQH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snuHXJBnQH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snuHXJBnQH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snuHXJBnQH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snuHXJBnQH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snuHXJBnQH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snuHXJBnQH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snuHXJBnQH .dropdown-item.active,
.cid-snuHXJBnQH .dropdown-item:active {
  background-color: transparent;
}
.cid-snuHXJBnQH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snuHXJBnQH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snuHXJBnQH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snuHXJBnQH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snuHXJBnQH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snuHXJBnQH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snuHXJBnQH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snuHXJBnQH .navbar-buttons {
  text-align: center;
}
.cid-snuHXJBnQH 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-snuHXJBnQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snuHXJBnQH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-snuHXJBnQH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snuHXJBnQH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snuHXJBnQH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-snuHXJBnQH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snuHXJBnQH .navbar {
    height: 77px;
  }
  .cid-snuHXJBnQH .navbar.opened {
    height: auto;
  }
  .cid-snuHXJBnQH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soCMqVxzeO {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-soCMqVxzeO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-soCMqVxzeO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-soCMqVxzeO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-soCMqVxzeO h3:before,
  .cid-soCMqVxzeO h3:after {
    display: none;
  }
}
.cid-soCMWot3Jy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-soCMWot3Jy .counter-container {
  color: #767676;
}
.cid-soCMWot3Jy .counter-container ul {
  margin-bottom: 0;
}
.cid-soCMWot3Jy .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-soCMWot3Jy .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-soCMWot3Jy .mbr-text {
  color: #767676;
}
.cid-snpoJaB7UJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #363636;
}
.cid-snuHXJBnQH .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: 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-snuHXJBnQH .nav-item:focus,
.cid-snuHXJBnQH .nav-link:focus {
  outline: none;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snuHXJBnQH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snuHXJBnQH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snuHXJBnQH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-snuHXJBnQH .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-snuHXJBnQH .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-snuHXJBnQH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-snuHXJBnQH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snuHXJBnQH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snuHXJBnQH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snuHXJBnQH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snuHXJBnQH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snuHXJBnQH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snuHXJBnQH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snuHXJBnQH .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-snuHXJBnQH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-snuHXJBnQH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snuHXJBnQH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snuHXJBnQH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snuHXJBnQH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-snuHXJBnQH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snuHXJBnQH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-snuHXJBnQH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snuHXJBnQH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snuHXJBnQH .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-snuHXJBnQH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snuHXJBnQH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snuHXJBnQH .dropdown-item.active,
.cid-snuHXJBnQH .dropdown-item:active {
  background-color: transparent;
}
.cid-snuHXJBnQH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snuHXJBnQH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snuHXJBnQH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snuHXJBnQH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snuHXJBnQH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snuHXJBnQH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snuHXJBnQH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snuHXJBnQH .navbar-buttons {
  text-align: center;
}
.cid-snuHXJBnQH 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-snuHXJBnQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snuHXJBnQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snuHXJBnQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snuHXJBnQH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-snuHXJBnQH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snuHXJBnQH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snuHXJBnQH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-snuHXJBnQH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snuHXJBnQH .navbar {
    height: 77px;
  }
  .cid-snuHXJBnQH .navbar.opened {
    height: auto;
  }
  .cid-snuHXJBnQH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
