body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Cormorant', serif;
  font-size: 1.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Archivo Black', 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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #3e97d1;
  color: #3e97d1 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #ff4100;
  color: #ff4100 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #36d88a;
  color: #36d88a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #c1c1c1;
  color: #c1c1c1 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #444444;
  color: #444444 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2a7cb2 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #24b770 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cc3400 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a8a8a8 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #2b2b2b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #000000;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #000000;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Archivo Black', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #000000;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #3e97d1 !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%;
}
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='%23000000' %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-rJMEwQ4gsu {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rJMEwQ4gsu .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-rJMEwQ4gsu .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-rJMEwQ4gsu .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-rJMEwQ4gsu .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rJMEwQ4gsu .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-rJMEwQ4gsu .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rJMEwQ4gsu .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rJMEwQ4gsu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJMEwQ4gsu .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-rJMEwQ4gsu .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-rJMEwQ4gsu .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rJMEwQ4gsu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJMEwQ4gsu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-rJMEwQ4gsu .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rJMEwQ4gsu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJMEwQ4gsu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJMEwQ4gsu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rJMEwQ4gsu .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rJMEwQ4gsu .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-rJMEwQ4gsu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJMEwQ4gsu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rJMEwQ4gsu .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rJMEwQ4gsu .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-rJMEwQ4gsu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJMEwQ4gsu .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rJMEwQ4gsu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJMEwQ4gsu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJMEwQ4gsu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rJMEwQ4gsu .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rJMEwQ4gsu .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-rJMEwQ4gsu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJMEwQ4gsu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-rJMEwQ4gsu .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rJMEwQ4gsu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-rJMEwQ4gsu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJMEwQ4gsu .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-rJMEwQ4gsu .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-rJMEwQ4gsu .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-rJMEwQ4gsu .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-rJMEwQ4gsu .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-rJMEwQ4gsu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJMEwQ4gsu .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-rJMEwQ4gsu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJMEwQ4gsu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJMEwQ4gsu .dropdown-item.active,
.cid-rJMEwQ4gsu .dropdown-item:active {
  background-color: transparent;
}
.cid-rJMEwQ4gsu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-rJMEwQ4gsu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJMEwQ4gsu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJMEwQ4gsu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rJMEwQ4gsu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rJMEwQ4gsu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJMEwQ4gsu ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rJMEwQ4gsu .navbar-buttons {
  text-align: center;
}
.cid-rJMEwQ4gsu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJMEwQ4gsu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rJMEwQ4gsu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJMEwQ4gsu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMEwQ4gsu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMEwQ4gsu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJMEwQ4gsu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMEwQ4gsu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJMEwQ4gsu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJMEwQ4gsu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMEwQ4gsu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-rJMEwQ4gsu .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-rJMEwQ4gsu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rJMEwQ4gsu .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-rJMEwQ4gsu .nav-link:hover,
.cid-rJMEwQ4gsu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rJMEwQ4gsu .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-rJMEwQ4gsu .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-rJMEwQ4gsu .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-rDJpxjKCOj {
  overflow: hidden !important;
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1911-gold-cup-engraved-8-2000x1119.webp");
}
@media (max-width: 991px) {
  .cid-rDJpxjKCOj {
    height: auto;
    min-height: auto;
    padding-top: 2px;
    padding-bottom: 6px;
  }
}
.cid-rDJpxjKCOj .container-fluid {
  padding: 0 3rem;
}
.cid-rDJpxjKCOj .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rDJpxjKCOj .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rDJpxjKCOj h1 {
  margin-bottom: 1rem;
}
.cid-rDJpxjKCOj .mbr-section-title {
  font-weight: 300;
  color: #000000;
  text-align: center;
}
.cid-rDJpxjKCOj .btn-line {
  margin-top: 3rem;
}
.cid-rDJpxjKCOj p {
  margin-bottom: 0;
}
.cid-rDJpxjKCOj .mbr-text,
.cid-rDJpxjKCOj .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ugfIyB8ZYK {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/luxury-guns-blaser-1440x960.webp");
}
@media (max-width: 767px) {
  .cid-ugfIyB8ZYK {
    padding-top: 8px;
    padding-bottom: 16px;
  }
}
.cid-ugfIyB8ZYK h3 {
  color: #132c70;
  font-size: 28px;
  font-weight: 400;
}
.cid-ugfIyB8ZYK img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ugfIyB8ZYK img {
    width: 100%;
  }
  .cid-ugfIyB8ZYK .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-ugfIyB8ZYK .text-padding {
    padding: 0 1rem;
  }
  .cid-ugfIyB8ZYK .block-img {
    order: 1;
  }
  .cid-ugfIyB8ZYK .block-text {
    order: 0;
  }
}
.cid-ugfIyB8ZYK ol {
  padding: 0;
  margin: 0;
}
.cid-ugfIyB8ZYK li {
  padding-bottom: 1rem;
  line-height: 1.4;
}
.cid-ugfIyB8ZYK .counter-container2 ol {
  counter-reset: start 4;
}
.cid-ugfIyB8ZYK .counter-container2 li {
  display: block;
}
.cid-ugfIyB8ZYK .counter-container2 li:before {
  content: counter(start) ". ";
  counter-increment: start;
}
.cid-ugfIyB8ZYK .counter-container1 ol {
  counter-reset: start 0;
}
.cid-ugfIyB8ZYK .counter-container1 li {
  display: block;
}
.cid-ugfIyB8ZYK .counter-container1 li:before {
  content: counter(start) ". ";
  counter-increment: start;
}
.cid-ugfIyB8ZYK li:before {
  color: #000000;
}
.cid-ugfIyB8ZYK .container-fluid {
  max-width: 1300px;
}
@media (min-width: 992px) {
  .cid-ugfIyB8ZYK .text-padding {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugfIyB8ZYK .text-padding {
    padding: 0 2rem;
  }
  .cid-ugfIyB8ZYK .container-fluid {
    padding: 0;
  }
  .cid-ugfIyB8ZYK img {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ugfIyB8ZYK .container-fluid {
    padding: 0 2rem;
  }
}
.cid-ugfIyB8ZYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugfIyB8ZYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugfIyB8ZYK H3 {
  color: #000000;
}
.cid-ugfIyB8ZYK .counter-container,
.cid-ugfIyB8ZYK .mbr-text {
  color: #000000;
}
.cid-rDJpxYfdcW {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/wilson-combat-luxury-guns-1200x750.webp");
}
@media (max-width: 991px) {
  .cid-rDJpxYfdcW {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-rDJpxYfdcW .animated-element {
  color: #efefef;
}
.cid-rDJpxYfdcW .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-rDJpxYfdcW .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rDJpxYfdcW .container-fluid {
    padding: 0 1rem;
  }
  .cid-rDJpxYfdcW .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rDJpxYfdcW .mbr-white {
    padding-left: 5rem;
  }
  .cid-rDJpxYfdcW .mbr-section-subtitle {
    padding-right: 3rem;
  }
  .cid-rDJpxYfdcW .container-fluid {
    padding: 0 2rem;
  }
}
.cid-rDJpxYfdcW .container-fluid {
  max-width: 1300px;
}
.cid-rDJpxYfdcW .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-rDJpxYfdcW .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-rDJpxYfdcW .btn-line {
  margin-top: 3rem;
}
.cid-rDJpxYfdcW .mbr-section-subtitle,
.cid-rDJpxYfdcW .mbr-section-btn {
  color: #000000;
}
.cid-rDOTU7apah {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/luxury-guns-masterpiece-1500x562.webp");
}
@media (max-width: 767px) {
  .cid-rDOTU7apah {
    padding-top: 20px;
    padding-bottom: 16px;
  }
}
.cid-rDOTU7apah h3 {
  color: #132c70;
  font-size: 28px;
  font-weight: 400;
}
.cid-rDOTU7apah img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-rDOTU7apah img {
    width: 100%;
  }
  .cid-rDOTU7apah .pb-5 {
    padding-bottom: 1rem!important;
  }
  .cid-rDOTU7apah .text-padding {
    padding: 0 1rem;
  }
  .cid-rDOTU7apah .block-img {
    order: 1;
  }
  .cid-rDOTU7apah .block-text {
    order: 0;
  }
}
.cid-rDOTU7apah ol {
  padding: 0;
  margin: 0;
}
.cid-rDOTU7apah li {
  padding-bottom: 1rem;
  line-height: 1.4;
}
.cid-rDOTU7apah .counter-container2 ol {
  counter-reset: start 4;
}
.cid-rDOTU7apah .counter-container2 li {
  display: block;
}
.cid-rDOTU7apah .counter-container2 li:before {
  content: counter(start) ". ";
  counter-increment: start;
}
.cid-rDOTU7apah .counter-container1 ol {
  counter-reset: start 0;
}
.cid-rDOTU7apah .counter-container1 li {
  display: block;
}
.cid-rDOTU7apah .counter-container1 li:before {
  content: counter(start) ". ";
  counter-increment: start;
}
.cid-rDOTU7apah li:before {
  color: #000000;
}
.cid-rDOTU7apah .container-fluid {
  max-width: 1300px;
}
@media (min-width: 992px) {
  .cid-rDOTU7apah .text-padding {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rDOTU7apah .text-padding {
    padding: 0 2rem;
  }
  .cid-rDOTU7apah .container-fluid {
    padding: 0;
  }
  .cid-rDOTU7apah img {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rDOTU7apah .container-fluid {
    padding: 0 2rem;
  }
}
.cid-rDOTU7apah .counter-container,
.cid-rDOTU7apah .mbr-text {
  color: #000000;
}
.cid-rDOTU7apah .counter-container {
  text-align: center;
}
.cid-ugfrD2iUbC {
  background-color: #ffffff;
}
.cid-ugfrD2iUbC .content-row {
  display: flex;
  justify-content: center;
}
.cid-ugfrD2iUbC h3 {
  font-size: 23px;
  font-weight: 400;
}
.cid-ugfrD2iUbC .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ugfrD2iUbC .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-ugfrD2iUbC .form-group {
  padding-right: 0;
}
.cid-ugfrD2iUbC .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-ugfrD2iUbC .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-ugfrD2iUbC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugfrD2iUbC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugfrD2iUbC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugfrD2iUbC .map-placeholder {
  display: none;
}
.cid-ugfrD2iUbC .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-ugfrD2iUbC .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-ugfrD2iUbC .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ugfrD2iUbC .mbr-text {
  color: #000000;
  margin-bottom: 0.5rem;
}
.cid-ugfrD2iUbC h5 {
  margin-bottom: 0;
}
.cid-ugfrD2iUbC .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ugfrD2iUbC .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ugfrD2iUbC .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ugfrD2iUbC .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ugfrD2iUbC .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ugfrD2iUbC .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugfrD2iUbC .social-list a:hover {
  opacity: 0.4;
}
.cid-ugfrD2iUbC .media-container-row > div {
  padding: 0px;
}
.cid-ugfrD2iUbC .text2 {
  color: #132c70;
  text-align: left;
}
.cid-ugfrD2iUbC .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
  margin-top: 2.8rem;
  margin-bottom: 0;
}
.cid-ugfrD2iUbC .links {
  color: #132c70;
  line-height: 0.1;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ugfrD2iUbC .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ugfrD2iUbC h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ugfrD2iUbC .form-group {
    max-width: 180px;
  }
}
.cid-ugfrD2iUbC .links span {
  color: #132c70;
}
.cid-ugfrD2iUbC .logo-title,
.cid-ugfrD2iUbC .logo-sub-title {
  text-align: center;
}
.cid-ugfrD2iUbC .logo-sub-title i {
  color: #9e9e9e;
}
.cid-ugfrD2iUbC .jewelry_img {
  width: 100%;
}
.cid-ugfrD2iUbC .day_week {
  display: flex;
  flex-direction: column;
}
.cid-ugfrD2iUbC .day_p {
  width: 15rem;
  display: flex;
  justify-content: space-between;
  margin: 0;
  line-height: 0.8;
}
.cid-ugfrD2iUbC .container-fluid {
  max-width: 1300px;
}
.cid-ugfrD2iUbC .btn-line {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-ugfrD2iUbC {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ugfrD2iUbC .card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-ugfrD2iUbC .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ugfrD2iUbC {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-ugfrD2iUbC .maps {
    padding-left: 0;
  }
  .cid-ugfrD2iUbC .card {
    padding-bottom: 3rem;
    padding-right: 0;
  }
  .cid-ugfrD2iUbC .container-fluid {
    padding: 0 2rem;
  }
  .cid-ugfrD2iUbC .map-day {
    margin-left: 2rem;
  }
}
.cid-ugfrD2iUbC .mbr-section-subtitle {
  margin: 1rem 0;
  padding-right: 3rem;
  color: #000000;
}
.cid-ugfrD2iUbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugfrD2iUbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rDOUa8NU4f {
  background-color: #ffffff;
}
.cid-rDOUa8NU4f .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rDOUa8NU4f textarea {
  min-height: 150px;
}
.cid-rDOUa8NU4f .form-col {
  background: #ffffff;
}
.cid-rDOUa8NU4f .form-wrap {
  max-width: 520px;
}
.cid-rDOUa8NU4f .text-wrap {
  max-width: 400px;
  border: 2px solid #000000;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-rDOUa8NU4f .form-wrap {
    max-width: 690px;
  }
  .cid-rDOUa8NU4f .md-pb {
    padding-bottom: 3rem;
  }
  .cid-rDOUa8NU4f .text-wrap {
    max-width: 690px;
  }
}
.cid-rDOUa8NU4f .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-rDOUa8NU4f H2 {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-rDOUa8NU4f H3 {
  color: #132c70;
}
.cid-rDOUa8NU4f H4 {
  color: #132c70;
}
.cid-rDOUa8NU4f .mbr-text {
  text-align: center !important;
}
.cid-rDOUa8NU4f .form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}
.cid-rDOUa8NU4f .form-row {
  position: relative;
}
.cid-rDOUa8NU4f .btn {
  position: absolute;
  top: -39px;
  right: 5px;
  border-bottom: none;
}
.cid-rDOUa8NU4f .container-fluid {
  max-width: 1300px;
}
.cid-rDOUa8NU4f .mbr-figure img {
  height: 40rem;
  object-fit: cover;
}
.cid-rDOUa8NU4f .mbr-section-title {
  line-height: 1;
}
@media (max-width: 900px) {
  .cid-rDOUa8NU4f .mbr-figure img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rDOUa8NU4f {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-rDOUa8NU4f .container-fluid {
    max-width: 1300px;
    padding: 0 1rem;
  }
  .cid-rDOUa8NU4f .form-wrap {
    margin: 1rem 0rem;
  }
  .cid-rDOUa8NU4f .btn {
    position: absolute;
    top: -45px;
    right: 5px;
  }
  .cid-rDOUa8NU4f .col-auto {
    margin: auto;
  }
  .cid-rDOUa8NU4f .mbr-figure img {
    display: none;
  }
}
@media (min-width: 767px) {
  .cid-rDOUa8NU4f {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-rDOUa8NU4f .container-fluid {
    padding: 0 2rem;
  }
  .cid-rDOUa8NU4f .form-wrap {
    margin-top: 4rem;
    margin-bottom: 4rem;
    margin-right: 4rem;
    margin-left: 2.2rem;
  }
}
@media (max-width: 450px) {
  .cid-rDOUa8NU4f .btn {
    position: absolute;
    top: -47px;
    right: 5px;
  }
}
.cid-rDOUa8NU4f .telephone {
  margin-bottom: 0;
}
.cid-rDOUa8NU4f .E-mail {
  margin-bottom: 0;
}
.cid-rDOUa8NU4f .dragArea {
  margin-top: 1rem;
}
.cid-rDOUa8NU4f P {
  color: #000000;
}
.cid-rDJpBc6Z44 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rDJpBc6Z44 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-rDJpBc6Z44 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-rDJpBc6Z44 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-rDJpBc6Z44 .social-media {
  margin-top: 1.5rem;
}
.cid-rDJpBc6Z44 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-rDJpBc6Z44 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-rDJpBc6Z44 .mbr-text,
.cid-rDJpBc6Z44 .mbr-offer {
  line-height: 1.5;
}
.cid-rDJpBc6Z44 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-rDJpBc6Z44 .container-fluid {
    padding: 0 1rem;
  }
  .cid-rDJpBc6Z44 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-rDJpBc6Z44 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-rDJpBc6Z44 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-rDJpBc6Z44 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-rDJpBc6Z44 .container-fluid {
  max-width: 1300px;
}
.cid-rJMEwQ4gsu {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rJMEwQ4gsu .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-rJMEwQ4gsu .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-rJMEwQ4gsu .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-rJMEwQ4gsu .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rJMEwQ4gsu .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-rJMEwQ4gsu .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rJMEwQ4gsu .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rJMEwQ4gsu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJMEwQ4gsu .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-rJMEwQ4gsu .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-rJMEwQ4gsu .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rJMEwQ4gsu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJMEwQ4gsu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-rJMEwQ4gsu .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rJMEwQ4gsu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJMEwQ4gsu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJMEwQ4gsu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rJMEwQ4gsu .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rJMEwQ4gsu .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-rJMEwQ4gsu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJMEwQ4gsu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rJMEwQ4gsu .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rJMEwQ4gsu .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-rJMEwQ4gsu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJMEwQ4gsu .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rJMEwQ4gsu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJMEwQ4gsu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJMEwQ4gsu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rJMEwQ4gsu .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rJMEwQ4gsu .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-rJMEwQ4gsu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJMEwQ4gsu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-rJMEwQ4gsu .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rJMEwQ4gsu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-rJMEwQ4gsu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJMEwQ4gsu .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-rJMEwQ4gsu .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-rJMEwQ4gsu .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-rJMEwQ4gsu .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-rJMEwQ4gsu .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-rJMEwQ4gsu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJMEwQ4gsu .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-rJMEwQ4gsu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJMEwQ4gsu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJMEwQ4gsu .dropdown-item.active,
.cid-rJMEwQ4gsu .dropdown-item:active {
  background-color: transparent;
}
.cid-rJMEwQ4gsu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-rJMEwQ4gsu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJMEwQ4gsu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJMEwQ4gsu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rJMEwQ4gsu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rJMEwQ4gsu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJMEwQ4gsu ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rJMEwQ4gsu .navbar-buttons {
  text-align: center;
}
.cid-rJMEwQ4gsu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJMEwQ4gsu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rJMEwQ4gsu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJMEwQ4gsu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMEwQ4gsu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJMEwQ4gsu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJMEwQ4gsu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMEwQ4gsu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJMEwQ4gsu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJMEwQ4gsu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJMEwQ4gsu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-rJMEwQ4gsu .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-rJMEwQ4gsu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rJMEwQ4gsu .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-rJMEwQ4gsu .nav-link:hover,
.cid-rJMEwQ4gsu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rJMEwQ4gsu .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-rJMEwQ4gsu .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-rJMEwQ4gsu .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uggLJQhl0W {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/colt-saa-1.webp");
}
@media (max-width: 991px) {
  .cid-uggLJQhl0W {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 12px;
  }
}
.cid-uggLJQhl0W .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uggLJQhl0W h1 {
  color: #ffffff;
}
.cid-uggLJQhl0W h2 {
  color: #ffffff;
}
.cid-uggLJQhl0W a {
  color: #ffffff;
}
.cid-uggLJQhl0W .btn-line::after {
  background-color: #ffffff;
}
.cid-uggLJQhl0W .animated-element {
  color: #efefef;
}
.cid-uggLJQhl0W .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-uggLJQhl0W .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uggLJQhl0W .container-fluid {
    padding: 0 1rem;
  }
  .cid-uggLJQhl0W .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uggLJQhl0W .mbr-white {
    padding-left: 6rem;
  }
  .cid-uggLJQhl0W .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uggLJQhl0W .container-fluid {
  max-width: 1300px;
}
.cid-uggLJQhl0W .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-uggLJQhl0W .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-uggLJQhl0W .btn-line {
  margin-top: 3rem;
}
.cid-uggLJQhl0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uggLJQhl0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uggLJQhl0W .mbr-section-subtitle,
.cid-uggLJQhl0W .mbr-section-btn {
  color: #000000;
}
.cid-rDJpBc6Z44 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rDJpBc6Z44 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-rDJpBc6Z44 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-rDJpBc6Z44 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-rDJpBc6Z44 .social-media {
  margin-top: 1.5rem;
}
.cid-rDJpBc6Z44 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-rDJpBc6Z44 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-rDJpBc6Z44 .mbr-text,
.cid-rDJpBc6Z44 .mbr-offer {
  line-height: 1.5;
}
.cid-rDJpBc6Z44 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-rDJpBc6Z44 .container-fluid {
    padding: 0 1rem;
  }
  .cid-rDJpBc6Z44 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-rDJpBc6Z44 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-rDJpBc6Z44 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-rDJpBc6Z44 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-rDJpBc6Z44 .container-fluid {
  max-width: 1300px;
}
.cid-ugjJLhU25v {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ugjJLhU25v .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ugjJLhU25v .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ugjJLhU25v .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ugjJLhU25v .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ugjJLhU25v .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ugjJLhU25v .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ugjJLhU25v .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ugjJLhU25v .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugjJLhU25v .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ugjJLhU25v .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ugjJLhU25v .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ugjJLhU25v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugjJLhU25v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ugjJLhU25v .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ugjJLhU25v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugjJLhU25v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugjJLhU25v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugjJLhU25v .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ugjJLhU25v .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ugjJLhU25v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugjJLhU25v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ugjJLhU25v .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ugjJLhU25v .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ugjJLhU25v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugjJLhU25v .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ugjJLhU25v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugjJLhU25v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugjJLhU25v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugjJLhU25v .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ugjJLhU25v .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ugjJLhU25v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugjJLhU25v .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ugjJLhU25v .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ugjJLhU25v .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ugjJLhU25v .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugjJLhU25v .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ugjJLhU25v .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ugjJLhU25v .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ugjJLhU25v .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ugjJLhU25v .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ugjJLhU25v .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugjJLhU25v .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ugjJLhU25v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugjJLhU25v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugjJLhU25v .dropdown-item.active,
.cid-ugjJLhU25v .dropdown-item:active {
  background-color: transparent;
}
.cid-ugjJLhU25v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ugjJLhU25v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugjJLhU25v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugjJLhU25v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugjJLhU25v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ugjJLhU25v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugjJLhU25v ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ugjJLhU25v .navbar-buttons {
  text-align: center;
}
.cid-ugjJLhU25v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugjJLhU25v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ugjJLhU25v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugjJLhU25v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugjJLhU25v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugjJLhU25v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugjJLhU25v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugjJLhU25v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugjJLhU25v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugjJLhU25v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugjJLhU25v a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ugjJLhU25v .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ugjJLhU25v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ugjJLhU25v .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ugjJLhU25v .nav-link:hover,
.cid-ugjJLhU25v .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ugjJLhU25v .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ugjJLhU25v .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ugjJLhU25v .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ugjJLizqP5 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/accuracy-international-ax308-bratislava-4.webp");
}
@media (max-width: 991px) {
  .cid-ugjJLizqP5 {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 18px;
  }
}
.cid-ugjJLizqP5 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ugjJLizqP5 h1 {
  color: #ffffff;
}
.cid-ugjJLizqP5 h2 {
  color: #ffffff;
}
.cid-ugjJLizqP5 a {
  color: #ffffff;
}
.cid-ugjJLizqP5 .btn-line::after {
  background-color: #ffffff;
}
.cid-ugjJLizqP5 .animated-element {
  color: #efefef;
}
.cid-ugjJLizqP5 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-ugjJLizqP5 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ugjJLizqP5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ugjJLizqP5 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ugjJLizqP5 .mbr-white {
    padding-left: 6rem;
  }
  .cid-ugjJLizqP5 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-ugjJLizqP5 .container-fluid {
  max-width: 1300px;
}
.cid-ugjJLizqP5 .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-ugjJLizqP5 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-ugjJLizqP5 .btn-line {
  margin-top: 3rem;
}
.cid-ugjJLizqP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugjJLizqP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugjJLizqP5 .mbr-section-subtitle,
.cid-ugjJLizqP5 .mbr-section-btn {
  color: #000000;
}
.cid-ugjSjnrkbD {
  background-image: url("../../../assets/images/trojk-jirek-praha-15.webp");
}
.cid-ugjSjnrkbD .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-ugjSjnrkbD .card .card-wrapper {
  height: 1%;
}
.cid-ugjSjnrkbD .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-ugjSjnrkbD .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-ugjSjnrkbD .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-ugjSjnrkbD .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-ugjSjnrkbD .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-ugjSjnrkbD {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-ugjSjnrkbD .container-fluid {
    padding: 0 1rem;
  }
  .cid-ugjSjnrkbD .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ugjSjnrkbD {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-ugjSjnrkbD .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-ugjSjnrkbD .card-btn {
    opacity: 1;
  }
}
.cid-ugjSjnrkbD p {
  margin-bottom: 0;
}
.cid-ugjSjnrkbD h2 {
  margin-bottom: 1rem;
}
.cid-ugjSjnrkbD .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-ugjSjnrkbD .btn-line {
  margin-top: 3rem;
}
.cid-ugjSjnrkbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugjSjnrkbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugjSjnrkbD H2 {
  color: #000000;
}
.cid-ugjSjnrkbD .mbr-section-subtitle,
.cid-ugjSjnrkbD .title-btn {
  color: #000000;
}
.cid-ugjSjnrkbD .mbr-text,
.cid-ugjSjnrkbD .card-btn {
  color: #000000;
}
.cid-ugjJLjcF5N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ugjJLjcF5N .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ugjJLjcF5N .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ugjJLjcF5N .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ugjJLjcF5N .social-media {
  margin-top: 1.5rem;
}
.cid-ugjJLjcF5N .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ugjJLjcF5N .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ugjJLjcF5N .mbr-text,
.cid-ugjJLjcF5N .mbr-offer {
  line-height: 1.5;
}
.cid-ugjJLjcF5N .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ugjJLjcF5N .container-fluid {
    padding: 0 1rem;
  }
  .cid-ugjJLjcF5N .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ugjJLjcF5N .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ugjJLjcF5N .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ugjJLjcF5N .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ugjJLjcF5N .container-fluid {
  max-width: 1300px;
}
.cid-ugkqVZmdxT {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ugkqVZmdxT .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ugkqVZmdxT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ugkqVZmdxT .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ugkqVZmdxT .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ugkqVZmdxT .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ugkqVZmdxT .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ugkqVZmdxT .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ugkqVZmdxT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugkqVZmdxT .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ugkqVZmdxT .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ugkqVZmdxT .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ugkqVZmdxT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugkqVZmdxT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ugkqVZmdxT .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ugkqVZmdxT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugkqVZmdxT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugkqVZmdxT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugkqVZmdxT .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ugkqVZmdxT .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ugkqVZmdxT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugkqVZmdxT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ugkqVZmdxT .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ugkqVZmdxT .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ugkqVZmdxT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugkqVZmdxT .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ugkqVZmdxT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugkqVZmdxT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugkqVZmdxT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugkqVZmdxT .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ugkqVZmdxT .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ugkqVZmdxT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugkqVZmdxT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ugkqVZmdxT .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ugkqVZmdxT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ugkqVZmdxT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugkqVZmdxT .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ugkqVZmdxT .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ugkqVZmdxT .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ugkqVZmdxT .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ugkqVZmdxT .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ugkqVZmdxT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugkqVZmdxT .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ugkqVZmdxT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugkqVZmdxT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugkqVZmdxT .dropdown-item.active,
.cid-ugkqVZmdxT .dropdown-item:active {
  background-color: transparent;
}
.cid-ugkqVZmdxT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ugkqVZmdxT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugkqVZmdxT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugkqVZmdxT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugkqVZmdxT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ugkqVZmdxT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugkqVZmdxT ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ugkqVZmdxT .navbar-buttons {
  text-align: center;
}
.cid-ugkqVZmdxT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugkqVZmdxT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ugkqVZmdxT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugkqVZmdxT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugkqVZmdxT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugkqVZmdxT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugkqVZmdxT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugkqVZmdxT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugkqVZmdxT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugkqVZmdxT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugkqVZmdxT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ugkqVZmdxT .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ugkqVZmdxT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ugkqVZmdxT .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ugkqVZmdxT .nav-link:hover,
.cid-ugkqVZmdxT .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ugkqVZmdxT .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ugkqVZmdxT .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ugkqVZmdxT .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ugksr2f0gI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #444444;
}
.cid-ugksr2f0gI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugksr2f0gI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugksr2f0gI .container {
    padding: 0 24px;
  }
}
.cid-ugksr2f0gI .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ugksr2f0gI .row {
    padding: 24px;
  }
}
.cid-ugksr2f0gI .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-ugksr2f0gI .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugksr2f0gI .row .card {
    border: none;
  }
}
.cid-ugksr2f0gI .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugksr2f0gI .content-wrapper {
    padding: 24px 0;
  }
}
.cid-ugksr2f0gI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugksr2f0gI .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugksr2f0gI .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugksr2f0gI .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-ugksr2f0gI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugksr2f0gI .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugksr2f0gI .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugksr2f0gI .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugksr2f0gI .items {
  border-left: 1px solid #72716b;
}
.cid-ugksr2f0gI .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugksr2f0gI .items .item {
    padding: 24px;
  }
}
.cid-ugksr2f0gI .items .item:last-child {
  border: none;
}
.cid-ugksr2f0gI .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ugksr2f0gI .items .item .item-wrapper {
    display: block;
  }
}
.cid-ugksr2f0gI .items .item .item-wrapper .item-img {
  background-color: #f9f6e0;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-ugksr2f0gI .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-ugksr2f0gI .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-ugksr2f0gI .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-ugksr2f0gI .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-ugksr2f0gI .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugksr2f0gI .mbr-desc {
  color: #E0B548;
  text-align: right;
}
.cid-ugksr2f0gI .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugksr2f0gI .card-title {
  color: #F9F6E0;
}
.cid-ugksr2f0gI .card-text {
  color: #F9F6E0;
}
.cid-ugksr2f0gI .mbr-section-title,
.cid-ugksr2f0gI .mbr-section-btn {
  text-align: right;
}
.cid-ugkqW1dXDa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ugkqW1dXDa .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ugkqW1dXDa .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ugkqW1dXDa .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ugkqW1dXDa .social-media {
  margin-top: 1.5rem;
}
.cid-ugkqW1dXDa .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ugkqW1dXDa .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ugkqW1dXDa .mbr-text,
.cid-ugkqW1dXDa .mbr-offer {
  line-height: 1.5;
}
.cid-ugkqW1dXDa .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ugkqW1dXDa .container-fluid {
    padding: 0 1rem;
  }
  .cid-ugkqW1dXDa .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ugkqW1dXDa .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ugkqW1dXDa .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ugkqW1dXDa .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ugkqW1dXDa .container-fluid {
  max-width: 1300px;
}
.cid-ugkFAjO43k {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ugkFAjO43k .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ugkFAjO43k .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ugkFAjO43k .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ugkFAjO43k .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ugkFAjO43k .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ugkFAjO43k .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ugkFAjO43k .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ugkFAjO43k .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugkFAjO43k .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ugkFAjO43k .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ugkFAjO43k .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ugkFAjO43k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugkFAjO43k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ugkFAjO43k .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ugkFAjO43k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugkFAjO43k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugkFAjO43k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugkFAjO43k .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ugkFAjO43k .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ugkFAjO43k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugkFAjO43k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ugkFAjO43k .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ugkFAjO43k .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ugkFAjO43k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugkFAjO43k .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ugkFAjO43k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugkFAjO43k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugkFAjO43k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugkFAjO43k .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ugkFAjO43k .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ugkFAjO43k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugkFAjO43k .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ugkFAjO43k .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ugkFAjO43k .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ugkFAjO43k .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugkFAjO43k .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ugkFAjO43k .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ugkFAjO43k .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ugkFAjO43k .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ugkFAjO43k .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ugkFAjO43k .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugkFAjO43k .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ugkFAjO43k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugkFAjO43k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugkFAjO43k .dropdown-item.active,
.cid-ugkFAjO43k .dropdown-item:active {
  background-color: transparent;
}
.cid-ugkFAjO43k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ugkFAjO43k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugkFAjO43k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugkFAjO43k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugkFAjO43k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ugkFAjO43k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugkFAjO43k ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ugkFAjO43k .navbar-buttons {
  text-align: center;
}
.cid-ugkFAjO43k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugkFAjO43k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ugkFAjO43k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugkFAjO43k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugkFAjO43k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugkFAjO43k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugkFAjO43k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugkFAjO43k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugkFAjO43k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugkFAjO43k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugkFAjO43k a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ugkFAjO43k .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ugkFAjO43k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ugkFAjO43k .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ugkFAjO43k .nav-link:hover,
.cid-ugkFAjO43k .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ugkFAjO43k .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ugkFAjO43k .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ugkFAjO43k .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ugkGHZCIry {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugkGHZCIry .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugkGHZCIry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugkGHZCIry .container {
    padding: 0 25px;
  }
}
.cid-ugkGHZCIry .row {
  justify-content: center;
  margin: 0;
}
.cid-ugkGHZCIry .row .card {
  padding: 0;
}
.cid-ugkGHZCIry .title-wrapper {
  margin-bottom: 50px;
}
.cid-ugkGHZCIry .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugkGHZCIry .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugkGHZCIry .item {
  padding: 0;
}
.cid-ugkGHZCIry .item:nth-child(3n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-ugkGHZCIry .item:nth-child(4n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-ugkGHZCIry .item .item-wrapper {
  display: flex;
  border-radius: 0 !important;
}
.cid-ugkGHZCIry .item .item-wrapper:hover .item-img img,
.cid-ugkGHZCIry .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-ugkGHZCIry .item .item-wrapper {
    display: block;
  }
}
.cid-ugkGHZCIry .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .cid-ugkGHZCIry .item .item-wrapper .item-img {
    width: 100%;
    height: 350px;
  }
}
.cid-ugkGHZCIry .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
.cid-ugkGHZCIry .item .item-wrapper .item-content {
  width: 50%;
  padding: 30px;
  background-color: #cccccc;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ugkGHZCIry .item .item-wrapper .item-content {
    min-height: auto;
    width: 100%;
  }
}
.cid-ugkGHZCIry .item .item-wrapper .item-content .desc-wrap {
  display: block;
  margin-bottom: 50px;
}
.cid-ugkGHZCIry .item .item-wrapper .item-content .desc-wrap:hover .item-desc,
.cid-ugkGHZCIry .item .item-wrapper .item-content .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #c1c1c1;
}
.cid-ugkGHZCIry .item .item-wrapper .item-content .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #cccccc;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-ugkGHZCIry .item .item-wrapper .item-content .title-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-ugkGHZCIry .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.cid-ugkGHZCIry .item .item-wrapper .item-content .title-wrap .item-price {
  margin: 0;
}
.cid-ugkGHZCIry .mbr-section-btn {
  margin-top: 60px;
}
.cid-ugkGHZCIry .mbr-section-title {
  color: #000000;
}
.cid-ugkGHZCIry .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ugkGHZCIry .item-title {
  color: #000000;
}
.cid-ugkGHZCIry .item-desc {
  color: #000000;
}
.cid-ugkGHZCIry .item-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ugkGHZCIry .item-price {
  color: #000000;
}
.cid-ugkGHZCIry .mbr-section-title,
.cid-ugkGHZCIry .mbr-section-btn {
  text-align: center;
}
.cid-ugMsk4LOx5 {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cz-model-z-7x57.webp");
}
@media (max-width: 991px) {
  .cid-ugMsk4LOx5 {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 10px;
  }
}
.cid-ugMsk4LOx5 .container-fluid {
  padding: 0 3rem;
}
.cid-ugMsk4LOx5 .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-ugMsk4LOx5 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ugMsk4LOx5 h1 {
  margin-bottom: 1rem;
}
.cid-ugMsk4LOx5 .mbr-section-title {
  font-weight: 300;
  color: #000000;
}
.cid-ugMsk4LOx5 .btn-line {
  margin-top: 3rem;
}
.cid-ugMsk4LOx5 p {
  margin-bottom: 0;
}
.cid-ugMsk4LOx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMsk4LOx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMsk4LOx5 .mbr-text,
.cid-ugMsk4LOx5 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ugMsk4LOx5 .mbr-section-subtitle {
  color: #000000;
}
.cid-ugkFAot0Rp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ugkFAot0Rp .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ugkFAot0Rp .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ugkFAot0Rp .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ugkFAot0Rp .social-media {
  margin-top: 1.5rem;
}
.cid-ugkFAot0Rp .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ugkFAot0Rp .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ugkFAot0Rp .mbr-text,
.cid-ugkFAot0Rp .mbr-offer {
  line-height: 1.5;
}
.cid-ugkFAot0Rp .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ugkFAot0Rp .container-fluid {
    padding: 0 1rem;
  }
  .cid-ugkFAot0Rp .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ugkFAot0Rp .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ugkFAot0Rp .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ugkFAot0Rp .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ugkFAot0Rp .container-fluid {
  max-width: 1300px;
}
.cid-ugNdqVAcem {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ugNdqVAcem .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ugNdqVAcem .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ugNdqVAcem .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ugNdqVAcem .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ugNdqVAcem .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ugNdqVAcem .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ugNdqVAcem .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ugNdqVAcem .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugNdqVAcem .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ugNdqVAcem .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ugNdqVAcem .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ugNdqVAcem .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugNdqVAcem .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ugNdqVAcem .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ugNdqVAcem .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugNdqVAcem .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugNdqVAcem .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugNdqVAcem .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ugNdqVAcem .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ugNdqVAcem .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugNdqVAcem .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ugNdqVAcem .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ugNdqVAcem .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ugNdqVAcem .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugNdqVAcem .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ugNdqVAcem .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugNdqVAcem .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugNdqVAcem .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugNdqVAcem .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ugNdqVAcem .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ugNdqVAcem .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugNdqVAcem .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ugNdqVAcem .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ugNdqVAcem .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ugNdqVAcem .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugNdqVAcem .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ugNdqVAcem .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ugNdqVAcem .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ugNdqVAcem .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ugNdqVAcem .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ugNdqVAcem .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugNdqVAcem .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ugNdqVAcem .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugNdqVAcem .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugNdqVAcem .dropdown-item.active,
.cid-ugNdqVAcem .dropdown-item:active {
  background-color: transparent;
}
.cid-ugNdqVAcem .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ugNdqVAcem .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugNdqVAcem .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugNdqVAcem .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugNdqVAcem .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ugNdqVAcem .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugNdqVAcem ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ugNdqVAcem .navbar-buttons {
  text-align: center;
}
.cid-ugNdqVAcem button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugNdqVAcem button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ugNdqVAcem button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugNdqVAcem button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugNdqVAcem button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugNdqVAcem button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugNdqVAcem nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugNdqVAcem nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugNdqVAcem nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugNdqVAcem nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugNdqVAcem a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ugNdqVAcem .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ugNdqVAcem .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ugNdqVAcem .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ugNdqVAcem .nav-link:hover,
.cid-ugNdqVAcem .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ugNdqVAcem .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ugNdqVAcem .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ugNdqVAcem .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ugNdqXf5eE {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #444444;
}
.cid-ugNdqXf5eE .mbr-text {
  color: #ffffff;
}
.cid-ugNdqXf5eE .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-ugNdqXf5eE .mbr-section-title {
  color: #ffffff;
}
.cid-ugNdqXf5eE .mbr-text2 {
  color: #f3f6f9;
}
.cid-ugNdqXf5eE a {
  text-decoration: underline;
}
.cid-ugNdqXf5eE p {
  line-height: 1.2;
}
.cid-ugNdqY2i4N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ugNdqY2i4N .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ugNdqY2i4N .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ugNdqY2i4N .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ugNdqY2i4N .social-media {
  margin-top: 1.5rem;
}
.cid-ugNdqY2i4N .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ugNdqY2i4N .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ugNdqY2i4N .mbr-text,
.cid-ugNdqY2i4N .mbr-offer {
  line-height: 1.5;
}
.cid-ugNdqY2i4N .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ugNdqY2i4N .container-fluid {
    padding: 0 1rem;
  }
  .cid-ugNdqY2i4N .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ugNdqY2i4N .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ugNdqY2i4N .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ugNdqY2i4N .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ugNdqY2i4N .container-fluid {
  max-width: 1300px;
}
.cid-ugNdHRcNMD {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ugNdHRcNMD .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ugNdHRcNMD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ugNdHRcNMD .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ugNdHRcNMD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ugNdHRcNMD .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ugNdHRcNMD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ugNdHRcNMD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ugNdHRcNMD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugNdHRcNMD .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ugNdHRcNMD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ugNdHRcNMD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ugNdHRcNMD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugNdHRcNMD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ugNdHRcNMD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ugNdHRcNMD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugNdHRcNMD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugNdHRcNMD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugNdHRcNMD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ugNdHRcNMD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ugNdHRcNMD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugNdHRcNMD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ugNdHRcNMD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ugNdHRcNMD .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ugNdHRcNMD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugNdHRcNMD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ugNdHRcNMD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugNdHRcNMD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugNdHRcNMD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugNdHRcNMD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ugNdHRcNMD .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ugNdHRcNMD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugNdHRcNMD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ugNdHRcNMD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ugNdHRcNMD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ugNdHRcNMD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugNdHRcNMD .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ugNdHRcNMD .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ugNdHRcNMD .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ugNdHRcNMD .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ugNdHRcNMD .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ugNdHRcNMD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugNdHRcNMD .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ugNdHRcNMD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugNdHRcNMD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugNdHRcNMD .dropdown-item.active,
.cid-ugNdHRcNMD .dropdown-item:active {
  background-color: transparent;
}
.cid-ugNdHRcNMD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ugNdHRcNMD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugNdHRcNMD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugNdHRcNMD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugNdHRcNMD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ugNdHRcNMD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugNdHRcNMD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ugNdHRcNMD .navbar-buttons {
  text-align: center;
}
.cid-ugNdHRcNMD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugNdHRcNMD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ugNdHRcNMD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugNdHRcNMD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugNdHRcNMD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugNdHRcNMD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugNdHRcNMD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugNdHRcNMD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugNdHRcNMD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugNdHRcNMD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugNdHRcNMD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ugNdHRcNMD .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ugNdHRcNMD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ugNdHRcNMD .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ugNdHRcNMD .nav-link:hover,
.cid-ugNdHRcNMD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ugNdHRcNMD .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ugNdHRcNMD .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ugNdHRcNMD .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ugNdHRNzG5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugNdHRNzG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugNdHRNzG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugNdHRNzG5 .container {
    padding: 0 25px;
  }
}
.cid-ugNdHRNzG5 .row {
  justify-content: center;
  margin: 0;
}
.cid-ugNdHRNzG5 .row .card {
  padding: 0;
}
.cid-ugNdHRNzG5 .title-wrapper {
  margin-bottom: 50px;
}
.cid-ugNdHRNzG5 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ugNdHRNzG5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugNdHRNzG5 .item {
  padding: 0;
}
.cid-ugNdHRNzG5 .item:nth-child(3n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-ugNdHRNzG5 .item:nth-child(4n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-ugNdHRNzG5 .item .item-wrapper {
  display: flex;
  border-radius: 0 !important;
}
.cid-ugNdHRNzG5 .item .item-wrapper:hover .item-img img,
.cid-ugNdHRNzG5 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-ugNdHRNzG5 .item .item-wrapper {
    display: block;
  }
}
.cid-ugNdHRNzG5 .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .cid-ugNdHRNzG5 .item .item-wrapper .item-img {
    width: 100%;
    height: 350px;
  }
}
.cid-ugNdHRNzG5 .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
.cid-ugNdHRNzG5 .item .item-wrapper .item-content {
  width: 50%;
  padding: 30px;
  background-color: #cccccc;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ugNdHRNzG5 .item .item-wrapper .item-content {
    min-height: auto;
    width: 100%;
  }
}
.cid-ugNdHRNzG5 .item .item-wrapper .item-content .desc-wrap {
  display: block;
  margin-bottom: 50px;
}
.cid-ugNdHRNzG5 .item .item-wrapper .item-content .desc-wrap:hover .item-desc,
.cid-ugNdHRNzG5 .item .item-wrapper .item-content .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #c1c1c1;
}
.cid-ugNdHRNzG5 .item .item-wrapper .item-content .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #cccccc;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-ugNdHRNzG5 .item .item-wrapper .item-content .title-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-ugNdHRNzG5 .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.cid-ugNdHRNzG5 .item .item-wrapper .item-content .title-wrap .item-price {
  margin: 0;
}
.cid-ugNdHRNzG5 .mbr-section-btn {
  margin-top: 60px;
}
.cid-ugNdHRNzG5 .mbr-section-title {
  color: #000000;
}
.cid-ugNdHRNzG5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ugNdHRNzG5 .item-title {
  color: #000000;
}
.cid-ugNdHRNzG5 .item-desc {
  color: #000000;
}
.cid-ugNdHRNzG5 .item-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ugNdHRNzG5 .item-price {
  color: #000000;
}
.cid-ugNdHRNzG5 .mbr-section-title,
.cid-ugNdHRNzG5 .mbr-section-btn {
  text-align: center;
}
.cid-ugNdHSRbkf {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sig-sauer-cerakote.webp");
}
@media (max-width: 991px) {
  .cid-ugNdHSRbkf {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-ugNdHSRbkf .container-fluid {
  padding: 0 3rem;
}
.cid-ugNdHSRbkf .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-ugNdHSRbkf .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ugNdHSRbkf h1 {
  margin-bottom: 1rem;
}
.cid-ugNdHSRbkf .mbr-section-title {
  font-weight: 300;
  color: #000000;
}
.cid-ugNdHSRbkf .btn-line {
  margin-top: 3rem;
}
.cid-ugNdHSRbkf p {
  margin-bottom: 0;
}
.cid-ugNdHSRbkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugNdHSRbkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugNdHSRbkf .mbr-text,
.cid-ugNdHSRbkf .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ugNdHSRbkf .mbr-section-subtitle {
  color: #000000;
}
.cid-ugNu6vgRLi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/luxury-guns-cerakote-5.webp");
}
.cid-ugNu6vgRLi .mbr-section-subtitle {
  color: #767676;
}
.cid-ugNu6vgRLi .container-table {
  margin: 0 auto;
}
.cid-ugNu6vgRLi .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ugNu6vgRLi .dataTables_wrapper {
  display: block;
}
.cid-ugNu6vgRLi .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ugNu6vgRLi .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ugNu6vgRLi table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #e1e8ff;
  margin-bottom: 0;
}
.cid-ugNu6vgRLi table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #e1e8ff;
  transition: all .2s;
}
.cid-ugNu6vgRLi table th:hover {
  background: #e1e8ff;
  color: #000000;
}
.cid-ugNu6vgRLi table td {
  border: 1px solid #e1e8ff;
}
.cid-ugNu6vgRLi .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ugNu6vgRLi .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ugNu6vgRLi .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ugNu6vgRLi .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ugNu6vgRLi .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ugNu6vgRLi .dataTables_filter {
    text-align: center;
  }
  .cid-ugNu6vgRLi .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ugNu6vgRLi .head-item {
  color: #57468b;
  text-align: center;
}
.cid-ugNu6vgRLi .body-item {
  color: #716c80;
  text-align: center;
}
.cid-ugNu6vgRLi .mbr-section-title {
  color: #57468b;
}
.cid-ugNu6vgRLi .head-item1 {
  color: #000000;
}
.cid-ugNu6vgRLi .body-item1 {
  color: #000000;
}
.cid-ugNu6vgRLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugNu6vgRLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugNFQ6C7il {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-ugNFQ6C7il .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugNFQ6C7il .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugNFQ6C7il .card {
  justify-content: flex-end;
}
.cid-ugNFQ6C7il .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ugNFQ6C7il .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ugNFQ6C7il .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-ugNFQ6C7il .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-ugNFQ6C7il .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-ugNFQ6C7il .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-ugNFQ6C7il .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-ugNFQ6C7il .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.cid-ugNFQ6C7il .card-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugNFQ6C7il .card-wrapper img {
    border-radius: 2rem;
  }
}
.cid-ugNFQ6C7il .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ff0000;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ugNFQ6C7il .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-ugNFQ6C7il .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-ugNFQ6C7il .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-ugNFQ6C7il .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #d0e59f;
  border-radius: .5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-ugNFQ6C7il .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.cid-ugNFQ6C7il .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .cid-ugNFQ6C7il .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.cid-ugNFQ6C7il .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.cid-ugNFQ6C7il .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.cid-ugNFQ6C7il .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ugNFQ6C7il .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.cid-ugNFQ6C7il .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-ugNFQ6C7il .mbr-section-title {
  color: #000000;
}
.cid-ugNFQ6C7il .mbr-text {
  color: #000000;
}
.cid-ugNFQ6C7il .card-date {
  color: #000000;
  text-align: center;
}
.cid-ugNFQ6C7il .card-title {
  color: #000000;
}
.cid-ugNFQ6C7il .card-desc {
  color: #000000;
}
.cid-ugNFQ6C7il .card-text {
  color: #000000;
  text-align: right;
}
.cid-ugNdHTkXmd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ugNdHTkXmd .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ugNdHTkXmd .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ugNdHTkXmd .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ugNdHTkXmd .social-media {
  margin-top: 1.5rem;
}
.cid-ugNdHTkXmd .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ugNdHTkXmd .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ugNdHTkXmd .mbr-text,
.cid-ugNdHTkXmd .mbr-offer {
  line-height: 1.5;
}
.cid-ugNdHTkXmd .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ugNdHTkXmd .container-fluid {
    padding: 0 1rem;
  }
  .cid-ugNdHTkXmd .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ugNdHTkXmd .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ugNdHTkXmd .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ugNdHTkXmd .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ugNdHTkXmd .container-fluid {
  max-width: 1300px;
}
.cid-ugNHQxILD5 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ugNHQxILD5 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ugNHQxILD5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ugNHQxILD5 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ugNHQxILD5 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ugNHQxILD5 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ugNHQxILD5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ugNHQxILD5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ugNHQxILD5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugNHQxILD5 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ugNHQxILD5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ugNHQxILD5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ugNHQxILD5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugNHQxILD5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ugNHQxILD5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ugNHQxILD5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugNHQxILD5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugNHQxILD5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugNHQxILD5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ugNHQxILD5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ugNHQxILD5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugNHQxILD5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ugNHQxILD5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ugNHQxILD5 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ugNHQxILD5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugNHQxILD5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ugNHQxILD5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugNHQxILD5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugNHQxILD5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugNHQxILD5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ugNHQxILD5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ugNHQxILD5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugNHQxILD5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ugNHQxILD5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ugNHQxILD5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ugNHQxILD5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugNHQxILD5 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ugNHQxILD5 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ugNHQxILD5 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ugNHQxILD5 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ugNHQxILD5 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ugNHQxILD5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugNHQxILD5 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ugNHQxILD5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugNHQxILD5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugNHQxILD5 .dropdown-item.active,
.cid-ugNHQxILD5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugNHQxILD5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ugNHQxILD5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugNHQxILD5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugNHQxILD5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugNHQxILD5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ugNHQxILD5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugNHQxILD5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ugNHQxILD5 .navbar-buttons {
  text-align: center;
}
.cid-ugNHQxILD5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugNHQxILD5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ugNHQxILD5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugNHQxILD5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugNHQxILD5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugNHQxILD5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugNHQxILD5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugNHQxILD5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugNHQxILD5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugNHQxILD5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugNHQxILD5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ugNHQxILD5 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ugNHQxILD5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ugNHQxILD5 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ugNHQxILD5 .nav-link:hover,
.cid-ugNHQxILD5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ugNHQxILD5 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ugNHQxILD5 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ugNHQxILD5 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ui7Wt31Iaj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ui7Wt31Iaj img,
.cid-ui7Wt31Iaj .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ui7Wt31Iaj .item:focus,
.cid-ui7Wt31Iaj span:focus {
  outline: none;
}
.cid-ui7Wt31Iaj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui7Wt31Iaj .item {
    margin-bottom: 1rem;
  }
}
.cid-ui7Wt31Iaj h5 {
  margin: 0;
}
.cid-ui7Wt31Iaj .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ui7Wt31Iaj .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ui7Wt31Iaj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ui7Wt31Iaj .item-wrapper:hover {
  border-color: #000000;
}
.cid-ui7Wt31Iaj .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ui7Wt31Iaj .item-wrapper {
    height: auto;
  }
}
.cid-ui7Wt31Iaj .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ui7Wt31Iaj .item-title {
  text-align: center;
  color: #000000;
}
.cid-ui7Wt31Iaj .item-subtitle {
  text-align: center;
}
.cid-ui7Wt31Iaj .mbr-text,
.cid-ui7Wt31Iaj .item .mbr-section-btn {
  text-align: center;
}
.cid-ui7Wt31Iaj .content-head {
  max-width: 800px;
}
.cid-ui7Wt31Iaj .mbr-section-subtitle,
.cid-ui7Wt31Iaj .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ui8012vyuP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ui8012vyuP img,
.cid-ui8012vyuP .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ui8012vyuP .item:focus,
.cid-ui8012vyuP span:focus {
  outline: none;
}
.cid-ui8012vyuP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui8012vyuP .item {
    margin-bottom: 1rem;
  }
}
.cid-ui8012vyuP h5 {
  margin: 0;
}
.cid-ui8012vyuP .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ui8012vyuP .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ui8012vyuP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ui8012vyuP .item-wrapper:hover {
  border-color: #000000;
}
.cid-ui8012vyuP .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ui8012vyuP .item-wrapper {
    height: auto;
  }
}
.cid-ui8012vyuP .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ui8012vyuP .item-title {
  text-align: center;
  color: #000000;
}
.cid-ui8012vyuP .item-subtitle {
  text-align: center;
}
.cid-ui8012vyuP .mbr-text,
.cid-ui8012vyuP .item .mbr-section-btn {
  text-align: center;
}
.cid-ui8012vyuP .content-head {
  max-width: 800px;
}
.cid-ui8012vyuP .mbr-section-subtitle,
.cid-ui8012vyuP .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ui81esJDP8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ui81esJDP8 img,
.cid-ui81esJDP8 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ui81esJDP8 .item:focus,
.cid-ui81esJDP8 span:focus {
  outline: none;
}
.cid-ui81esJDP8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui81esJDP8 .item {
    margin-bottom: 1rem;
  }
}
.cid-ui81esJDP8 h5 {
  margin: 0;
}
.cid-ui81esJDP8 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ui81esJDP8 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ui81esJDP8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ui81esJDP8 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ui81esJDP8 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ui81esJDP8 .item-wrapper {
    height: auto;
  }
}
.cid-ui81esJDP8 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ui81esJDP8 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ui81esJDP8 .item-subtitle {
  text-align: center;
}
.cid-ui81esJDP8 .mbr-text,
.cid-ui81esJDP8 .item .mbr-section-btn {
  text-align: center;
}
.cid-ui81esJDP8 .content-head {
  max-width: 800px;
}
.cid-ui81esJDP8 .mbr-section-subtitle,
.cid-ui81esJDP8 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ui82GTfGGo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ui82GTfGGo img,
.cid-ui82GTfGGo .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ui82GTfGGo .item:focus,
.cid-ui82GTfGGo span:focus {
  outline: none;
}
.cid-ui82GTfGGo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui82GTfGGo .item {
    margin-bottom: 1rem;
  }
}
.cid-ui82GTfGGo h5 {
  margin: 0;
}
.cid-ui82GTfGGo .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ui82GTfGGo .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ui82GTfGGo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ui82GTfGGo .item-wrapper:hover {
  border-color: #000000;
}
.cid-ui82GTfGGo .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ui82GTfGGo .item-wrapper {
    height: auto;
  }
}
.cid-ui82GTfGGo .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ui82GTfGGo .item-title {
  text-align: center;
  color: #000000;
}
.cid-ui82GTfGGo .item-subtitle {
  text-align: center;
}
.cid-ui82GTfGGo .mbr-text,
.cid-ui82GTfGGo .item .mbr-section-btn {
  text-align: center;
}
.cid-ui82GTfGGo .content-head {
  max-width: 800px;
}
.cid-ui82GTfGGo .mbr-section-subtitle,
.cid-ui82GTfGGo .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ui7YQyN0b5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ui7YQyN0b5 img,
.cid-ui7YQyN0b5 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ui7YQyN0b5 .item:focus,
.cid-ui7YQyN0b5 span:focus {
  outline: none;
}
.cid-ui7YQyN0b5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui7YQyN0b5 .item {
    margin-bottom: 1rem;
  }
}
.cid-ui7YQyN0b5 h5 {
  margin: 0;
}
.cid-ui7YQyN0b5 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ui7YQyN0b5 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ui7YQyN0b5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ui7YQyN0b5 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ui7YQyN0b5 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ui7YQyN0b5 .item-wrapper {
    height: auto;
  }
}
.cid-ui7YQyN0b5 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ui7YQyN0b5 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ui7YQyN0b5 .item-subtitle {
  text-align: center;
}
.cid-ui7YQyN0b5 .mbr-text,
.cid-ui7YQyN0b5 .item .mbr-section-btn {
  text-align: center;
}
.cid-ui7YQyN0b5 .content-head {
  max-width: 800px;
}
.cid-ui7YQyN0b5 .mbr-section-subtitle,
.cid-ui7YQyN0b5 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ui85dyhrog {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ui85dyhrog img,
.cid-ui85dyhrog .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ui85dyhrog .item:focus,
.cid-ui85dyhrog span:focus {
  outline: none;
}
.cid-ui85dyhrog .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui85dyhrog .item {
    margin-bottom: 1rem;
  }
}
.cid-ui85dyhrog h5 {
  margin: 0;
}
.cid-ui85dyhrog .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ui85dyhrog .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ui85dyhrog .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ui85dyhrog .item-wrapper:hover {
  border-color: #000000;
}
.cid-ui85dyhrog .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ui85dyhrog .item-wrapper {
    height: auto;
  }
}
.cid-ui85dyhrog .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ui85dyhrog .item-title {
  text-align: center;
  color: #000000;
}
.cid-ui85dyhrog .item-subtitle {
  text-align: center;
}
.cid-ui85dyhrog .mbr-text,
.cid-ui85dyhrog .item .mbr-section-btn {
  text-align: center;
}
.cid-ui85dyhrog .content-head {
  max-width: 800px;
}
.cid-ui85dyhrog .mbr-section-subtitle,
.cid-ui85dyhrog .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ui83IGuayE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ui83IGuayE img,
.cid-ui83IGuayE .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ui83IGuayE .item:focus,
.cid-ui83IGuayE span:focus {
  outline: none;
}
.cid-ui83IGuayE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui83IGuayE .item {
    margin-bottom: 1rem;
  }
}
.cid-ui83IGuayE h5 {
  margin: 0;
}
.cid-ui83IGuayE .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ui83IGuayE .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ui83IGuayE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ui83IGuayE .item-wrapper:hover {
  border-color: #000000;
}
.cid-ui83IGuayE .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ui83IGuayE .item-wrapper {
    height: auto;
  }
}
.cid-ui83IGuayE .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ui83IGuayE .item-title {
  text-align: center;
  color: #000000;
}
.cid-ui83IGuayE .item-subtitle {
  text-align: center;
}
.cid-ui83IGuayE .mbr-text,
.cid-ui83IGuayE .item .mbr-section-btn {
  text-align: center;
}
.cid-ui83IGuayE .content-head {
  max-width: 800px;
}
.cid-ui83IGuayE .mbr-section-subtitle,
.cid-ui83IGuayE .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ugNHQzjqgq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ugNHQzjqgq .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ugNHQzjqgq .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ugNHQzjqgq .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ugNHQzjqgq .social-media {
  margin-top: 1.5rem;
}
.cid-ugNHQzjqgq .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ugNHQzjqgq .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ugNHQzjqgq .mbr-text,
.cid-ugNHQzjqgq .mbr-offer {
  line-height: 1.5;
}
.cid-ugNHQzjqgq .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ugNHQzjqgq .container-fluid {
    padding: 0 1rem;
  }
  .cid-ugNHQzjqgq .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ugNHQzjqgq .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ugNHQzjqgq .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ugNHQzjqgq .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ugNHQzjqgq .container-fluid {
  max-width: 1300px;
}
.cid-ui8l4N5Xbp {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ui8l4N5Xbp .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ui8l4N5Xbp .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ui8l4N5Xbp .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ui8l4N5Xbp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ui8l4N5Xbp .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ui8l4N5Xbp .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ui8l4N5Xbp .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ui8l4N5Xbp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui8l4N5Xbp .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ui8l4N5Xbp .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ui8l4N5Xbp .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ui8l4N5Xbp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui8l4N5Xbp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ui8l4N5Xbp .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ui8l4N5Xbp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui8l4N5Xbp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui8l4N5Xbp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ui8l4N5Xbp .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ui8l4N5Xbp .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ui8l4N5Xbp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui8l4N5Xbp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ui8l4N5Xbp .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ui8l4N5Xbp .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ui8l4N5Xbp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui8l4N5Xbp .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ui8l4N5Xbp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui8l4N5Xbp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui8l4N5Xbp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ui8l4N5Xbp .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ui8l4N5Xbp .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ui8l4N5Xbp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui8l4N5Xbp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ui8l4N5Xbp .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ui8l4N5Xbp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ui8l4N5Xbp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ui8l4N5Xbp .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ui8l4N5Xbp .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ui8l4N5Xbp .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ui8l4N5Xbp .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ui8l4N5Xbp .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ui8l4N5Xbp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ui8l4N5Xbp .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ui8l4N5Xbp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui8l4N5Xbp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui8l4N5Xbp .dropdown-item.active,
.cid-ui8l4N5Xbp .dropdown-item:active {
  background-color: transparent;
}
.cid-ui8l4N5Xbp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ui8l4N5Xbp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui8l4N5Xbp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui8l4N5Xbp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ui8l4N5Xbp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ui8l4N5Xbp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui8l4N5Xbp ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ui8l4N5Xbp .navbar-buttons {
  text-align: center;
}
.cid-ui8l4N5Xbp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ui8l4N5Xbp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ui8l4N5Xbp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ui8l4N5Xbp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ui8l4N5Xbp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ui8l4N5Xbp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ui8l4N5Xbp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ui8l4N5Xbp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ui8l4N5Xbp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ui8l4N5Xbp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ui8l4N5Xbp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ui8l4N5Xbp .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ui8l4N5Xbp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ui8l4N5Xbp .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ui8l4N5Xbp .nav-link:hover,
.cid-ui8l4N5Xbp .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ui8l4N5Xbp .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ui8l4N5Xbp .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ui8l4N5Xbp .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ui8l4NPZga {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ui8l4NPZga img,
.cid-ui8l4NPZga .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ui8l4NPZga .item:focus,
.cid-ui8l4NPZga span:focus {
  outline: none;
}
.cid-ui8l4NPZga .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui8l4NPZga .item {
    margin-bottom: 1rem;
  }
}
.cid-ui8l4NPZga h5 {
  margin: 0;
}
.cid-ui8l4NPZga .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ui8l4NPZga .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ui8l4NPZga .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ui8l4NPZga .item-wrapper:hover {
  border-color: #000000;
}
.cid-ui8l4NPZga .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ui8l4NPZga .item-wrapper {
    height: auto;
  }
}
.cid-ui8l4NPZga .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ui8l4NPZga .item-title {
  text-align: center;
  color: #000000;
}
.cid-ui8l4NPZga .item-subtitle {
  text-align: center;
}
.cid-ui8l4NPZga .mbr-text,
.cid-ui8l4NPZga .item .mbr-section-btn {
  text-align: center;
}
.cid-ui8l4NPZga .content-head {
  max-width: 800px;
}
.cid-ui8l4NPZga .mbr-section-subtitle,
.cid-ui8l4NPZga .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ui8l4Pq9eq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ui8l4Pq9eq img,
.cid-ui8l4Pq9eq .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ui8l4Pq9eq .item:focus,
.cid-ui8l4Pq9eq span:focus {
  outline: none;
}
.cid-ui8l4Pq9eq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui8l4Pq9eq .item {
    margin-bottom: 1rem;
  }
}
.cid-ui8l4Pq9eq h5 {
  margin: 0;
}
.cid-ui8l4Pq9eq .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ui8l4Pq9eq .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ui8l4Pq9eq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ui8l4Pq9eq .item-wrapper:hover {
  border-color: #000000;
}
.cid-ui8l4Pq9eq .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ui8l4Pq9eq .item-wrapper {
    height: auto;
  }
}
.cid-ui8l4Pq9eq .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ui8l4Pq9eq .item-title {
  text-align: center;
  color: #000000;
}
.cid-ui8l4Pq9eq .item-subtitle {
  text-align: center;
}
.cid-ui8l4Pq9eq .mbr-text,
.cid-ui8l4Pq9eq .item .mbr-section-btn {
  text-align: center;
}
.cid-ui8l4Pq9eq .content-head {
  max-width: 800px;
}
.cid-ui8l4Pq9eq .mbr-section-subtitle,
.cid-ui8l4Pq9eq .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ui8l4Rw4sO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ui8l4Rw4sO img,
.cid-ui8l4Rw4sO .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ui8l4Rw4sO .item:focus,
.cid-ui8l4Rw4sO span:focus {
  outline: none;
}
.cid-ui8l4Rw4sO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui8l4Rw4sO .item {
    margin-bottom: 1rem;
  }
}
.cid-ui8l4Rw4sO h5 {
  margin: 0;
}
.cid-ui8l4Rw4sO .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ui8l4Rw4sO .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ui8l4Rw4sO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ui8l4Rw4sO .item-wrapper:hover {
  border-color: #000000;
}
.cid-ui8l4Rw4sO .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ui8l4Rw4sO .item-wrapper {
    height: auto;
  }
}
.cid-ui8l4Rw4sO .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ui8l4Rw4sO .item-title {
  text-align: center;
  color: #000000;
}
.cid-ui8l4Rw4sO .item-subtitle {
  text-align: center;
}
.cid-ui8l4Rw4sO .mbr-text,
.cid-ui8l4Rw4sO .item .mbr-section-btn {
  text-align: center;
}
.cid-ui8l4Rw4sO .content-head {
  max-width: 800px;
}
.cid-ui8l4Rw4sO .mbr-section-subtitle,
.cid-ui8l4Rw4sO .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ui8l4QMvia {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ui8l4QMvia img,
.cid-ui8l4QMvia .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ui8l4QMvia .item:focus,
.cid-ui8l4QMvia span:focus {
  outline: none;
}
.cid-ui8l4QMvia .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui8l4QMvia .item {
    margin-bottom: 1rem;
  }
}
.cid-ui8l4QMvia h5 {
  margin: 0;
}
.cid-ui8l4QMvia .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ui8l4QMvia .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ui8l4QMvia .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ui8l4QMvia .item-wrapper:hover {
  border-color: #000000;
}
.cid-ui8l4QMvia .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ui8l4QMvia .item-wrapper {
    height: auto;
  }
}
.cid-ui8l4QMvia .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ui8l4QMvia .item-title {
  text-align: center;
  color: #000000;
}
.cid-ui8l4QMvia .item-subtitle {
  text-align: center;
}
.cid-ui8l4QMvia .mbr-text,
.cid-ui8l4QMvia .item .mbr-section-btn {
  text-align: center;
}
.cid-ui8l4QMvia .content-head {
  max-width: 800px;
}
.cid-ui8l4QMvia .mbr-section-subtitle,
.cid-ui8l4QMvia .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ui8l4Senje {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ui8l4Senje img,
.cid-ui8l4Senje .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ui8l4Senje .item:focus,
.cid-ui8l4Senje span:focus {
  outline: none;
}
.cid-ui8l4Senje .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui8l4Senje .item {
    margin-bottom: 1rem;
  }
}
.cid-ui8l4Senje h5 {
  margin: 0;
}
.cid-ui8l4Senje .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ui8l4Senje .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ui8l4Senje .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ui8l4Senje .item-wrapper:hover {
  border-color: #000000;
}
.cid-ui8l4Senje .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ui8l4Senje .item-wrapper {
    height: auto;
  }
}
.cid-ui8l4Senje .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ui8l4Senje .item-title {
  text-align: center;
  color: #000000;
}
.cid-ui8l4Senje .item-subtitle {
  text-align: center;
}
.cid-ui8l4Senje .mbr-text,
.cid-ui8l4Senje .item .mbr-section-btn {
  text-align: center;
}
.cid-ui8l4Senje .content-head {
  max-width: 800px;
}
.cid-ui8l4Senje .mbr-section-subtitle,
.cid-ui8l4Senje .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ui8l4OJJkq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ui8l4OJJkq img,
.cid-ui8l4OJJkq .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ui8l4OJJkq .item:focus,
.cid-ui8l4OJJkq span:focus {
  outline: none;
}
.cid-ui8l4OJJkq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui8l4OJJkq .item {
    margin-bottom: 1rem;
  }
}
.cid-ui8l4OJJkq h5 {
  margin: 0;
}
.cid-ui8l4OJJkq .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ui8l4OJJkq .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ui8l4OJJkq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ui8l4OJJkq .item-wrapper:hover {
  border-color: #000000;
}
.cid-ui8l4OJJkq .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ui8l4OJJkq .item-wrapper {
    height: auto;
  }
}
.cid-ui8l4OJJkq .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ui8l4OJJkq .item-title {
  text-align: center;
  color: #000000;
}
.cid-ui8l4OJJkq .item-subtitle {
  text-align: center;
}
.cid-ui8l4OJJkq .mbr-text,
.cid-ui8l4OJJkq .item .mbr-section-btn {
  text-align: center;
}
.cid-ui8l4OJJkq .content-head {
  max-width: 800px;
}
.cid-ui8l4OJJkq .mbr-section-subtitle,
.cid-ui8l4OJJkq .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ui8l4TDJkU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ui8l4TDJkU .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ui8l4TDJkU .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ui8l4TDJkU .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ui8l4TDJkU .social-media {
  margin-top: 1.5rem;
}
.cid-ui8l4TDJkU .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ui8l4TDJkU .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ui8l4TDJkU .mbr-text,
.cid-ui8l4TDJkU .mbr-offer {
  line-height: 1.5;
}
.cid-ui8l4TDJkU .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ui8l4TDJkU .container-fluid {
    padding: 0 1rem;
  }
  .cid-ui8l4TDJkU .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ui8l4TDJkU .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ui8l4TDJkU .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ui8l4TDJkU .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ui8l4TDJkU .container-fluid {
  max-width: 1300px;
}
.cid-uiGcl433lW {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uiGcl433lW .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uiGcl433lW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uiGcl433lW .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uiGcl433lW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uiGcl433lW .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uiGcl433lW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uiGcl433lW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uiGcl433lW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiGcl433lW .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uiGcl433lW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uiGcl433lW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uiGcl433lW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiGcl433lW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uiGcl433lW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uiGcl433lW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiGcl433lW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiGcl433lW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiGcl433lW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uiGcl433lW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uiGcl433lW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiGcl433lW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uiGcl433lW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uiGcl433lW .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uiGcl433lW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiGcl433lW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uiGcl433lW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiGcl433lW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiGcl433lW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiGcl433lW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uiGcl433lW .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uiGcl433lW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiGcl433lW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uiGcl433lW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uiGcl433lW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uiGcl433lW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uiGcl433lW .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uiGcl433lW .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uiGcl433lW .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uiGcl433lW .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uiGcl433lW .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uiGcl433lW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uiGcl433lW .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uiGcl433lW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiGcl433lW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiGcl433lW .dropdown-item.active,
.cid-uiGcl433lW .dropdown-item:active {
  background-color: transparent;
}
.cid-uiGcl433lW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uiGcl433lW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiGcl433lW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiGcl433lW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uiGcl433lW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uiGcl433lW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiGcl433lW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uiGcl433lW .navbar-buttons {
  text-align: center;
}
.cid-uiGcl433lW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiGcl433lW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uiGcl433lW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiGcl433lW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiGcl433lW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiGcl433lW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiGcl433lW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiGcl433lW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiGcl433lW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiGcl433lW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiGcl433lW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uiGcl433lW .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uiGcl433lW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uiGcl433lW .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uiGcl433lW .nav-link:hover,
.cid-uiGcl433lW .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uiGcl433lW .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uiGcl433lW .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uiGcl433lW .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uiGcl4Jw25 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uiGcl4Jw25 img,
.cid-uiGcl4Jw25 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uiGcl4Jw25 .item:focus,
.cid-uiGcl4Jw25 span:focus {
  outline: none;
}
.cid-uiGcl4Jw25 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiGcl4Jw25 .item {
    margin-bottom: 1rem;
  }
}
.cid-uiGcl4Jw25 h5 {
  margin: 0;
}
.cid-uiGcl4Jw25 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiGcl4Jw25 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uiGcl4Jw25 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiGcl4Jw25 .item-wrapper:hover {
  border-color: #000000;
}
.cid-uiGcl4Jw25 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uiGcl4Jw25 .item-wrapper {
    height: auto;
  }
}
.cid-uiGcl4Jw25 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uiGcl4Jw25 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uiGcl4Jw25 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uiGcl4Jw25 .mbr-text,
.cid-uiGcl4Jw25 .item .mbr-section-btn {
  text-align: center;
  color: #03426a;
}
.cid-uiGcl4Jw25 .content-head {
  max-width: 800px;
}
.cid-uiGcl4Jw25 .mbr-section-subtitle,
.cid-uiGcl4Jw25 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uiGcl4Jw25 .mbr-section-subtitle,
.cid-uiGcl4Jw25 .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uiGcl5CCpV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uiGcl5CCpV img,
.cid-uiGcl5CCpV .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uiGcl5CCpV .item:focus,
.cid-uiGcl5CCpV span:focus {
  outline: none;
}
.cid-uiGcl5CCpV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiGcl5CCpV .item {
    margin-bottom: 1rem;
  }
}
.cid-uiGcl5CCpV h5 {
  margin: 0;
}
.cid-uiGcl5CCpV .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiGcl5CCpV .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uiGcl5CCpV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiGcl5CCpV .item-wrapper:hover {
  border-color: #000000;
}
.cid-uiGcl5CCpV .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uiGcl5CCpV .item-wrapper {
    height: auto;
  }
}
.cid-uiGcl5CCpV .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uiGcl5CCpV .item-title {
  text-align: center;
  color: #000000;
}
.cid-uiGcl5CCpV .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uiGcl5CCpV .mbr-text,
.cid-uiGcl5CCpV .item .mbr-section-btn {
  text-align: center;
  color: #03426a;
}
.cid-uiGcl5CCpV .content-head {
  max-width: 800px;
}
.cid-uiGcl5CCpV .mbr-section-subtitle,
.cid-uiGcl5CCpV .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uiGcl6baEG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uiGcl6baEG img,
.cid-uiGcl6baEG .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uiGcl6baEG .item:focus,
.cid-uiGcl6baEG span:focus {
  outline: none;
}
.cid-uiGcl6baEG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiGcl6baEG .item {
    margin-bottom: 1rem;
  }
}
.cid-uiGcl6baEG h5 {
  margin: 0;
}
.cid-uiGcl6baEG .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiGcl6baEG .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uiGcl6baEG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiGcl6baEG .item-wrapper:hover {
  border-color: #000000;
}
.cid-uiGcl6baEG .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uiGcl6baEG .item-wrapper {
    height: auto;
  }
}
.cid-uiGcl6baEG .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uiGcl6baEG .item-title {
  text-align: center;
  color: #000000;
}
.cid-uiGcl6baEG .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uiGcl6baEG .mbr-text,
.cid-uiGcl6baEG .item .mbr-section-btn {
  text-align: center;
  color: #03426a;
}
.cid-uiGcl6baEG .content-head {
  max-width: 800px;
}
.cid-uiGcl6baEG .mbr-section-subtitle,
.cid-uiGcl6baEG .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uiGcBngwtZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiGcBngwtZ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uiGcBngwtZ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uiGcBngwtZ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uiGcBngwtZ .social-media {
  margin-top: 1.5rem;
}
.cid-uiGcBngwtZ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uiGcBngwtZ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uiGcBngwtZ .mbr-text,
.cid-uiGcBngwtZ .mbr-offer {
  line-height: 1.5;
}
.cid-uiGcBngwtZ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uiGcBngwtZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uiGcBngwtZ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uiGcBngwtZ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uiGcBngwtZ .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uiGcBngwtZ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uiGcBngwtZ .container-fluid {
  max-width: 1300px;
}
.cid-uiGlzZhugJ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uiGlzZhugJ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uiGlzZhugJ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uiGlzZhugJ .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uiGlzZhugJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uiGlzZhugJ .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uiGlzZhugJ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uiGlzZhugJ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uiGlzZhugJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiGlzZhugJ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uiGlzZhugJ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uiGlzZhugJ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uiGlzZhugJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiGlzZhugJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uiGlzZhugJ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uiGlzZhugJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiGlzZhugJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiGlzZhugJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiGlzZhugJ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uiGlzZhugJ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uiGlzZhugJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiGlzZhugJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uiGlzZhugJ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uiGlzZhugJ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uiGlzZhugJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiGlzZhugJ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uiGlzZhugJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiGlzZhugJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiGlzZhugJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiGlzZhugJ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uiGlzZhugJ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uiGlzZhugJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiGlzZhugJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uiGlzZhugJ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uiGlzZhugJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uiGlzZhugJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uiGlzZhugJ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uiGlzZhugJ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uiGlzZhugJ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uiGlzZhugJ .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uiGlzZhugJ .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uiGlzZhugJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uiGlzZhugJ .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uiGlzZhugJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiGlzZhugJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiGlzZhugJ .dropdown-item.active,
.cid-uiGlzZhugJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uiGlzZhugJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uiGlzZhugJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiGlzZhugJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiGlzZhugJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uiGlzZhugJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uiGlzZhugJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiGlzZhugJ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uiGlzZhugJ .navbar-buttons {
  text-align: center;
}
.cid-uiGlzZhugJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiGlzZhugJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uiGlzZhugJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiGlzZhugJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiGlzZhugJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiGlzZhugJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiGlzZhugJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiGlzZhugJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiGlzZhugJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiGlzZhugJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiGlzZhugJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uiGlzZhugJ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uiGlzZhugJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uiGlzZhugJ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uiGlzZhugJ .nav-link:hover,
.cid-uiGlzZhugJ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uiGlzZhugJ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uiGlzZhugJ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uiGlzZhugJ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uiGlA01NFV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uiGlA01NFV img,
.cid-uiGlA01NFV .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uiGlA01NFV .item:focus,
.cid-uiGlA01NFV span:focus {
  outline: none;
}
.cid-uiGlA01NFV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiGlA01NFV .item {
    margin-bottom: 1rem;
  }
}
.cid-uiGlA01NFV h5 {
  margin: 0;
}
.cid-uiGlA01NFV .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiGlA01NFV .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uiGlA01NFV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiGlA01NFV .item-wrapper:hover {
  border-color: #000000;
}
.cid-uiGlA01NFV .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uiGlA01NFV .item-wrapper {
    height: auto;
  }
}
.cid-uiGlA01NFV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uiGlA01NFV .item-title {
  text-align: center;
  color: #000000;
}
.cid-uiGlA01NFV .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uiGlA01NFV .mbr-text,
.cid-uiGlA01NFV .item .mbr-section-btn {
  text-align: center;
  color: #03426a;
}
.cid-uiGlA01NFV .content-head {
  max-width: 800px;
}
.cid-uiGlA01NFV .mbr-section-subtitle,
.cid-uiGlA01NFV .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uiGlA01NFV .mbr-section-subtitle,
.cid-uiGlA01NFV .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uiGlA20kUP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiGlA20kUP .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uiGlA20kUP .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uiGlA20kUP .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uiGlA20kUP .social-media {
  margin-top: 1.5rem;
}
.cid-uiGlA20kUP .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uiGlA20kUP .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uiGlA20kUP .mbr-text,
.cid-uiGlA20kUP .mbr-offer {
  line-height: 1.5;
}
.cid-uiGlA20kUP .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uiGlA20kUP .container-fluid {
    padding: 0 1rem;
  }
  .cid-uiGlA20kUP .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uiGlA20kUP .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uiGlA20kUP .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uiGlA20kUP .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uiGlA20kUP .container-fluid {
  max-width: 1300px;
}
.cid-uiGo5f64RR {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uiGo5f64RR .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uiGo5f64RR .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uiGo5f64RR .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uiGo5f64RR .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uiGo5f64RR .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uiGo5f64RR .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uiGo5f64RR .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uiGo5f64RR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiGo5f64RR .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uiGo5f64RR .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uiGo5f64RR .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uiGo5f64RR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiGo5f64RR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uiGo5f64RR .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uiGo5f64RR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiGo5f64RR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiGo5f64RR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiGo5f64RR .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uiGo5f64RR .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uiGo5f64RR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiGo5f64RR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uiGo5f64RR .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uiGo5f64RR .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uiGo5f64RR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiGo5f64RR .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uiGo5f64RR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiGo5f64RR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiGo5f64RR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiGo5f64RR .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uiGo5f64RR .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uiGo5f64RR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiGo5f64RR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uiGo5f64RR .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uiGo5f64RR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uiGo5f64RR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uiGo5f64RR .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uiGo5f64RR .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uiGo5f64RR .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uiGo5f64RR .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uiGo5f64RR .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uiGo5f64RR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uiGo5f64RR .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uiGo5f64RR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiGo5f64RR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiGo5f64RR .dropdown-item.active,
.cid-uiGo5f64RR .dropdown-item:active {
  background-color: transparent;
}
.cid-uiGo5f64RR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uiGo5f64RR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiGo5f64RR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiGo5f64RR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uiGo5f64RR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uiGo5f64RR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiGo5f64RR ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uiGo5f64RR .navbar-buttons {
  text-align: center;
}
.cid-uiGo5f64RR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiGo5f64RR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uiGo5f64RR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiGo5f64RR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiGo5f64RR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiGo5f64RR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiGo5f64RR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiGo5f64RR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiGo5f64RR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiGo5f64RR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiGo5f64RR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uiGo5f64RR .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uiGo5f64RR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uiGo5f64RR .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uiGo5f64RR .nav-link:hover,
.cid-uiGo5f64RR .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uiGo5f64RR .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uiGo5f64RR .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uiGo5f64RR .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uiGo5fH11n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uiGo5fH11n img,
.cid-uiGo5fH11n .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uiGo5fH11n .item:focus,
.cid-uiGo5fH11n span:focus {
  outline: none;
}
.cid-uiGo5fH11n .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiGo5fH11n .item {
    margin-bottom: 1rem;
  }
}
.cid-uiGo5fH11n h5 {
  margin: 0;
}
.cid-uiGo5fH11n .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiGo5fH11n .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uiGo5fH11n .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiGo5fH11n .item-wrapper:hover {
  border-color: #000000;
}
.cid-uiGo5fH11n .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uiGo5fH11n .item-wrapper {
    height: auto;
  }
}
.cid-uiGo5fH11n .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uiGo5fH11n .item-title {
  text-align: center;
  color: #000000;
}
.cid-uiGo5fH11n .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uiGo5fH11n .mbr-text,
.cid-uiGo5fH11n .item .mbr-section-btn {
  text-align: center;
}
.cid-uiGo5fH11n .content-head {
  max-width: 800px;
}
.cid-uiGo5fH11n .mbr-section-subtitle,
.cid-uiGo5fH11n .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uiGo5fH11n .mbr-section-subtitle,
.cid-uiGo5fH11n .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uiIFLxF70O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uiIFLxF70O img,
.cid-uiIFLxF70O .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uiIFLxF70O .item:focus,
.cid-uiIFLxF70O span:focus {
  outline: none;
}
.cid-uiIFLxF70O .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiIFLxF70O .item {
    margin-bottom: 1rem;
  }
}
.cid-uiIFLxF70O h5 {
  margin: 0;
}
.cid-uiIFLxF70O .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiIFLxF70O .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uiIFLxF70O .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiIFLxF70O .item-wrapper:hover {
  border-color: #000000;
}
.cid-uiIFLxF70O .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uiIFLxF70O .item-wrapper {
    height: auto;
  }
}
.cid-uiIFLxF70O .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uiIFLxF70O .item-title {
  text-align: center;
  color: #000000;
}
.cid-uiIFLxF70O .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uiIFLxF70O .mbr-text,
.cid-uiIFLxF70O .item .mbr-section-btn {
  text-align: center;
}
.cid-uiIFLxF70O .content-head {
  max-width: 800px;
}
.cid-uiIFLxF70O .mbr-section-subtitle,
.cid-uiIFLxF70O .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uiIKsSkayB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uiIKsSkayB img,
.cid-uiIKsSkayB .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uiIKsSkayB .item:focus,
.cid-uiIKsSkayB span:focus {
  outline: none;
}
.cid-uiIKsSkayB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiIKsSkayB .item {
    margin-bottom: 1rem;
  }
}
.cid-uiIKsSkayB h5 {
  margin: 0;
}
.cid-uiIKsSkayB .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiIKsSkayB .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uiIKsSkayB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiIKsSkayB .item-wrapper:hover {
  border-color: #000000;
}
.cid-uiIKsSkayB .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uiIKsSkayB .item-wrapper {
    height: auto;
  }
}
.cid-uiIKsSkayB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uiIKsSkayB .item-title {
  text-align: center;
  color: #000000;
}
.cid-uiIKsSkayB .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uiIKsSkayB .mbr-text,
.cid-uiIKsSkayB .item .mbr-section-btn {
  text-align: center;
}
.cid-uiIKsSkayB .content-head {
  max-width: 800px;
}
.cid-uiIKsSkayB .mbr-section-subtitle,
.cid-uiIKsSkayB .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uiGo5hdXRt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uiGo5hdXRt img,
.cid-uiGo5hdXRt .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uiGo5hdXRt .item:focus,
.cid-uiGo5hdXRt span:focus {
  outline: none;
}
.cid-uiGo5hdXRt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiGo5hdXRt .item {
    margin-bottom: 1rem;
  }
}
.cid-uiGo5hdXRt h5 {
  margin: 0;
}
.cid-uiGo5hdXRt .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiGo5hdXRt .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uiGo5hdXRt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiGo5hdXRt .item-wrapper:hover {
  border-color: #000000;
}
.cid-uiGo5hdXRt .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uiGo5hdXRt .item-wrapper {
    height: auto;
  }
}
.cid-uiGo5hdXRt .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uiGo5hdXRt .item-title {
  text-align: center;
  color: #000000;
}
.cid-uiGo5hdXRt .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uiGo5hdXRt .mbr-text,
.cid-uiGo5hdXRt .item .mbr-section-btn {
  text-align: center;
}
.cid-uiGo5hdXRt .content-head {
  max-width: 800px;
}
.cid-uiGo5hdXRt .mbr-section-subtitle,
.cid-uiGo5hdXRt .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uiGo5gv5Fw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uiGo5gv5Fw img,
.cid-uiGo5gv5Fw .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uiGo5gv5Fw .item:focus,
.cid-uiGo5gv5Fw span:focus {
  outline: none;
}
.cid-uiGo5gv5Fw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiGo5gv5Fw .item {
    margin-bottom: 1rem;
  }
}
.cid-uiGo5gv5Fw h5 {
  margin: 0;
}
.cid-uiGo5gv5Fw .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiGo5gv5Fw .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uiGo5gv5Fw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiGo5gv5Fw .item-wrapper:hover {
  border-color: #000000;
}
.cid-uiGo5gv5Fw .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uiGo5gv5Fw .item-wrapper {
    height: auto;
  }
}
.cid-uiGo5gv5Fw .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uiGo5gv5Fw .item-title {
  text-align: center;
  color: #000000;
}
.cid-uiGo5gv5Fw .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uiGo5gv5Fw .mbr-text,
.cid-uiGo5gv5Fw .item .mbr-section-btn {
  text-align: center;
}
.cid-uiGo5gv5Fw .content-head {
  max-width: 800px;
}
.cid-uiGo5gv5Fw .mbr-section-subtitle,
.cid-uiGo5gv5Fw .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uiGtJy6IcD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uiGtJy6IcD img,
.cid-uiGtJy6IcD .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uiGtJy6IcD .item:focus,
.cid-uiGtJy6IcD span:focus {
  outline: none;
}
.cid-uiGtJy6IcD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiGtJy6IcD .item {
    margin-bottom: 1rem;
  }
}
.cid-uiGtJy6IcD h5 {
  margin: 0;
}
.cid-uiGtJy6IcD .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiGtJy6IcD .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uiGtJy6IcD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiGtJy6IcD .item-wrapper:hover {
  border-color: #000000;
}
.cid-uiGtJy6IcD .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uiGtJy6IcD .item-wrapper {
    height: auto;
  }
}
.cid-uiGtJy6IcD .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uiGtJy6IcD .item-title {
  text-align: center;
  color: #000000;
}
.cid-uiGtJy6IcD .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uiGtJy6IcD .mbr-text,
.cid-uiGtJy6IcD .item .mbr-section-btn {
  text-align: center;
}
.cid-uiGtJy6IcD .content-head {
  max-width: 800px;
}
.cid-uiGtJy6IcD .mbr-section-subtitle,
.cid-uiGtJy6IcD .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uiIO3gVoUi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uiIO3gVoUi img,
.cid-uiIO3gVoUi .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uiIO3gVoUi .item:focus,
.cid-uiIO3gVoUi span:focus {
  outline: none;
}
.cid-uiIO3gVoUi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiIO3gVoUi .item {
    margin-bottom: 1rem;
  }
}
.cid-uiIO3gVoUi h5 {
  margin: 0;
}
.cid-uiIO3gVoUi .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiIO3gVoUi .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uiIO3gVoUi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiIO3gVoUi .item-wrapper:hover {
  border-color: #000000;
}
.cid-uiIO3gVoUi .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uiIO3gVoUi .item-wrapper {
    height: auto;
  }
}
.cid-uiIO3gVoUi .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uiIO3gVoUi .item-title {
  text-align: center;
  color: #000000;
}
.cid-uiIO3gVoUi .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uiIO3gVoUi .mbr-text,
.cid-uiIO3gVoUi .item .mbr-section-btn {
  text-align: center;
}
.cid-uiIO3gVoUi .content-head {
  max-width: 800px;
}
.cid-uiIO3gVoUi .mbr-section-subtitle,
.cid-uiIO3gVoUi .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uiGo5hGfIP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiGo5hGfIP .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uiGo5hGfIP .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uiGo5hGfIP .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uiGo5hGfIP .social-media {
  margin-top: 1.5rem;
}
.cid-uiGo5hGfIP .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uiGo5hGfIP .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uiGo5hGfIP .mbr-text,
.cid-uiGo5hGfIP .mbr-offer {
  line-height: 1.5;
}
.cid-uiGo5hGfIP .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uiGo5hGfIP .container-fluid {
    padding: 0 1rem;
  }
  .cid-uiGo5hGfIP .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uiGo5hGfIP .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uiGo5hGfIP .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uiGo5hGfIP .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uiGo5hGfIP .container-fluid {
  max-width: 1300px;
}
.cid-uiMw41Evao {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uiMw41Evao .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uiMw41Evao .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uiMw41Evao .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uiMw41Evao .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uiMw41Evao .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uiMw41Evao .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uiMw41Evao .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uiMw41Evao .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiMw41Evao .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uiMw41Evao .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uiMw41Evao .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uiMw41Evao .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiMw41Evao .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uiMw41Evao .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uiMw41Evao .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiMw41Evao .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiMw41Evao .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiMw41Evao .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uiMw41Evao .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uiMw41Evao .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiMw41Evao .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uiMw41Evao .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uiMw41Evao .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uiMw41Evao .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiMw41Evao .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uiMw41Evao .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiMw41Evao .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiMw41Evao .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiMw41Evao .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uiMw41Evao .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uiMw41Evao .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiMw41Evao .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uiMw41Evao .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uiMw41Evao .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uiMw41Evao .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uiMw41Evao .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uiMw41Evao .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uiMw41Evao .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uiMw41Evao .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uiMw41Evao .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uiMw41Evao .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uiMw41Evao .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uiMw41Evao .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiMw41Evao .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiMw41Evao .dropdown-item.active,
.cid-uiMw41Evao .dropdown-item:active {
  background-color: transparent;
}
.cid-uiMw41Evao .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uiMw41Evao .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiMw41Evao .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiMw41Evao .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uiMw41Evao .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uiMw41Evao .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiMw41Evao ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uiMw41Evao .navbar-buttons {
  text-align: center;
}
.cid-uiMw41Evao button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiMw41Evao button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uiMw41Evao button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiMw41Evao button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiMw41Evao button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiMw41Evao button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiMw41Evao nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiMw41Evao nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiMw41Evao nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiMw41Evao nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiMw41Evao a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uiMw41Evao .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uiMw41Evao .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uiMw41Evao .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uiMw41Evao .nav-link:hover,
.cid-uiMw41Evao .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uiMw41Evao .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uiMw41Evao .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uiMw41Evao .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uiMw42juRZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uiMw42juRZ img,
.cid-uiMw42juRZ .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uiMw42juRZ .item:focus,
.cid-uiMw42juRZ span:focus {
  outline: none;
}
.cid-uiMw42juRZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiMw42juRZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uiMw42juRZ h5 {
  margin: 0;
}
.cid-uiMw42juRZ .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiMw42juRZ .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uiMw42juRZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiMw42juRZ .item-wrapper:hover {
  border-color: #000000;
}
.cid-uiMw42juRZ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uiMw42juRZ .item-wrapper {
    height: auto;
  }
}
.cid-uiMw42juRZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uiMw42juRZ .item-title {
  text-align: center;
  color: #000000;
}
.cid-uiMw42juRZ .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uiMw42juRZ .mbr-text,
.cid-uiMw42juRZ .item .mbr-section-btn {
  text-align: center;
}
.cid-uiMw42juRZ .content-head {
  max-width: 800px;
}
.cid-uiMw42juRZ .mbr-section-subtitle,
.cid-uiMw42juRZ .mbr-section-head .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-uiMw42juRZ .mbr-section-subtitle,
.cid-uiMw42juRZ .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uiMw47AGNZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiMw47AGNZ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uiMw47AGNZ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uiMw47AGNZ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uiMw47AGNZ .social-media {
  margin-top: 1.5rem;
}
.cid-uiMw47AGNZ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uiMw47AGNZ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uiMw47AGNZ .mbr-text,
.cid-uiMw47AGNZ .mbr-offer {
  line-height: 1.5;
}
.cid-uiMw47AGNZ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uiMw47AGNZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uiMw47AGNZ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uiMw47AGNZ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uiMw47AGNZ .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uiMw47AGNZ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uiMw47AGNZ .container-fluid {
  max-width: 1300px;
}
.cid-uiMyyOyTGQ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uiMyyOyTGQ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uiMyyOyTGQ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uiMyyOyTGQ .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uiMyyOyTGQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uiMyyOyTGQ .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uiMyyOyTGQ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uiMyyOyTGQ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uiMyyOyTGQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiMyyOyTGQ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uiMyyOyTGQ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uiMyyOyTGQ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uiMyyOyTGQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiMyyOyTGQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uiMyyOyTGQ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uiMyyOyTGQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiMyyOyTGQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiMyyOyTGQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiMyyOyTGQ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uiMyyOyTGQ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uiMyyOyTGQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiMyyOyTGQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uiMyyOyTGQ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uiMyyOyTGQ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uiMyyOyTGQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiMyyOyTGQ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uiMyyOyTGQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiMyyOyTGQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiMyyOyTGQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiMyyOyTGQ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uiMyyOyTGQ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uiMyyOyTGQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiMyyOyTGQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uiMyyOyTGQ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uiMyyOyTGQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uiMyyOyTGQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uiMyyOyTGQ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uiMyyOyTGQ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uiMyyOyTGQ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uiMyyOyTGQ .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uiMyyOyTGQ .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uiMyyOyTGQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uiMyyOyTGQ .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uiMyyOyTGQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiMyyOyTGQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiMyyOyTGQ .dropdown-item.active,
.cid-uiMyyOyTGQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uiMyyOyTGQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uiMyyOyTGQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiMyyOyTGQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiMyyOyTGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uiMyyOyTGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uiMyyOyTGQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiMyyOyTGQ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uiMyyOyTGQ .navbar-buttons {
  text-align: center;
}
.cid-uiMyyOyTGQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiMyyOyTGQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uiMyyOyTGQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiMyyOyTGQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiMyyOyTGQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiMyyOyTGQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiMyyOyTGQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiMyyOyTGQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiMyyOyTGQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiMyyOyTGQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiMyyOyTGQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uiMyyOyTGQ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uiMyyOyTGQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uiMyyOyTGQ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uiMyyOyTGQ .nav-link:hover,
.cid-uiMyyOyTGQ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uiMyyOyTGQ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uiMyyOyTGQ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uiMyyOyTGQ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uiMyyQgyr3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uiMyyQgyr3 img,
.cid-uiMyyQgyr3 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uiMyyQgyr3 .item:focus,
.cid-uiMyyQgyr3 span:focus {
  outline: none;
}
.cid-uiMyyQgyr3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiMyyQgyr3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uiMyyQgyr3 h5 {
  margin: 0;
}
.cid-uiMyyQgyr3 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiMyyQgyr3 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uiMyyQgyr3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiMyyQgyr3 .item-wrapper:hover {
  border-color: #000000;
}
.cid-uiMyyQgyr3 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uiMyyQgyr3 .item-wrapper {
    height: auto;
  }
}
.cid-uiMyyQgyr3 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uiMyyQgyr3 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uiMyyQgyr3 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uiMyyQgyr3 .mbr-text,
.cid-uiMyyQgyr3 .item .mbr-section-btn {
  text-align: center;
}
.cid-uiMyyQgyr3 .content-head {
  max-width: 800px;
}
.cid-uiMyyQgyr3 .mbr-section-subtitle,
.cid-uiMyyQgyr3 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uiMyyQgyr3 .mbr-section-subtitle,
.cid-uiMyyQgyr3 .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uiMyyRgkzr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uiMyyRgkzr img,
.cid-uiMyyRgkzr .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uiMyyRgkzr .item:focus,
.cid-uiMyyRgkzr span:focus {
  outline: none;
}
.cid-uiMyyRgkzr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiMyyRgkzr .item {
    margin-bottom: 1rem;
  }
}
.cid-uiMyyRgkzr h5 {
  margin: 0;
}
.cid-uiMyyRgkzr .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiMyyRgkzr .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uiMyyRgkzr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiMyyRgkzr .item-wrapper:hover {
  border-color: #000000;
}
.cid-uiMyyRgkzr .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uiMyyRgkzr .item-wrapper {
    height: auto;
  }
}
.cid-uiMyyRgkzr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uiMyyRgkzr .item-title {
  text-align: center;
  color: #000000;
}
.cid-uiMyyRgkzr .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uiMyyRgkzr .mbr-text,
.cid-uiMyyRgkzr .item .mbr-section-btn {
  text-align: center;
}
.cid-uiMyyRgkzr .content-head {
  max-width: 800px;
}
.cid-uiMyyRgkzr .mbr-section-subtitle,
.cid-uiMyyRgkzr .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uiMyyRSCgV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uiMyyRSCgV img,
.cid-uiMyyRSCgV .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uiMyyRSCgV .item:focus,
.cid-uiMyyRSCgV span:focus {
  outline: none;
}
.cid-uiMyyRSCgV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiMyyRSCgV .item {
    margin-bottom: 1rem;
  }
}
.cid-uiMyyRSCgV h5 {
  margin: 0;
}
.cid-uiMyyRSCgV .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiMyyRSCgV .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uiMyyRSCgV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiMyyRSCgV .item-wrapper:hover {
  border-color: #000000;
}
.cid-uiMyyRSCgV .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uiMyyRSCgV .item-wrapper {
    height: auto;
  }
}
.cid-uiMyyRSCgV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uiMyyRSCgV .item-title {
  text-align: center;
  color: #000000;
}
.cid-uiMyyRSCgV .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uiMyyRSCgV .mbr-text,
.cid-uiMyyRSCgV .item .mbr-section-btn {
  text-align: center;
}
.cid-uiMyyRSCgV .content-head {
  max-width: 800px;
}
.cid-uiMyyRSCgV .mbr-section-subtitle,
.cid-uiMyyRSCgV .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uiMyyUNMLM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiMyyUNMLM .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uiMyyUNMLM .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uiMyyUNMLM .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uiMyyUNMLM .social-media {
  margin-top: 1.5rem;
}
.cid-uiMyyUNMLM .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uiMyyUNMLM .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uiMyyUNMLM .mbr-text,
.cid-uiMyyUNMLM .mbr-offer {
  line-height: 1.5;
}
.cid-uiMyyUNMLM .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uiMyyUNMLM .container-fluid {
    padding: 0 1rem;
  }
  .cid-uiMyyUNMLM .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uiMyyUNMLM .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uiMyyUNMLM .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uiMyyUNMLM .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uiMyyUNMLM .container-fluid {
  max-width: 1300px;
}
.cid-ujflpAjcG4 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujflpAjcG4 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujflpAjcG4 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujflpAjcG4 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujflpAjcG4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujflpAjcG4 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujflpAjcG4 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujflpAjcG4 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujflpAjcG4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujflpAjcG4 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujflpAjcG4 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujflpAjcG4 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujflpAjcG4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujflpAjcG4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujflpAjcG4 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujflpAjcG4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujflpAjcG4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujflpAjcG4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujflpAjcG4 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujflpAjcG4 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujflpAjcG4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujflpAjcG4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujflpAjcG4 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujflpAjcG4 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujflpAjcG4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujflpAjcG4 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujflpAjcG4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujflpAjcG4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujflpAjcG4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujflpAjcG4 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujflpAjcG4 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujflpAjcG4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujflpAjcG4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujflpAjcG4 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujflpAjcG4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujflpAjcG4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujflpAjcG4 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujflpAjcG4 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujflpAjcG4 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujflpAjcG4 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujflpAjcG4 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujflpAjcG4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujflpAjcG4 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujflpAjcG4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujflpAjcG4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujflpAjcG4 .dropdown-item.active,
.cid-ujflpAjcG4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujflpAjcG4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujflpAjcG4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujflpAjcG4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujflpAjcG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujflpAjcG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujflpAjcG4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujflpAjcG4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujflpAjcG4 .navbar-buttons {
  text-align: center;
}
.cid-ujflpAjcG4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujflpAjcG4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujflpAjcG4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujflpAjcG4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujflpAjcG4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujflpAjcG4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujflpAjcG4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujflpAjcG4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujflpAjcG4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujflpAjcG4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujflpAjcG4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujflpAjcG4 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujflpAjcG4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujflpAjcG4 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujflpAjcG4 .nav-link:hover,
.cid-ujflpAjcG4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujflpAjcG4 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujflpAjcG4 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujflpAjcG4 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujflpAPUQE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujflpAPUQE img,
.cid-ujflpAPUQE .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujflpAPUQE .item:focus,
.cid-ujflpAPUQE span:focus {
  outline: none;
}
.cid-ujflpAPUQE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujflpAPUQE .item {
    margin-bottom: 1rem;
  }
}
.cid-ujflpAPUQE h5 {
  margin: 0;
}
.cid-ujflpAPUQE .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujflpAPUQE .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujflpAPUQE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujflpAPUQE .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujflpAPUQE .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujflpAPUQE .item-wrapper {
    height: auto;
  }
}
.cid-ujflpAPUQE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujflpAPUQE .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujflpAPUQE .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujflpAPUQE .mbr-text,
.cid-ujflpAPUQE .item .mbr-section-btn {
  text-align: center;
}
.cid-ujflpAPUQE .content-head {
  max-width: 800px;
}
.cid-ujflpAPUQE .mbr-section-subtitle,
.cid-ujflpAPUQE .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujflpAPUQE .mbr-section-subtitle,
.cid-ujflpAPUQE .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujflpBbRyf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujflpBbRyf .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujflpBbRyf .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujflpBbRyf .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujflpBbRyf .social-media {
  margin-top: 1.5rem;
}
.cid-ujflpBbRyf .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujflpBbRyf .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujflpBbRyf .mbr-text,
.cid-ujflpBbRyf .mbr-offer {
  line-height: 1.5;
}
.cid-ujflpBbRyf .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujflpBbRyf .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujflpBbRyf .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujflpBbRyf .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujflpBbRyf .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujflpBbRyf .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujflpBbRyf .container-fluid {
  max-width: 1300px;
}
.cid-ujfq3N5wNf {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujfq3N5wNf .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujfq3N5wNf .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujfq3N5wNf .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujfq3N5wNf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujfq3N5wNf .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujfq3N5wNf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujfq3N5wNf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujfq3N5wNf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujfq3N5wNf .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujfq3N5wNf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujfq3N5wNf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujfq3N5wNf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujfq3N5wNf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujfq3N5wNf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujfq3N5wNf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujfq3N5wNf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujfq3N5wNf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujfq3N5wNf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujfq3N5wNf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujfq3N5wNf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujfq3N5wNf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujfq3N5wNf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujfq3N5wNf .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujfq3N5wNf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujfq3N5wNf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujfq3N5wNf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujfq3N5wNf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujfq3N5wNf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujfq3N5wNf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujfq3N5wNf .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujfq3N5wNf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujfq3N5wNf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujfq3N5wNf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujfq3N5wNf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujfq3N5wNf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujfq3N5wNf .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujfq3N5wNf .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujfq3N5wNf .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujfq3N5wNf .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujfq3N5wNf .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujfq3N5wNf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujfq3N5wNf .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujfq3N5wNf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujfq3N5wNf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujfq3N5wNf .dropdown-item.active,
.cid-ujfq3N5wNf .dropdown-item:active {
  background-color: transparent;
}
.cid-ujfq3N5wNf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujfq3N5wNf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujfq3N5wNf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujfq3N5wNf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujfq3N5wNf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujfq3N5wNf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujfq3N5wNf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujfq3N5wNf .navbar-buttons {
  text-align: center;
}
.cid-ujfq3N5wNf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujfq3N5wNf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujfq3N5wNf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujfq3N5wNf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujfq3N5wNf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujfq3N5wNf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujfq3N5wNf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujfq3N5wNf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujfq3N5wNf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujfq3N5wNf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujfq3N5wNf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujfq3N5wNf .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujfq3N5wNf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujfq3N5wNf .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujfq3N5wNf .nav-link:hover,
.cid-ujfq3N5wNf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujfq3N5wNf .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujfq3N5wNf .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujfq3N5wNf .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujfq3NEbLl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujfq3NEbLl img,
.cid-ujfq3NEbLl .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujfq3NEbLl .item:focus,
.cid-ujfq3NEbLl span:focus {
  outline: none;
}
.cid-ujfq3NEbLl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujfq3NEbLl .item {
    margin-bottom: 1rem;
  }
}
.cid-ujfq3NEbLl h5 {
  margin: 0;
}
.cid-ujfq3NEbLl .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujfq3NEbLl .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujfq3NEbLl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujfq3NEbLl .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujfq3NEbLl .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujfq3NEbLl .item-wrapper {
    height: auto;
  }
}
.cid-ujfq3NEbLl .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujfq3NEbLl .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujfq3NEbLl .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujfq3NEbLl .mbr-text,
.cid-ujfq3NEbLl .item .mbr-section-btn {
  text-align: center;
}
.cid-ujfq3NEbLl .content-head {
  max-width: 800px;
}
.cid-ujfq3NEbLl .mbr-section-subtitle,
.cid-ujfq3NEbLl .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujfq3NEbLl .mbr-section-subtitle,
.cid-ujfq3NEbLl .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujfq3O6h6i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujfq3O6h6i .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujfq3O6h6i .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujfq3O6h6i .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujfq3O6h6i .social-media {
  margin-top: 1.5rem;
}
.cid-ujfq3O6h6i .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujfq3O6h6i .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujfq3O6h6i .mbr-text,
.cid-ujfq3O6h6i .mbr-offer {
  line-height: 1.5;
}
.cid-ujfq3O6h6i .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujfq3O6h6i .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujfq3O6h6i .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujfq3O6h6i .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujfq3O6h6i .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujfq3O6h6i .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujfq3O6h6i .container-fluid {
  max-width: 1300px;
}
.cid-ujfspm4lHJ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujfspm4lHJ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujfspm4lHJ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujfspm4lHJ .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujfspm4lHJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujfspm4lHJ .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujfspm4lHJ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujfspm4lHJ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujfspm4lHJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujfspm4lHJ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujfspm4lHJ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujfspm4lHJ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujfspm4lHJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujfspm4lHJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujfspm4lHJ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujfspm4lHJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujfspm4lHJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujfspm4lHJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujfspm4lHJ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujfspm4lHJ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujfspm4lHJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujfspm4lHJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujfspm4lHJ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujfspm4lHJ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujfspm4lHJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujfspm4lHJ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujfspm4lHJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujfspm4lHJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujfspm4lHJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujfspm4lHJ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujfspm4lHJ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujfspm4lHJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujfspm4lHJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujfspm4lHJ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujfspm4lHJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujfspm4lHJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujfspm4lHJ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujfspm4lHJ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujfspm4lHJ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujfspm4lHJ .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujfspm4lHJ .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujfspm4lHJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujfspm4lHJ .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujfspm4lHJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujfspm4lHJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujfspm4lHJ .dropdown-item.active,
.cid-ujfspm4lHJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ujfspm4lHJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujfspm4lHJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujfspm4lHJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujfspm4lHJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujfspm4lHJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujfspm4lHJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujfspm4lHJ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujfspm4lHJ .navbar-buttons {
  text-align: center;
}
.cid-ujfspm4lHJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujfspm4lHJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujfspm4lHJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujfspm4lHJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujfspm4lHJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujfspm4lHJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujfspm4lHJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujfspm4lHJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujfspm4lHJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujfspm4lHJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujfspm4lHJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujfspm4lHJ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujfspm4lHJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujfspm4lHJ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujfspm4lHJ .nav-link:hover,
.cid-ujfspm4lHJ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujfspm4lHJ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujfspm4lHJ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujfspm4lHJ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujfspmLTqA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujfspmLTqA img,
.cid-ujfspmLTqA .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujfspmLTqA .item:focus,
.cid-ujfspmLTqA span:focus {
  outline: none;
}
.cid-ujfspmLTqA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujfspmLTqA .item {
    margin-bottom: 1rem;
  }
}
.cid-ujfspmLTqA h5 {
  margin: 0;
}
.cid-ujfspmLTqA .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujfspmLTqA .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujfspmLTqA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujfspmLTqA .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujfspmLTqA .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujfspmLTqA .item-wrapper {
    height: auto;
  }
}
.cid-ujfspmLTqA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujfspmLTqA .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujfspmLTqA .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujfspmLTqA .mbr-text,
.cid-ujfspmLTqA .item .mbr-section-btn {
  text-align: center;
}
.cid-ujfspmLTqA .content-head {
  max-width: 800px;
}
.cid-ujfspmLTqA .mbr-section-subtitle,
.cid-ujfspmLTqA .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujfspmLTqA .mbr-section-subtitle,
.cid-ujfspmLTqA .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujfspnxd4j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujfspnxd4j img,
.cid-ujfspnxd4j .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujfspnxd4j .item:focus,
.cid-ujfspnxd4j span:focus {
  outline: none;
}
.cid-ujfspnxd4j .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujfspnxd4j .item {
    margin-bottom: 1rem;
  }
}
.cid-ujfspnxd4j h5 {
  margin: 0;
}
.cid-ujfspnxd4j .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujfspnxd4j .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujfspnxd4j .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujfspnxd4j .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujfspnxd4j .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujfspnxd4j .item-wrapper {
    height: auto;
  }
}
.cid-ujfspnxd4j .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujfspnxd4j .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujfspnxd4j .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujfspnxd4j .mbr-text,
.cid-ujfspnxd4j .item .mbr-section-btn {
  text-align: center;
}
.cid-ujfspnxd4j .content-head {
  max-width: 800px;
}
.cid-ujfspnxd4j .mbr-section-subtitle,
.cid-ujfspnxd4j .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujfspo8qPk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujfspo8qPk img,
.cid-ujfspo8qPk .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujfspo8qPk .item:focus,
.cid-ujfspo8qPk span:focus {
  outline: none;
}
.cid-ujfspo8qPk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujfspo8qPk .item {
    margin-bottom: 1rem;
  }
}
.cid-ujfspo8qPk h5 {
  margin: 0;
}
.cid-ujfspo8qPk .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujfspo8qPk .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujfspo8qPk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujfspo8qPk .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujfspo8qPk .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujfspo8qPk .item-wrapper {
    height: auto;
  }
}
.cid-ujfspo8qPk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujfspo8qPk .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujfspo8qPk .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujfspo8qPk .mbr-text,
.cid-ujfspo8qPk .item .mbr-section-btn {
  text-align: center;
}
.cid-ujfspo8qPk .content-head {
  max-width: 800px;
}
.cid-ujfspo8qPk .mbr-section-subtitle,
.cid-ujfspo8qPk .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujfspoNmjA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujfspoNmjA img,
.cid-ujfspoNmjA .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujfspoNmjA .item:focus,
.cid-ujfspoNmjA span:focus {
  outline: none;
}
.cid-ujfspoNmjA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujfspoNmjA .item {
    margin-bottom: 1rem;
  }
}
.cid-ujfspoNmjA h5 {
  margin: 0;
}
.cid-ujfspoNmjA .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujfspoNmjA .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujfspoNmjA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujfspoNmjA .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujfspoNmjA .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujfspoNmjA .item-wrapper {
    height: auto;
  }
}
.cid-ujfspoNmjA .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujfspoNmjA .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujfspoNmjA .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujfspoNmjA .mbr-text,
.cid-ujfspoNmjA .item .mbr-section-btn {
  text-align: center;
}
.cid-ujfspoNmjA .content-head {
  max-width: 800px;
}
.cid-ujfspoNmjA .mbr-section-subtitle,
.cid-ujfspoNmjA .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujfsppnKu5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujfsppnKu5 img,
.cid-ujfsppnKu5 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujfsppnKu5 .item:focus,
.cid-ujfsppnKu5 span:focus {
  outline: none;
}
.cid-ujfsppnKu5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujfsppnKu5 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujfsppnKu5 h5 {
  margin: 0;
}
.cid-ujfsppnKu5 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujfsppnKu5 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujfsppnKu5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujfsppnKu5 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujfsppnKu5 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujfsppnKu5 .item-wrapper {
    height: auto;
  }
}
.cid-ujfsppnKu5 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujfsppnKu5 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujfsppnKu5 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujfsppnKu5 .mbr-text,
.cid-ujfsppnKu5 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujfsppnKu5 .content-head {
  max-width: 800px;
}
.cid-ujfsppnKu5 .mbr-section-subtitle,
.cid-ujfsppnKu5 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujfspq1Jrp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujfspq1Jrp img,
.cid-ujfspq1Jrp .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujfspq1Jrp .item:focus,
.cid-ujfspq1Jrp span:focus {
  outline: none;
}
.cid-ujfspq1Jrp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujfspq1Jrp .item {
    margin-bottom: 1rem;
  }
}
.cid-ujfspq1Jrp h5 {
  margin: 0;
}
.cid-ujfspq1Jrp .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujfspq1Jrp .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujfspq1Jrp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujfspq1Jrp .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujfspq1Jrp .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujfspq1Jrp .item-wrapper {
    height: auto;
  }
}
.cid-ujfspq1Jrp .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujfspq1Jrp .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujfspq1Jrp .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujfspq1Jrp .mbr-text,
.cid-ujfspq1Jrp .item .mbr-section-btn {
  text-align: center;
}
.cid-ujfspq1Jrp .content-head {
  max-width: 800px;
}
.cid-ujfspq1Jrp .mbr-section-subtitle,
.cid-ujfspq1Jrp .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujfspqAYCg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujfspqAYCg img,
.cid-ujfspqAYCg .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujfspqAYCg .item:focus,
.cid-ujfspqAYCg span:focus {
  outline: none;
}
.cid-ujfspqAYCg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujfspqAYCg .item {
    margin-bottom: 1rem;
  }
}
.cid-ujfspqAYCg h5 {
  margin: 0;
}
.cid-ujfspqAYCg .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujfspqAYCg .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujfspqAYCg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujfspqAYCg .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujfspqAYCg .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujfspqAYCg .item-wrapper {
    height: auto;
  }
}
.cid-ujfspqAYCg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujfspqAYCg .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujfspqAYCg .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujfspqAYCg .mbr-text,
.cid-ujfspqAYCg .item .mbr-section-btn {
  text-align: center;
}
.cid-ujfspqAYCg .content-head {
  max-width: 800px;
}
.cid-ujfspqAYCg .mbr-section-subtitle,
.cid-ujfspqAYCg .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujfspr4o0d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujfspr4o0d .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujfspr4o0d .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujfspr4o0d .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujfspr4o0d .social-media {
  margin-top: 1.5rem;
}
.cid-ujfspr4o0d .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujfspr4o0d .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujfspr4o0d .mbr-text,
.cid-ujfspr4o0d .mbr-offer {
  line-height: 1.5;
}
.cid-ujfspr4o0d .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujfspr4o0d .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujfspr4o0d .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujfspr4o0d .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujfspr4o0d .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujfspr4o0d .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujfspr4o0d .container-fluid {
  max-width: 1300px;
}
.cid-ujfHUFyAir {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujfHUFyAir .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujfHUFyAir .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujfHUFyAir .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujfHUFyAir .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujfHUFyAir .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujfHUFyAir .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujfHUFyAir .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujfHUFyAir .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujfHUFyAir .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujfHUFyAir .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujfHUFyAir .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujfHUFyAir .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujfHUFyAir .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujfHUFyAir .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujfHUFyAir .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujfHUFyAir .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujfHUFyAir .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujfHUFyAir .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujfHUFyAir .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujfHUFyAir .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujfHUFyAir .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujfHUFyAir .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujfHUFyAir .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujfHUFyAir .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujfHUFyAir .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujfHUFyAir .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujfHUFyAir .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujfHUFyAir .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujfHUFyAir .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujfHUFyAir .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujfHUFyAir .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujfHUFyAir .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujfHUFyAir .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujfHUFyAir .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujfHUFyAir .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujfHUFyAir .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujfHUFyAir .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujfHUFyAir .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujfHUFyAir .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujfHUFyAir .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujfHUFyAir .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujfHUFyAir .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujfHUFyAir .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujfHUFyAir .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujfHUFyAir .dropdown-item.active,
.cid-ujfHUFyAir .dropdown-item:active {
  background-color: transparent;
}
.cid-ujfHUFyAir .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujfHUFyAir .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujfHUFyAir .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujfHUFyAir .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujfHUFyAir .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujfHUFyAir .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujfHUFyAir ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujfHUFyAir .navbar-buttons {
  text-align: center;
}
.cid-ujfHUFyAir button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujfHUFyAir button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujfHUFyAir button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujfHUFyAir button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujfHUFyAir button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujfHUFyAir button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujfHUFyAir nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujfHUFyAir nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujfHUFyAir nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujfHUFyAir nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujfHUFyAir a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujfHUFyAir .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujfHUFyAir .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujfHUFyAir .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujfHUFyAir .nav-link:hover,
.cid-ujfHUFyAir .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujfHUFyAir .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujfHUFyAir .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujfHUFyAir .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujfHUG9fFN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujfHUG9fFN img,
.cid-ujfHUG9fFN .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujfHUG9fFN .item:focus,
.cid-ujfHUG9fFN span:focus {
  outline: none;
}
.cid-ujfHUG9fFN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujfHUG9fFN .item {
    margin-bottom: 1rem;
  }
}
.cid-ujfHUG9fFN h5 {
  margin: 0;
}
.cid-ujfHUG9fFN .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujfHUG9fFN .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujfHUG9fFN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujfHUG9fFN .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujfHUG9fFN .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujfHUG9fFN .item-wrapper {
    height: auto;
  }
}
.cid-ujfHUG9fFN .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujfHUG9fFN .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujfHUG9fFN .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujfHUG9fFN .mbr-text,
.cid-ujfHUG9fFN .item .mbr-section-btn {
  text-align: center;
}
.cid-ujfHUG9fFN .content-head {
  max-width: 800px;
}
.cid-ujfHUG9fFN .mbr-section-subtitle,
.cid-ujfHUG9fFN .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujfHUG9fFN .mbr-section-subtitle,
.cid-ujfHUG9fFN .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujfHUGKcpV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujfHUGKcpV .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujfHUGKcpV .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujfHUGKcpV .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujfHUGKcpV .social-media {
  margin-top: 1.5rem;
}
.cid-ujfHUGKcpV .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujfHUGKcpV .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujfHUGKcpV .mbr-text,
.cid-ujfHUGKcpV .mbr-offer {
  line-height: 1.5;
}
.cid-ujfHUGKcpV .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujfHUGKcpV .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujfHUGKcpV .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujfHUGKcpV .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujfHUGKcpV .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujfHUGKcpV .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujfHUGKcpV .container-fluid {
  max-width: 1300px;
}
.cid-ujg4GJdklp {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujg4GJdklp .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujg4GJdklp .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujg4GJdklp .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujg4GJdklp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujg4GJdklp .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujg4GJdklp .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujg4GJdklp .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujg4GJdklp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujg4GJdklp .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujg4GJdklp .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujg4GJdklp .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujg4GJdklp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujg4GJdklp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujg4GJdklp .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujg4GJdklp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujg4GJdklp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujg4GJdklp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujg4GJdklp .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujg4GJdklp .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujg4GJdklp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujg4GJdklp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujg4GJdklp .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujg4GJdklp .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujg4GJdklp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujg4GJdklp .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujg4GJdklp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujg4GJdklp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujg4GJdklp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujg4GJdklp .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujg4GJdklp .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujg4GJdklp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujg4GJdklp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujg4GJdklp .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujg4GJdklp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujg4GJdklp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujg4GJdklp .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujg4GJdklp .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujg4GJdklp .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujg4GJdklp .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujg4GJdklp .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujg4GJdklp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujg4GJdklp .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujg4GJdklp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujg4GJdklp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujg4GJdklp .dropdown-item.active,
.cid-ujg4GJdklp .dropdown-item:active {
  background-color: transparent;
}
.cid-ujg4GJdklp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujg4GJdklp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujg4GJdklp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujg4GJdklp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujg4GJdklp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujg4GJdklp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujg4GJdklp ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujg4GJdklp .navbar-buttons {
  text-align: center;
}
.cid-ujg4GJdklp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujg4GJdklp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujg4GJdklp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujg4GJdklp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujg4GJdklp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujg4GJdklp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujg4GJdklp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujg4GJdklp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujg4GJdklp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujg4GJdklp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujg4GJdklp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujg4GJdklp .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujg4GJdklp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujg4GJdklp .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujg4GJdklp .nav-link:hover,
.cid-ujg4GJdklp .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujg4GJdklp .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujg4GJdklp .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujg4GJdklp .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujg4GJVN0N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujg4GJVN0N img,
.cid-ujg4GJVN0N .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujg4GJVN0N .item:focus,
.cid-ujg4GJVN0N span:focus {
  outline: none;
}
.cid-ujg4GJVN0N .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujg4GJVN0N .item {
    margin-bottom: 1rem;
  }
}
.cid-ujg4GJVN0N h5 {
  margin: 0;
}
.cid-ujg4GJVN0N .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujg4GJVN0N .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujg4GJVN0N .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujg4GJVN0N .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujg4GJVN0N .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujg4GJVN0N .item-wrapper {
    height: auto;
  }
}
.cid-ujg4GJVN0N .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujg4GJVN0N .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujg4GJVN0N .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujg4GJVN0N .mbr-text,
.cid-ujg4GJVN0N .item .mbr-section-btn {
  text-align: center;
}
.cid-ujg4GJVN0N .content-head {
  max-width: 800px;
}
.cid-ujg4GJVN0N .mbr-section-subtitle,
.cid-ujg4GJVN0N .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujg4GJVN0N .mbr-section-subtitle,
.cid-ujg4GJVN0N .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uOQrUS3jKM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uOQrUS3jKM img,
.cid-uOQrUS3jKM .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uOQrUS3jKM .item:focus,
.cid-uOQrUS3jKM span:focus {
  outline: none;
}
.cid-uOQrUS3jKM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOQrUS3jKM .item {
    margin-bottom: 1rem;
  }
}
.cid-uOQrUS3jKM h5 {
  margin: 0;
}
.cid-uOQrUS3jKM .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uOQrUS3jKM .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uOQrUS3jKM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uOQrUS3jKM .item-wrapper:hover {
  border-color: #000000;
}
.cid-uOQrUS3jKM .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uOQrUS3jKM .item-wrapper {
    height: auto;
  }
}
.cid-uOQrUS3jKM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOQrUS3jKM .item-title {
  text-align: center;
  color: #000000;
}
.cid-uOQrUS3jKM .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uOQrUS3jKM .mbr-text,
.cid-uOQrUS3jKM .item .mbr-section-btn {
  text-align: center;
}
.cid-uOQrUS3jKM .content-head {
  max-width: 800px;
}
.cid-uOQrUS3jKM .mbr-section-subtitle,
.cid-uOQrUS3jKM .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujg4GKzGbW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujg4GKzGbW img,
.cid-ujg4GKzGbW .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujg4GKzGbW .item:focus,
.cid-ujg4GKzGbW span:focus {
  outline: none;
}
.cid-ujg4GKzGbW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujg4GKzGbW .item {
    margin-bottom: 1rem;
  }
}
.cid-ujg4GKzGbW h5 {
  margin: 0;
}
.cid-ujg4GKzGbW .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujg4GKzGbW .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujg4GKzGbW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujg4GKzGbW .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujg4GKzGbW .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujg4GKzGbW .item-wrapper {
    height: auto;
  }
}
.cid-ujg4GKzGbW .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujg4GKzGbW .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujg4GKzGbW .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujg4GKzGbW .mbr-text,
.cid-ujg4GKzGbW .item .mbr-section-btn {
  text-align: center;
}
.cid-ujg4GKzGbW .content-head {
  max-width: 800px;
}
.cid-ujg4GKzGbW .mbr-section-subtitle,
.cid-ujg4GKzGbW .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujg4GLc6xL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujg4GLc6xL img,
.cid-ujg4GLc6xL .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujg4GLc6xL .item:focus,
.cid-ujg4GLc6xL span:focus {
  outline: none;
}
.cid-ujg4GLc6xL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujg4GLc6xL .item {
    margin-bottom: 1rem;
  }
}
.cid-ujg4GLc6xL h5 {
  margin: 0;
}
.cid-ujg4GLc6xL .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujg4GLc6xL .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujg4GLc6xL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujg4GLc6xL .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujg4GLc6xL .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujg4GLc6xL .item-wrapper {
    height: auto;
  }
}
.cid-ujg4GLc6xL .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujg4GLc6xL .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujg4GLc6xL .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujg4GLc6xL .mbr-text,
.cid-ujg4GLc6xL .item .mbr-section-btn {
  text-align: center;
}
.cid-ujg4GLc6xL .content-head {
  max-width: 800px;
}
.cid-ujg4GLc6xL .mbr-section-subtitle,
.cid-ujg4GLc6xL .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujg4GLPeme {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujg4GLPeme img,
.cid-ujg4GLPeme .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujg4GLPeme .item:focus,
.cid-ujg4GLPeme span:focus {
  outline: none;
}
.cid-ujg4GLPeme .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujg4GLPeme .item {
    margin-bottom: 1rem;
  }
}
.cid-ujg4GLPeme h5 {
  margin: 0;
}
.cid-ujg4GLPeme .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujg4GLPeme .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujg4GLPeme .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujg4GLPeme .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujg4GLPeme .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujg4GLPeme .item-wrapper {
    height: auto;
  }
}
.cid-ujg4GLPeme .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujg4GLPeme .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujg4GLPeme .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujg4GLPeme .mbr-text,
.cid-ujg4GLPeme .item .mbr-section-btn {
  text-align: center;
}
.cid-ujg4GLPeme .content-head {
  max-width: 800px;
}
.cid-ujg4GLPeme .mbr-section-subtitle,
.cid-ujg4GLPeme .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujg4GMr1Mp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujg4GMr1Mp img,
.cid-ujg4GMr1Mp .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujg4GMr1Mp .item:focus,
.cid-ujg4GMr1Mp span:focus {
  outline: none;
}
.cid-ujg4GMr1Mp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujg4GMr1Mp .item {
    margin-bottom: 1rem;
  }
}
.cid-ujg4GMr1Mp h5 {
  margin: 0;
}
.cid-ujg4GMr1Mp .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujg4GMr1Mp .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujg4GMr1Mp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujg4GMr1Mp .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujg4GMr1Mp .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujg4GMr1Mp .item-wrapper {
    height: auto;
  }
}
.cid-ujg4GMr1Mp .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujg4GMr1Mp .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujg4GMr1Mp .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujg4GMr1Mp .mbr-text,
.cid-ujg4GMr1Mp .item .mbr-section-btn {
  text-align: center;
}
.cid-ujg4GMr1Mp .content-head {
  max-width: 800px;
}
.cid-ujg4GMr1Mp .mbr-section-subtitle,
.cid-ujg4GMr1Mp .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujg4GN6bYM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujg4GN6bYM img,
.cid-ujg4GN6bYM .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujg4GN6bYM .item:focus,
.cid-ujg4GN6bYM span:focus {
  outline: none;
}
.cid-ujg4GN6bYM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujg4GN6bYM .item {
    margin-bottom: 1rem;
  }
}
.cid-ujg4GN6bYM h5 {
  margin: 0;
}
.cid-ujg4GN6bYM .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujg4GN6bYM .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujg4GN6bYM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujg4GN6bYM .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujg4GN6bYM .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujg4GN6bYM .item-wrapper {
    height: auto;
  }
}
.cid-ujg4GN6bYM .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujg4GN6bYM .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujg4GN6bYM .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujg4GN6bYM .mbr-text,
.cid-ujg4GN6bYM .item .mbr-section-btn {
  text-align: center;
}
.cid-ujg4GN6bYM .content-head {
  max-width: 800px;
}
.cid-ujg4GN6bYM .mbr-section-subtitle,
.cid-ujg4GN6bYM .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujg4GNDOAW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujg4GNDOAW img,
.cid-ujg4GNDOAW .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujg4GNDOAW .item:focus,
.cid-ujg4GNDOAW span:focus {
  outline: none;
}
.cid-ujg4GNDOAW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujg4GNDOAW .item {
    margin-bottom: 1rem;
  }
}
.cid-ujg4GNDOAW h5 {
  margin: 0;
}
.cid-ujg4GNDOAW .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujg4GNDOAW .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujg4GNDOAW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujg4GNDOAW .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujg4GNDOAW .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujg4GNDOAW .item-wrapper {
    height: auto;
  }
}
.cid-ujg4GNDOAW .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujg4GNDOAW .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujg4GNDOAW .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujg4GNDOAW .mbr-text,
.cid-ujg4GNDOAW .item .mbr-section-btn {
  text-align: center;
}
.cid-ujg4GNDOAW .content-head {
  max-width: 800px;
}
.cid-ujg4GNDOAW .mbr-section-subtitle,
.cid-ujg4GNDOAW .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujgfV2mYLV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujgfV2mYLV img,
.cid-ujgfV2mYLV .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujgfV2mYLV .item:focus,
.cid-ujgfV2mYLV span:focus {
  outline: none;
}
.cid-ujgfV2mYLV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujgfV2mYLV .item {
    margin-bottom: 1rem;
  }
}
.cid-ujgfV2mYLV h5 {
  margin: 0;
}
.cid-ujgfV2mYLV .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujgfV2mYLV .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujgfV2mYLV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujgfV2mYLV .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujgfV2mYLV .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujgfV2mYLV .item-wrapper {
    height: auto;
  }
}
.cid-ujgfV2mYLV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujgfV2mYLV .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujgfV2mYLV .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujgfV2mYLV .mbr-text,
.cid-ujgfV2mYLV .item .mbr-section-btn {
  text-align: center;
}
.cid-ujgfV2mYLV .content-head {
  max-width: 800px;
}
.cid-ujgfV2mYLV .mbr-section-subtitle,
.cid-ujgfV2mYLV .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujgfUeqS06 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujgfUeqS06 img,
.cid-ujgfUeqS06 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujgfUeqS06 .item:focus,
.cid-ujgfUeqS06 span:focus {
  outline: none;
}
.cid-ujgfUeqS06 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujgfUeqS06 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujgfUeqS06 h5 {
  margin: 0;
}
.cid-ujgfUeqS06 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujgfUeqS06 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujgfUeqS06 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujgfUeqS06 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujgfUeqS06 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujgfUeqS06 .item-wrapper {
    height: auto;
  }
}
.cid-ujgfUeqS06 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujgfUeqS06 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujgfUeqS06 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujgfUeqS06 .mbr-text,
.cid-ujgfUeqS06 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujgfUeqS06 .content-head {
  max-width: 800px;
}
.cid-ujgfUeqS06 .mbr-section-subtitle,
.cid-ujgfUeqS06 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujgCpWOLcp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujgCpWOLcp img,
.cid-ujgCpWOLcp .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujgCpWOLcp .item:focus,
.cid-ujgCpWOLcp span:focus {
  outline: none;
}
.cid-ujgCpWOLcp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujgCpWOLcp .item {
    margin-bottom: 1rem;
  }
}
.cid-ujgCpWOLcp h5 {
  margin: 0;
}
.cid-ujgCpWOLcp .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujgCpWOLcp .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujgCpWOLcp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujgCpWOLcp .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujgCpWOLcp .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujgCpWOLcp .item-wrapper {
    height: auto;
  }
}
.cid-ujgCpWOLcp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujgCpWOLcp .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujgCpWOLcp .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujgCpWOLcp .mbr-text,
.cid-ujgCpWOLcp .item .mbr-section-btn {
  text-align: center;
}
.cid-ujgCpWOLcp .content-head {
  max-width: 800px;
}
.cid-ujgCpWOLcp .mbr-section-subtitle,
.cid-ujgCpWOLcp .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujgF1RTWAC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujgF1RTWAC img,
.cid-ujgF1RTWAC .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujgF1RTWAC .item:focus,
.cid-ujgF1RTWAC span:focus {
  outline: none;
}
.cid-ujgF1RTWAC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujgF1RTWAC .item {
    margin-bottom: 1rem;
  }
}
.cid-ujgF1RTWAC h5 {
  margin: 0;
}
.cid-ujgF1RTWAC .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujgF1RTWAC .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujgF1RTWAC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujgF1RTWAC .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujgF1RTWAC .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujgF1RTWAC .item-wrapper {
    height: auto;
  }
}
.cid-ujgF1RTWAC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujgF1RTWAC .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujgF1RTWAC .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujgF1RTWAC .mbr-text,
.cid-ujgF1RTWAC .item .mbr-section-btn {
  text-align: center;
}
.cid-ujgF1RTWAC .content-head {
  max-width: 800px;
}
.cid-ujgF1RTWAC .mbr-section-subtitle,
.cid-ujgF1RTWAC .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujgF2GwIlJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujgF2GwIlJ img,
.cid-ujgF2GwIlJ .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujgF2GwIlJ .item:focus,
.cid-ujgF2GwIlJ span:focus {
  outline: none;
}
.cid-ujgF2GwIlJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujgF2GwIlJ .item {
    margin-bottom: 1rem;
  }
}
.cid-ujgF2GwIlJ h5 {
  margin: 0;
}
.cid-ujgF2GwIlJ .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujgF2GwIlJ .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujgF2GwIlJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujgF2GwIlJ .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujgF2GwIlJ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujgF2GwIlJ .item-wrapper {
    height: auto;
  }
}
.cid-ujgF2GwIlJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujgF2GwIlJ .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujgF2GwIlJ .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujgF2GwIlJ .mbr-text,
.cid-ujgF2GwIlJ .item .mbr-section-btn {
  text-align: center;
}
.cid-ujgF2GwIlJ .content-head {
  max-width: 800px;
}
.cid-ujgF2GwIlJ .mbr-section-subtitle,
.cid-ujgF2GwIlJ .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujgF3vV8lo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujgF3vV8lo img,
.cid-ujgF3vV8lo .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujgF3vV8lo .item:focus,
.cid-ujgF3vV8lo span:focus {
  outline: none;
}
.cid-ujgF3vV8lo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujgF3vV8lo .item {
    margin-bottom: 1rem;
  }
}
.cid-ujgF3vV8lo h5 {
  margin: 0;
}
.cid-ujgF3vV8lo .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujgF3vV8lo .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujgF3vV8lo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujgF3vV8lo .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujgF3vV8lo .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujgF3vV8lo .item-wrapper {
    height: auto;
  }
}
.cid-ujgF3vV8lo .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujgF3vV8lo .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujgF3vV8lo .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujgF3vV8lo .mbr-text,
.cid-ujgF3vV8lo .item .mbr-section-btn {
  text-align: center;
}
.cid-ujgF3vV8lo .content-head {
  max-width: 800px;
}
.cid-ujgF3vV8lo .mbr-section-subtitle,
.cid-ujgF3vV8lo .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujgKB9VoF2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujgKB9VoF2 img,
.cid-ujgKB9VoF2 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujgKB9VoF2 .item:focus,
.cid-ujgKB9VoF2 span:focus {
  outline: none;
}
.cid-ujgKB9VoF2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujgKB9VoF2 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujgKB9VoF2 h5 {
  margin: 0;
}
.cid-ujgKB9VoF2 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujgKB9VoF2 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujgKB9VoF2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujgKB9VoF2 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujgKB9VoF2 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujgKB9VoF2 .item-wrapper {
    height: auto;
  }
}
.cid-ujgKB9VoF2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujgKB9VoF2 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujgKB9VoF2 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujgKB9VoF2 .mbr-text,
.cid-ujgKB9VoF2 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujgKB9VoF2 .content-head {
  max-width: 800px;
}
.cid-ujgKB9VoF2 .mbr-section-subtitle,
.cid-ujgKB9VoF2 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujgKC9bTsu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujgKC9bTsu img,
.cid-ujgKC9bTsu .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujgKC9bTsu .item:focus,
.cid-ujgKC9bTsu span:focus {
  outline: none;
}
.cid-ujgKC9bTsu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujgKC9bTsu .item {
    margin-bottom: 1rem;
  }
}
.cid-ujgKC9bTsu h5 {
  margin: 0;
}
.cid-ujgKC9bTsu .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujgKC9bTsu .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujgKC9bTsu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujgKC9bTsu .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujgKC9bTsu .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujgKC9bTsu .item-wrapper {
    height: auto;
  }
}
.cid-ujgKC9bTsu .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujgKC9bTsu .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujgKC9bTsu .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujgKC9bTsu .mbr-text,
.cid-ujgKC9bTsu .item .mbr-section-btn {
  text-align: center;
}
.cid-ujgKC9bTsu .content-head {
  max-width: 800px;
}
.cid-ujgKC9bTsu .mbr-section-subtitle,
.cid-ujgKC9bTsu .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujgOqlxgfj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujgOqlxgfj img,
.cid-ujgOqlxgfj .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujgOqlxgfj .item:focus,
.cid-ujgOqlxgfj span:focus {
  outline: none;
}
.cid-ujgOqlxgfj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujgOqlxgfj .item {
    margin-bottom: 1rem;
  }
}
.cid-ujgOqlxgfj h5 {
  margin: 0;
}
.cid-ujgOqlxgfj .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujgOqlxgfj .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujgOqlxgfj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujgOqlxgfj .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujgOqlxgfj .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujgOqlxgfj .item-wrapper {
    height: auto;
  }
}
.cid-ujgOqlxgfj .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujgOqlxgfj .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujgOqlxgfj .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujgOqlxgfj .mbr-text,
.cid-ujgOqlxgfj .item .mbr-section-btn {
  text-align: center;
}
.cid-ujgOqlxgfj .content-head {
  max-width: 800px;
}
.cid-ujgOqlxgfj .mbr-section-subtitle,
.cid-ujgOqlxgfj .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujgOr19HC8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujgOr19HC8 img,
.cid-ujgOr19HC8 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujgOr19HC8 .item:focus,
.cid-ujgOr19HC8 span:focus {
  outline: none;
}
.cid-ujgOr19HC8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujgOr19HC8 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujgOr19HC8 h5 {
  margin: 0;
}
.cid-ujgOr19HC8 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujgOr19HC8 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujgOr19HC8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujgOr19HC8 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujgOr19HC8 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujgOr19HC8 .item-wrapper {
    height: auto;
  }
}
.cid-ujgOr19HC8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujgOr19HC8 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujgOr19HC8 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujgOr19HC8 .mbr-text,
.cid-ujgOr19HC8 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujgOr19HC8 .content-head {
  max-width: 800px;
}
.cid-ujgOr19HC8 .mbr-section-subtitle,
.cid-ujgOr19HC8 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujgRzNIzEy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujgRzNIzEy img,
.cid-ujgRzNIzEy .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujgRzNIzEy .item:focus,
.cid-ujgRzNIzEy span:focus {
  outline: none;
}
.cid-ujgRzNIzEy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujgRzNIzEy .item {
    margin-bottom: 1rem;
  }
}
.cid-ujgRzNIzEy h5 {
  margin: 0;
}
.cid-ujgRzNIzEy .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujgRzNIzEy .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujgRzNIzEy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujgRzNIzEy .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujgRzNIzEy .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujgRzNIzEy .item-wrapper {
    height: auto;
  }
}
.cid-ujgRzNIzEy .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujgRzNIzEy .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujgRzNIzEy .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujgRzNIzEy .mbr-text,
.cid-ujgRzNIzEy .item .mbr-section-btn {
  text-align: center;
}
.cid-ujgRzNIzEy .content-head {
  max-width: 800px;
}
.cid-ujgRzNIzEy .mbr-section-subtitle,
.cid-ujgRzNIzEy .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujhtwcXAkP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujhtwcXAkP img,
.cid-ujhtwcXAkP .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujhtwcXAkP .item:focus,
.cid-ujhtwcXAkP span:focus {
  outline: none;
}
.cid-ujhtwcXAkP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujhtwcXAkP .item {
    margin-bottom: 1rem;
  }
}
.cid-ujhtwcXAkP h5 {
  margin: 0;
}
.cid-ujhtwcXAkP .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujhtwcXAkP .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujhtwcXAkP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujhtwcXAkP .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujhtwcXAkP .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujhtwcXAkP .item-wrapper {
    height: auto;
  }
}
.cid-ujhtwcXAkP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujhtwcXAkP .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujhtwcXAkP .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujhtwcXAkP .mbr-text,
.cid-ujhtwcXAkP .item .mbr-section-btn {
  text-align: center;
}
.cid-ujhtwcXAkP .content-head {
  max-width: 800px;
}
.cid-ujhtwcXAkP .mbr-section-subtitle,
.cid-ujhtwcXAkP .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujhtx15z16 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujhtx15z16 img,
.cid-ujhtx15z16 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujhtx15z16 .item:focus,
.cid-ujhtx15z16 span:focus {
  outline: none;
}
.cid-ujhtx15z16 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujhtx15z16 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujhtx15z16 h5 {
  margin: 0;
}
.cid-ujhtx15z16 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujhtx15z16 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujhtx15z16 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujhtx15z16 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujhtx15z16 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujhtx15z16 .item-wrapper {
    height: auto;
  }
}
.cid-ujhtx15z16 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujhtx15z16 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujhtx15z16 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujhtx15z16 .mbr-text,
.cid-ujhtx15z16 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujhtx15z16 .content-head {
  max-width: 800px;
}
.cid-ujhtx15z16 .mbr-section-subtitle,
.cid-ujhtx15z16 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujg4GO9gjK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujg4GO9gjK .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujg4GO9gjK .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujg4GO9gjK .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujg4GO9gjK .social-media {
  margin-top: 1.5rem;
}
.cid-ujg4GO9gjK .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujg4GO9gjK .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujg4GO9gjK .mbr-text,
.cid-ujg4GO9gjK .mbr-offer {
  line-height: 1.5;
}
.cid-ujg4GO9gjK .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujg4GO9gjK .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujg4GO9gjK .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujg4GO9gjK .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujg4GO9gjK .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujg4GO9gjK .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujg4GO9gjK .container-fluid {
  max-width: 1300px;
}
.cid-ujhA581vSs {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujhA581vSs .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujhA581vSs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujhA581vSs .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujhA581vSs .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujhA581vSs .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujhA581vSs .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujhA581vSs .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujhA581vSs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujhA581vSs .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujhA581vSs .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujhA581vSs .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujhA581vSs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujhA581vSs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujhA581vSs .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujhA581vSs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujhA581vSs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujhA581vSs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujhA581vSs .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujhA581vSs .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujhA581vSs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujhA581vSs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujhA581vSs .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujhA581vSs .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujhA581vSs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujhA581vSs .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujhA581vSs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujhA581vSs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujhA581vSs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujhA581vSs .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujhA581vSs .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujhA581vSs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujhA581vSs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujhA581vSs .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujhA581vSs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujhA581vSs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujhA581vSs .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujhA581vSs .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujhA581vSs .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujhA581vSs .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujhA581vSs .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujhA581vSs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujhA581vSs .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujhA581vSs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujhA581vSs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujhA581vSs .dropdown-item.active,
.cid-ujhA581vSs .dropdown-item:active {
  background-color: transparent;
}
.cid-ujhA581vSs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujhA581vSs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujhA581vSs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujhA581vSs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujhA581vSs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujhA581vSs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujhA581vSs ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujhA581vSs .navbar-buttons {
  text-align: center;
}
.cid-ujhA581vSs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujhA581vSs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujhA581vSs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujhA581vSs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujhA581vSs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujhA581vSs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujhA581vSs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujhA581vSs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujhA581vSs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujhA581vSs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujhA581vSs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujhA581vSs .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujhA581vSs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujhA581vSs .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujhA581vSs .nav-link:hover,
.cid-ujhA581vSs .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujhA581vSs .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujhA581vSs .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujhA581vSs .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujhA58Axsl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujhA58Axsl img,
.cid-ujhA58Axsl .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujhA58Axsl .item:focus,
.cid-ujhA58Axsl span:focus {
  outline: none;
}
.cid-ujhA58Axsl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujhA58Axsl .item {
    margin-bottom: 1rem;
  }
}
.cid-ujhA58Axsl h5 {
  margin: 0;
}
.cid-ujhA58Axsl .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujhA58Axsl .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujhA58Axsl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujhA58Axsl .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujhA58Axsl .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujhA58Axsl .item-wrapper {
    height: auto;
  }
}
.cid-ujhA58Axsl .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujhA58Axsl .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujhA58Axsl .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujhA58Axsl .mbr-text,
.cid-ujhA58Axsl .item .mbr-section-btn {
  text-align: center;
}
.cid-ujhA58Axsl .content-head {
  max-width: 800px;
}
.cid-ujhA58Axsl .mbr-section-subtitle,
.cid-ujhA58Axsl .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujhA58Axsl .mbr-section-subtitle,
.cid-ujhA58Axsl .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujhA58V6kR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujhA58V6kR .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujhA58V6kR .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujhA58V6kR .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujhA58V6kR .social-media {
  margin-top: 1.5rem;
}
.cid-ujhA58V6kR .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujhA58V6kR .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujhA58V6kR .mbr-text,
.cid-ujhA58V6kR .mbr-offer {
  line-height: 1.5;
}
.cid-ujhA58V6kR .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujhA58V6kR .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujhA58V6kR .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujhA58V6kR .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujhA58V6kR .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujhA58V6kR .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujhA58V6kR .container-fluid {
  max-width: 1300px;
}
.cid-ujhCtwwafH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujhCtwwafH .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujhCtwwafH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujhCtwwafH .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujhCtwwafH .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujhCtwwafH .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujhCtwwafH .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujhCtwwafH .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujhCtwwafH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujhCtwwafH .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujhCtwwafH .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujhCtwwafH .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujhCtwwafH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujhCtwwafH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujhCtwwafH .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujhCtwwafH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujhCtwwafH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujhCtwwafH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujhCtwwafH .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujhCtwwafH .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujhCtwwafH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujhCtwwafH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujhCtwwafH .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujhCtwwafH .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujhCtwwafH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujhCtwwafH .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujhCtwwafH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujhCtwwafH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujhCtwwafH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujhCtwwafH .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujhCtwwafH .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujhCtwwafH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujhCtwwafH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujhCtwwafH .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujhCtwwafH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujhCtwwafH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujhCtwwafH .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujhCtwwafH .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujhCtwwafH .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujhCtwwafH .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujhCtwwafH .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujhCtwwafH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujhCtwwafH .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujhCtwwafH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujhCtwwafH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujhCtwwafH .dropdown-item.active,
.cid-ujhCtwwafH .dropdown-item:active {
  background-color: transparent;
}
.cid-ujhCtwwafH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujhCtwwafH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujhCtwwafH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujhCtwwafH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujhCtwwafH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujhCtwwafH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujhCtwwafH ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujhCtwwafH .navbar-buttons {
  text-align: center;
}
.cid-ujhCtwwafH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujhCtwwafH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujhCtwwafH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujhCtwwafH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujhCtwwafH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujhCtwwafH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujhCtwwafH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujhCtwwafH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujhCtwwafH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujhCtwwafH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujhCtwwafH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujhCtwwafH .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujhCtwwafH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujhCtwwafH .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujhCtwwafH .nav-link:hover,
.cid-ujhCtwwafH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujhCtwwafH .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujhCtwwafH .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujhCtwwafH .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujhCtx386a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujhCtx386a img,
.cid-ujhCtx386a .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujhCtx386a .item:focus,
.cid-ujhCtx386a span:focus {
  outline: none;
}
.cid-ujhCtx386a .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujhCtx386a .item {
    margin-bottom: 1rem;
  }
}
.cid-ujhCtx386a h5 {
  margin: 0;
}
.cid-ujhCtx386a .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujhCtx386a .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujhCtx386a .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujhCtx386a .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujhCtx386a .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujhCtx386a .item-wrapper {
    height: auto;
  }
}
.cid-ujhCtx386a .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujhCtx386a .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujhCtx386a .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujhCtx386a .mbr-text,
.cid-ujhCtx386a .item .mbr-section-btn {
  text-align: center;
}
.cid-ujhCtx386a .content-head {
  max-width: 800px;
}
.cid-ujhCtx386a .mbr-section-subtitle,
.cid-ujhCtx386a .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujhCtx386a .mbr-section-subtitle,
.cid-ujhCtx386a .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujhCtxDVZO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujhCtxDVZO img,
.cid-ujhCtxDVZO .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujhCtxDVZO .item:focus,
.cid-ujhCtxDVZO span:focus {
  outline: none;
}
.cid-ujhCtxDVZO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujhCtxDVZO .item {
    margin-bottom: 1rem;
  }
}
.cid-ujhCtxDVZO h5 {
  margin: 0;
}
.cid-ujhCtxDVZO .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujhCtxDVZO .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujhCtxDVZO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujhCtxDVZO .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujhCtxDVZO .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujhCtxDVZO .item-wrapper {
    height: auto;
  }
}
.cid-ujhCtxDVZO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujhCtxDVZO .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujhCtxDVZO .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujhCtxDVZO .mbr-text,
.cid-ujhCtxDVZO .item .mbr-section-btn {
  text-align: center;
}
.cid-ujhCtxDVZO .content-head {
  max-width: 800px;
}
.cid-ujhCtxDVZO .mbr-section-subtitle,
.cid-ujhCtxDVZO .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujhCtyGYXm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujhCtyGYXm .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujhCtyGYXm .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujhCtyGYXm .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujhCtyGYXm .social-media {
  margin-top: 1.5rem;
}
.cid-ujhCtyGYXm .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujhCtyGYXm .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujhCtyGYXm .mbr-text,
.cid-ujhCtyGYXm .mbr-offer {
  line-height: 1.5;
}
.cid-ujhCtyGYXm .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujhCtyGYXm .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujhCtyGYXm .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujhCtyGYXm .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujhCtyGYXm .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujhCtyGYXm .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujhCtyGYXm .container-fluid {
  max-width: 1300px;
}
.cid-ujhOfQCooa {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujhOfQCooa .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujhOfQCooa .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujhOfQCooa .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujhOfQCooa .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujhOfQCooa .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujhOfQCooa .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujhOfQCooa .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujhOfQCooa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujhOfQCooa .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujhOfQCooa .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujhOfQCooa .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujhOfQCooa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujhOfQCooa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujhOfQCooa .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujhOfQCooa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujhOfQCooa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujhOfQCooa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujhOfQCooa .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujhOfQCooa .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujhOfQCooa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujhOfQCooa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujhOfQCooa .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujhOfQCooa .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujhOfQCooa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujhOfQCooa .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujhOfQCooa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujhOfQCooa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujhOfQCooa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujhOfQCooa .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujhOfQCooa .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujhOfQCooa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujhOfQCooa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujhOfQCooa .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujhOfQCooa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujhOfQCooa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujhOfQCooa .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujhOfQCooa .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujhOfQCooa .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujhOfQCooa .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujhOfQCooa .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujhOfQCooa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujhOfQCooa .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujhOfQCooa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujhOfQCooa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujhOfQCooa .dropdown-item.active,
.cid-ujhOfQCooa .dropdown-item:active {
  background-color: transparent;
}
.cid-ujhOfQCooa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujhOfQCooa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujhOfQCooa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujhOfQCooa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujhOfQCooa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujhOfQCooa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujhOfQCooa ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujhOfQCooa .navbar-buttons {
  text-align: center;
}
.cid-ujhOfQCooa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujhOfQCooa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujhOfQCooa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujhOfQCooa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujhOfQCooa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujhOfQCooa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujhOfQCooa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujhOfQCooa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujhOfQCooa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujhOfQCooa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujhOfQCooa a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujhOfQCooa .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujhOfQCooa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujhOfQCooa .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujhOfQCooa .nav-link:hover,
.cid-ujhOfQCooa .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujhOfQCooa .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujhOfQCooa .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujhOfQCooa .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujhOfRcrJu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujhOfRcrJu img,
.cid-ujhOfRcrJu .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujhOfRcrJu .item:focus,
.cid-ujhOfRcrJu span:focus {
  outline: none;
}
.cid-ujhOfRcrJu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujhOfRcrJu .item {
    margin-bottom: 1rem;
  }
}
.cid-ujhOfRcrJu h5 {
  margin: 0;
}
.cid-ujhOfRcrJu .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujhOfRcrJu .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujhOfRcrJu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujhOfRcrJu .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujhOfRcrJu .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujhOfRcrJu .item-wrapper {
    height: auto;
  }
}
.cid-ujhOfRcrJu .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujhOfRcrJu .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujhOfRcrJu .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujhOfRcrJu .mbr-text,
.cid-ujhOfRcrJu .item .mbr-section-btn {
  text-align: center;
}
.cid-ujhOfRcrJu .content-head {
  max-width: 800px;
}
.cid-ujhOfRcrJu .mbr-section-subtitle,
.cid-ujhOfRcrJu .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujhOfRcrJu .mbr-section-subtitle,
.cid-ujhOfRcrJu .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujhOfRMoUE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujhOfRMoUE .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujhOfRMoUE .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujhOfRMoUE .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujhOfRMoUE .social-media {
  margin-top: 1.5rem;
}
.cid-ujhOfRMoUE .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujhOfRMoUE .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujhOfRMoUE .mbr-text,
.cid-ujhOfRMoUE .mbr-offer {
  line-height: 1.5;
}
.cid-ujhOfRMoUE .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujhOfRMoUE .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujhOfRMoUE .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujhOfRMoUE .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujhOfRMoUE .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujhOfRMoUE .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujhOfRMoUE .container-fluid {
  max-width: 1300px;
}
.cid-ujhQdYzMYj {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujhQdYzMYj .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujhQdYzMYj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujhQdYzMYj .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujhQdYzMYj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujhQdYzMYj .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujhQdYzMYj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujhQdYzMYj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujhQdYzMYj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujhQdYzMYj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujhQdYzMYj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujhQdYzMYj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujhQdYzMYj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujhQdYzMYj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujhQdYzMYj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujhQdYzMYj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujhQdYzMYj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujhQdYzMYj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujhQdYzMYj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujhQdYzMYj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujhQdYzMYj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujhQdYzMYj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujhQdYzMYj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujhQdYzMYj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujhQdYzMYj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujhQdYzMYj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujhQdYzMYj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujhQdYzMYj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujhQdYzMYj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujhQdYzMYj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujhQdYzMYj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujhQdYzMYj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujhQdYzMYj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujhQdYzMYj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujhQdYzMYj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujhQdYzMYj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujhQdYzMYj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujhQdYzMYj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujhQdYzMYj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujhQdYzMYj .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujhQdYzMYj .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujhQdYzMYj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujhQdYzMYj .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujhQdYzMYj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujhQdYzMYj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujhQdYzMYj .dropdown-item.active,
.cid-ujhQdYzMYj .dropdown-item:active {
  background-color: transparent;
}
.cid-ujhQdYzMYj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujhQdYzMYj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujhQdYzMYj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujhQdYzMYj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujhQdYzMYj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujhQdYzMYj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujhQdYzMYj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujhQdYzMYj .navbar-buttons {
  text-align: center;
}
.cid-ujhQdYzMYj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujhQdYzMYj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujhQdYzMYj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujhQdYzMYj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujhQdYzMYj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujhQdYzMYj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujhQdYzMYj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujhQdYzMYj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujhQdYzMYj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujhQdYzMYj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujhQdYzMYj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujhQdYzMYj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujhQdYzMYj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujhQdYzMYj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujhQdYzMYj .nav-link:hover,
.cid-ujhQdYzMYj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujhQdYzMYj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujhQdYzMYj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujhQdYzMYj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujhQdZ9OAK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujhQdZ9OAK img,
.cid-ujhQdZ9OAK .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujhQdZ9OAK .item:focus,
.cid-ujhQdZ9OAK span:focus {
  outline: none;
}
.cid-ujhQdZ9OAK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujhQdZ9OAK .item {
    margin-bottom: 1rem;
  }
}
.cid-ujhQdZ9OAK h5 {
  margin: 0;
}
.cid-ujhQdZ9OAK .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujhQdZ9OAK .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujhQdZ9OAK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujhQdZ9OAK .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujhQdZ9OAK .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujhQdZ9OAK .item-wrapper {
    height: auto;
  }
}
.cid-ujhQdZ9OAK .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujhQdZ9OAK .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujhQdZ9OAK .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujhQdZ9OAK .mbr-text,
.cid-ujhQdZ9OAK .item .mbr-section-btn {
  text-align: center;
}
.cid-ujhQdZ9OAK .content-head {
  max-width: 800px;
}
.cid-ujhQdZ9OAK .mbr-section-subtitle,
.cid-ujhQdZ9OAK .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujhQdZ9OAK .mbr-section-subtitle,
.cid-ujhQdZ9OAK .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujhQdZHOcQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujhQdZHOcQ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujhQdZHOcQ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujhQdZHOcQ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujhQdZHOcQ .social-media {
  margin-top: 1.5rem;
}
.cid-ujhQdZHOcQ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujhQdZHOcQ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujhQdZHOcQ .mbr-text,
.cid-ujhQdZHOcQ .mbr-offer {
  line-height: 1.5;
}
.cid-ujhQdZHOcQ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujhQdZHOcQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujhQdZHOcQ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujhQdZHOcQ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujhQdZHOcQ .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujhQdZHOcQ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujhQdZHOcQ .container-fluid {
  max-width: 1300px;
}
.cid-ujhVu7UUOn {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujhVu7UUOn .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujhVu7UUOn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujhVu7UUOn .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujhVu7UUOn .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujhVu7UUOn .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujhVu7UUOn .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujhVu7UUOn .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujhVu7UUOn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujhVu7UUOn .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujhVu7UUOn .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujhVu7UUOn .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujhVu7UUOn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujhVu7UUOn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujhVu7UUOn .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujhVu7UUOn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujhVu7UUOn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujhVu7UUOn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujhVu7UUOn .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujhVu7UUOn .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujhVu7UUOn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujhVu7UUOn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujhVu7UUOn .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujhVu7UUOn .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujhVu7UUOn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujhVu7UUOn .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujhVu7UUOn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujhVu7UUOn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujhVu7UUOn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujhVu7UUOn .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujhVu7UUOn .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujhVu7UUOn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujhVu7UUOn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujhVu7UUOn .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujhVu7UUOn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujhVu7UUOn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujhVu7UUOn .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujhVu7UUOn .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujhVu7UUOn .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujhVu7UUOn .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujhVu7UUOn .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujhVu7UUOn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujhVu7UUOn .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujhVu7UUOn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujhVu7UUOn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujhVu7UUOn .dropdown-item.active,
.cid-ujhVu7UUOn .dropdown-item:active {
  background-color: transparent;
}
.cid-ujhVu7UUOn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujhVu7UUOn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujhVu7UUOn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujhVu7UUOn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujhVu7UUOn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujhVu7UUOn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujhVu7UUOn ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujhVu7UUOn .navbar-buttons {
  text-align: center;
}
.cid-ujhVu7UUOn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujhVu7UUOn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujhVu7UUOn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujhVu7UUOn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujhVu7UUOn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujhVu7UUOn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujhVu7UUOn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujhVu7UUOn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujhVu7UUOn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujhVu7UUOn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujhVu7UUOn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujhVu7UUOn .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujhVu7UUOn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujhVu7UUOn .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujhVu7UUOn .nav-link:hover,
.cid-ujhVu7UUOn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujhVu7UUOn .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujhVu7UUOn .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujhVu7UUOn .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujhVu8vJXF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujhVu8vJXF img,
.cid-ujhVu8vJXF .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujhVu8vJXF .item:focus,
.cid-ujhVu8vJXF span:focus {
  outline: none;
}
.cid-ujhVu8vJXF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujhVu8vJXF .item {
    margin-bottom: 1rem;
  }
}
.cid-ujhVu8vJXF h5 {
  margin: 0;
}
.cid-ujhVu8vJXF .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujhVu8vJXF .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujhVu8vJXF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujhVu8vJXF .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujhVu8vJXF .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujhVu8vJXF .item-wrapper {
    height: auto;
  }
}
.cid-ujhVu8vJXF .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujhVu8vJXF .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujhVu8vJXF .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujhVu8vJXF .mbr-text,
.cid-ujhVu8vJXF .item .mbr-section-btn {
  text-align: center;
}
.cid-ujhVu8vJXF .content-head {
  max-width: 800px;
}
.cid-ujhVu8vJXF .mbr-section-subtitle,
.cid-ujhVu8vJXF .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujhVu8vJXF .mbr-section-subtitle,
.cid-ujhVu8vJXF .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujhVu95o5n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujhVu95o5n .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujhVu95o5n .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujhVu95o5n .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujhVu95o5n .social-media {
  margin-top: 1.5rem;
}
.cid-ujhVu95o5n .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujhVu95o5n .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujhVu95o5n .mbr-text,
.cid-ujhVu95o5n .mbr-offer {
  line-height: 1.5;
}
.cid-ujhVu95o5n .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujhVu95o5n .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujhVu95o5n .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujhVu95o5n .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujhVu95o5n .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujhVu95o5n .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujhVu95o5n .container-fluid {
  max-width: 1300px;
}
.cid-ujhYewKFA5 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujhYewKFA5 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujhYewKFA5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujhYewKFA5 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujhYewKFA5 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujhYewKFA5 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujhYewKFA5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujhYewKFA5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujhYewKFA5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujhYewKFA5 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujhYewKFA5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujhYewKFA5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujhYewKFA5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujhYewKFA5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujhYewKFA5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujhYewKFA5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujhYewKFA5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujhYewKFA5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujhYewKFA5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujhYewKFA5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujhYewKFA5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujhYewKFA5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujhYewKFA5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujhYewKFA5 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujhYewKFA5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujhYewKFA5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujhYewKFA5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujhYewKFA5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujhYewKFA5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujhYewKFA5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujhYewKFA5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujhYewKFA5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujhYewKFA5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujhYewKFA5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujhYewKFA5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujhYewKFA5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujhYewKFA5 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujhYewKFA5 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujhYewKFA5 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujhYewKFA5 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujhYewKFA5 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujhYewKFA5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujhYewKFA5 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujhYewKFA5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujhYewKFA5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujhYewKFA5 .dropdown-item.active,
.cid-ujhYewKFA5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujhYewKFA5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujhYewKFA5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujhYewKFA5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujhYewKFA5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujhYewKFA5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujhYewKFA5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujhYewKFA5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujhYewKFA5 .navbar-buttons {
  text-align: center;
}
.cid-ujhYewKFA5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujhYewKFA5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujhYewKFA5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujhYewKFA5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujhYewKFA5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujhYewKFA5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujhYewKFA5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujhYewKFA5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujhYewKFA5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujhYewKFA5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujhYewKFA5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujhYewKFA5 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujhYewKFA5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujhYewKFA5 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujhYewKFA5 .nav-link:hover,
.cid-ujhYewKFA5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujhYewKFA5 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujhYewKFA5 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujhYewKFA5 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujhYexiIn5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujhYexiIn5 img,
.cid-ujhYexiIn5 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujhYexiIn5 .item:focus,
.cid-ujhYexiIn5 span:focus {
  outline: none;
}
.cid-ujhYexiIn5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujhYexiIn5 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujhYexiIn5 h5 {
  margin: 0;
}
.cid-ujhYexiIn5 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujhYexiIn5 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujhYexiIn5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujhYexiIn5 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujhYexiIn5 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujhYexiIn5 .item-wrapper {
    height: auto;
  }
}
.cid-ujhYexiIn5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujhYexiIn5 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujhYexiIn5 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujhYexiIn5 .mbr-text,
.cid-ujhYexiIn5 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujhYexiIn5 .content-head {
  max-width: 800px;
}
.cid-ujhYexiIn5 .mbr-section-subtitle,
.cid-ujhYexiIn5 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujhYexiIn5 .mbr-section-subtitle,
.cid-ujhYexiIn5 .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujhYexPHcN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujhYexPHcN img,
.cid-ujhYexPHcN .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujhYexPHcN .item:focus,
.cid-ujhYexPHcN span:focus {
  outline: none;
}
.cid-ujhYexPHcN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujhYexPHcN .item {
    margin-bottom: 1rem;
  }
}
.cid-ujhYexPHcN h5 {
  margin: 0;
}
.cid-ujhYexPHcN .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujhYexPHcN .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujhYexPHcN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujhYexPHcN .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujhYexPHcN .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujhYexPHcN .item-wrapper {
    height: auto;
  }
}
.cid-ujhYexPHcN .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujhYexPHcN .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujhYexPHcN .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujhYexPHcN .mbr-text,
.cid-ujhYexPHcN .item .mbr-section-btn {
  text-align: center;
}
.cid-ujhYexPHcN .content-head {
  max-width: 800px;
}
.cid-ujhYexPHcN .mbr-section-subtitle,
.cid-ujhYexPHcN .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujhYeyqN5s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujhYeyqN5s img,
.cid-ujhYeyqN5s .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujhYeyqN5s .item:focus,
.cid-ujhYeyqN5s span:focus {
  outline: none;
}
.cid-ujhYeyqN5s .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujhYeyqN5s .item {
    margin-bottom: 1rem;
  }
}
.cid-ujhYeyqN5s h5 {
  margin: 0;
}
.cid-ujhYeyqN5s .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujhYeyqN5s .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujhYeyqN5s .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujhYeyqN5s .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujhYeyqN5s .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujhYeyqN5s .item-wrapper {
    height: auto;
  }
}
.cid-ujhYeyqN5s .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujhYeyqN5s .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujhYeyqN5s .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujhYeyqN5s .mbr-text,
.cid-ujhYeyqN5s .item .mbr-section-btn {
  text-align: center;
}
.cid-ujhYeyqN5s .content-head {
  max-width: 800px;
}
.cid-ujhYeyqN5s .mbr-section-subtitle,
.cid-ujhYeyqN5s .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujhYez1yTy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujhYez1yTy img,
.cid-ujhYez1yTy .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujhYez1yTy .item:focus,
.cid-ujhYez1yTy span:focus {
  outline: none;
}
.cid-ujhYez1yTy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujhYez1yTy .item {
    margin-bottom: 1rem;
  }
}
.cid-ujhYez1yTy h5 {
  margin: 0;
}
.cid-ujhYez1yTy .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujhYez1yTy .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujhYez1yTy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujhYez1yTy .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujhYez1yTy .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujhYez1yTy .item-wrapper {
    height: auto;
  }
}
.cid-ujhYez1yTy .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujhYez1yTy .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujhYez1yTy .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujhYez1yTy .mbr-text,
.cid-ujhYez1yTy .item .mbr-section-btn {
  text-align: center;
}
.cid-ujhYez1yTy .content-head {
  max-width: 800px;
}
.cid-ujhYez1yTy .mbr-section-subtitle,
.cid-ujhYez1yTy .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujDGMZ9EVz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujDGMZ9EVz img,
.cid-ujDGMZ9EVz .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujDGMZ9EVz .item:focus,
.cid-ujDGMZ9EVz span:focus {
  outline: none;
}
.cid-ujDGMZ9EVz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujDGMZ9EVz .item {
    margin-bottom: 1rem;
  }
}
.cid-ujDGMZ9EVz h5 {
  margin: 0;
}
.cid-ujDGMZ9EVz .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujDGMZ9EVz .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujDGMZ9EVz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujDGMZ9EVz .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujDGMZ9EVz .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujDGMZ9EVz .item-wrapper {
    height: auto;
  }
}
.cid-ujDGMZ9EVz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujDGMZ9EVz .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujDGMZ9EVz .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujDGMZ9EVz .mbr-text,
.cid-ujDGMZ9EVz .item .mbr-section-btn {
  text-align: center;
}
.cid-ujDGMZ9EVz .content-head {
  max-width: 800px;
}
.cid-ujDGMZ9EVz .mbr-section-subtitle,
.cid-ujDGMZ9EVz .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujDGMrIqYn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujDGMrIqYn img,
.cid-ujDGMrIqYn .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujDGMrIqYn .item:focus,
.cid-ujDGMrIqYn span:focus {
  outline: none;
}
.cid-ujDGMrIqYn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujDGMrIqYn .item {
    margin-bottom: 1rem;
  }
}
.cid-ujDGMrIqYn h5 {
  margin: 0;
}
.cid-ujDGMrIqYn .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujDGMrIqYn .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujDGMrIqYn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujDGMrIqYn .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujDGMrIqYn .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujDGMrIqYn .item-wrapper {
    height: auto;
  }
}
.cid-ujDGMrIqYn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujDGMrIqYn .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujDGMrIqYn .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujDGMrIqYn .mbr-text,
.cid-ujDGMrIqYn .item .mbr-section-btn {
  text-align: center;
}
.cid-ujDGMrIqYn .content-head {
  max-width: 800px;
}
.cid-ujDGMrIqYn .mbr-section-subtitle,
.cid-ujDGMrIqYn .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujDGLSwIyF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujDGLSwIyF img,
.cid-ujDGLSwIyF .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujDGLSwIyF .item:focus,
.cid-ujDGLSwIyF span:focus {
  outline: none;
}
.cid-ujDGLSwIyF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujDGLSwIyF .item {
    margin-bottom: 1rem;
  }
}
.cid-ujDGLSwIyF h5 {
  margin: 0;
}
.cid-ujDGLSwIyF .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujDGLSwIyF .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujDGLSwIyF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujDGLSwIyF .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujDGLSwIyF .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujDGLSwIyF .item-wrapper {
    height: auto;
  }
}
.cid-ujDGLSwIyF .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujDGLSwIyF .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujDGLSwIyF .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujDGLSwIyF .mbr-text,
.cid-ujDGLSwIyF .item .mbr-section-btn {
  text-align: center;
}
.cid-ujDGLSwIyF .content-head {
  max-width: 800px;
}
.cid-ujDGLSwIyF .mbr-section-subtitle,
.cid-ujDGLSwIyF .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujDGLcxAs9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujDGLcxAs9 img,
.cid-ujDGLcxAs9 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujDGLcxAs9 .item:focus,
.cid-ujDGLcxAs9 span:focus {
  outline: none;
}
.cid-ujDGLcxAs9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujDGLcxAs9 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujDGLcxAs9 h5 {
  margin: 0;
}
.cid-ujDGLcxAs9 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujDGLcxAs9 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujDGLcxAs9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujDGLcxAs9 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujDGLcxAs9 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujDGLcxAs9 .item-wrapper {
    height: auto;
  }
}
.cid-ujDGLcxAs9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujDGLcxAs9 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujDGLcxAs9 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujDGLcxAs9 .mbr-text,
.cid-ujDGLcxAs9 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujDGLcxAs9 .content-head {
  max-width: 800px;
}
.cid-ujDGLcxAs9 .mbr-section-subtitle,
.cid-ujDGLcxAs9 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujDGKy34UR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujDGKy34UR img,
.cid-ujDGKy34UR .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujDGKy34UR .item:focus,
.cid-ujDGKy34UR span:focus {
  outline: none;
}
.cid-ujDGKy34UR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujDGKy34UR .item {
    margin-bottom: 1rem;
  }
}
.cid-ujDGKy34UR h5 {
  margin: 0;
}
.cid-ujDGKy34UR .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujDGKy34UR .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujDGKy34UR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujDGKy34UR .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujDGKy34UR .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujDGKy34UR .item-wrapper {
    height: auto;
  }
}
.cid-ujDGKy34UR .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujDGKy34UR .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujDGKy34UR .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujDGKy34UR .mbr-text,
.cid-ujDGKy34UR .item .mbr-section-btn {
  text-align: center;
}
.cid-ujDGKy34UR .content-head {
  max-width: 800px;
}
.cid-ujDGKy34UR .mbr-section-subtitle,
.cid-ujDGKy34UR .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujDMZ6ebtO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujDMZ6ebtO img,
.cid-ujDMZ6ebtO .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujDMZ6ebtO .item:focus,
.cid-ujDMZ6ebtO span:focus {
  outline: none;
}
.cid-ujDMZ6ebtO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujDMZ6ebtO .item {
    margin-bottom: 1rem;
  }
}
.cid-ujDMZ6ebtO h5 {
  margin: 0;
}
.cid-ujDMZ6ebtO .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujDMZ6ebtO .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujDMZ6ebtO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujDMZ6ebtO .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujDMZ6ebtO .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujDMZ6ebtO .item-wrapper {
    height: auto;
  }
}
.cid-ujDMZ6ebtO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujDMZ6ebtO .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujDMZ6ebtO .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujDMZ6ebtO .mbr-text,
.cid-ujDMZ6ebtO .item .mbr-section-btn {
  text-align: center;
}
.cid-ujDMZ6ebtO .content-head {
  max-width: 800px;
}
.cid-ujDMZ6ebtO .mbr-section-subtitle,
.cid-ujDMZ6ebtO .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujDOhao9VD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujDOhao9VD img,
.cid-ujDOhao9VD .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujDOhao9VD .item:focus,
.cid-ujDOhao9VD span:focus {
  outline: none;
}
.cid-ujDOhao9VD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujDOhao9VD .item {
    margin-bottom: 1rem;
  }
}
.cid-ujDOhao9VD h5 {
  margin: 0;
}
.cid-ujDOhao9VD .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujDOhao9VD .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujDOhao9VD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujDOhao9VD .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujDOhao9VD .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujDOhao9VD .item-wrapper {
    height: auto;
  }
}
.cid-ujDOhao9VD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujDOhao9VD .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujDOhao9VD .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujDOhao9VD .mbr-text,
.cid-ujDOhao9VD .item .mbr-section-btn {
  text-align: center;
}
.cid-ujDOhao9VD .content-head {
  max-width: 800px;
}
.cid-ujDOhao9VD .mbr-section-subtitle,
.cid-ujDOhao9VD .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujhYeBlO7m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujhYeBlO7m .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujhYeBlO7m .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujhYeBlO7m .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujhYeBlO7m .social-media {
  margin-top: 1.5rem;
}
.cid-ujhYeBlO7m .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujhYeBlO7m .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujhYeBlO7m .mbr-text,
.cid-ujhYeBlO7m .mbr-offer {
  line-height: 1.5;
}
.cid-ujhYeBlO7m .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujhYeBlO7m .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujhYeBlO7m .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujhYeBlO7m .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujhYeBlO7m .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujhYeBlO7m .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujhYeBlO7m .container-fluid {
  max-width: 1300px;
}
.cid-ujnnCXk9IB {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujnnCXk9IB .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujnnCXk9IB .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujnnCXk9IB .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujnnCXk9IB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujnnCXk9IB .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujnnCXk9IB .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujnnCXk9IB .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujnnCXk9IB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujnnCXk9IB .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujnnCXk9IB .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujnnCXk9IB .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujnnCXk9IB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujnnCXk9IB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujnnCXk9IB .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujnnCXk9IB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujnnCXk9IB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujnnCXk9IB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujnnCXk9IB .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujnnCXk9IB .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujnnCXk9IB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujnnCXk9IB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujnnCXk9IB .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujnnCXk9IB .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujnnCXk9IB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujnnCXk9IB .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujnnCXk9IB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujnnCXk9IB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujnnCXk9IB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujnnCXk9IB .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujnnCXk9IB .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujnnCXk9IB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujnnCXk9IB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujnnCXk9IB .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujnnCXk9IB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujnnCXk9IB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujnnCXk9IB .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujnnCXk9IB .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujnnCXk9IB .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujnnCXk9IB .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujnnCXk9IB .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujnnCXk9IB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujnnCXk9IB .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujnnCXk9IB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujnnCXk9IB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujnnCXk9IB .dropdown-item.active,
.cid-ujnnCXk9IB .dropdown-item:active {
  background-color: transparent;
}
.cid-ujnnCXk9IB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujnnCXk9IB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujnnCXk9IB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujnnCXk9IB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujnnCXk9IB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujnnCXk9IB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujnnCXk9IB ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujnnCXk9IB .navbar-buttons {
  text-align: center;
}
.cid-ujnnCXk9IB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujnnCXk9IB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujnnCXk9IB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujnnCXk9IB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujnnCXk9IB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujnnCXk9IB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujnnCXk9IB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujnnCXk9IB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujnnCXk9IB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujnnCXk9IB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujnnCXk9IB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujnnCXk9IB .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujnnCXk9IB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujnnCXk9IB .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujnnCXk9IB .nav-link:hover,
.cid-ujnnCXk9IB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujnnCXk9IB .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujnnCXk9IB .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujnnCXk9IB .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujnnCY1gkV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujnnCY1gkV img,
.cid-ujnnCY1gkV .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujnnCY1gkV .item:focus,
.cid-ujnnCY1gkV span:focus {
  outline: none;
}
.cid-ujnnCY1gkV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujnnCY1gkV .item {
    margin-bottom: 1rem;
  }
}
.cid-ujnnCY1gkV h5 {
  margin: 0;
}
.cid-ujnnCY1gkV .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujnnCY1gkV .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujnnCY1gkV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujnnCY1gkV .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujnnCY1gkV .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujnnCY1gkV .item-wrapper {
    height: auto;
  }
}
.cid-ujnnCY1gkV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujnnCY1gkV .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujnnCY1gkV .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujnnCY1gkV .mbr-text,
.cid-ujnnCY1gkV .item .mbr-section-btn {
  text-align: center;
}
.cid-ujnnCY1gkV .content-head {
  max-width: 800px;
}
.cid-ujnnCY1gkV .mbr-section-subtitle,
.cid-ujnnCY1gkV .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujnnCY1gkV .mbr-section-subtitle,
.cid-ujnnCY1gkV .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujnnCYC3u6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujnnCYC3u6 img,
.cid-ujnnCYC3u6 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujnnCYC3u6 .item:focus,
.cid-ujnnCYC3u6 span:focus {
  outline: none;
}
.cid-ujnnCYC3u6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujnnCYC3u6 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujnnCYC3u6 h5 {
  margin: 0;
}
.cid-ujnnCYC3u6 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujnnCYC3u6 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujnnCYC3u6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujnnCYC3u6 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujnnCYC3u6 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujnnCYC3u6 .item-wrapper {
    height: auto;
  }
}
.cid-ujnnCYC3u6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujnnCYC3u6 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujnnCYC3u6 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujnnCYC3u6 .mbr-text,
.cid-ujnnCYC3u6 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujnnCYC3u6 .content-head {
  max-width: 800px;
}
.cid-ujnnCYC3u6 .mbr-section-subtitle,
.cid-ujnnCYC3u6 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujnx0wgUIq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujnx0wgUIq img,
.cid-ujnx0wgUIq .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujnx0wgUIq .item:focus,
.cid-ujnx0wgUIq span:focus {
  outline: none;
}
.cid-ujnx0wgUIq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujnx0wgUIq .item {
    margin-bottom: 1rem;
  }
}
.cid-ujnx0wgUIq h5 {
  margin: 0;
}
.cid-ujnx0wgUIq .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujnx0wgUIq .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujnx0wgUIq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujnx0wgUIq .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujnx0wgUIq .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujnx0wgUIq .item-wrapper {
    height: auto;
  }
}
.cid-ujnx0wgUIq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujnx0wgUIq .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujnx0wgUIq .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujnx0wgUIq .mbr-text,
.cid-ujnx0wgUIq .item .mbr-section-btn {
  text-align: center;
}
.cid-ujnx0wgUIq .content-head {
  max-width: 800px;
}
.cid-ujnx0wgUIq .mbr-section-subtitle,
.cid-ujnx0wgUIq .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujnnCZcgnX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujnnCZcgnX .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujnnCZcgnX .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujnnCZcgnX .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujnnCZcgnX .social-media {
  margin-top: 1.5rem;
}
.cid-ujnnCZcgnX .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujnnCZcgnX .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujnnCZcgnX .mbr-text,
.cid-ujnnCZcgnX .mbr-offer {
  line-height: 1.5;
}
.cid-ujnnCZcgnX .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujnnCZcgnX .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujnnCZcgnX .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujnnCZcgnX .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujnnCZcgnX .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujnnCZcgnX .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujnnCZcgnX .container-fluid {
  max-width: 1300px;
}
.cid-ujnA257peY {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujnA257peY .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujnA257peY .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujnA257peY .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujnA257peY .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujnA257peY .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujnA257peY .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujnA257peY .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujnA257peY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujnA257peY .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujnA257peY .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujnA257peY .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujnA257peY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujnA257peY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujnA257peY .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujnA257peY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujnA257peY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujnA257peY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujnA257peY .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujnA257peY .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujnA257peY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujnA257peY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujnA257peY .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujnA257peY .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujnA257peY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujnA257peY .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujnA257peY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujnA257peY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujnA257peY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujnA257peY .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujnA257peY .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujnA257peY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujnA257peY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujnA257peY .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujnA257peY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujnA257peY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujnA257peY .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujnA257peY .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujnA257peY .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujnA257peY .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujnA257peY .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujnA257peY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujnA257peY .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujnA257peY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujnA257peY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujnA257peY .dropdown-item.active,
.cid-ujnA257peY .dropdown-item:active {
  background-color: transparent;
}
.cid-ujnA257peY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujnA257peY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujnA257peY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujnA257peY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujnA257peY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujnA257peY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujnA257peY ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujnA257peY .navbar-buttons {
  text-align: center;
}
.cid-ujnA257peY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujnA257peY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujnA257peY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujnA257peY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujnA257peY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujnA257peY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujnA257peY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujnA257peY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujnA257peY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujnA257peY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujnA257peY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujnA257peY .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujnA257peY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujnA257peY .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujnA257peY .nav-link:hover,
.cid-ujnA257peY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujnA257peY .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujnA257peY .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujnA257peY .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujnA26l2GY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujnA26l2GY img,
.cid-ujnA26l2GY .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujnA26l2GY .item:focus,
.cid-ujnA26l2GY span:focus {
  outline: none;
}
.cid-ujnA26l2GY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujnA26l2GY .item {
    margin-bottom: 1rem;
  }
}
.cid-ujnA26l2GY h5 {
  margin: 0;
}
.cid-ujnA26l2GY .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujnA26l2GY .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujnA26l2GY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujnA26l2GY .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujnA26l2GY .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujnA26l2GY .item-wrapper {
    height: auto;
  }
}
.cid-ujnA26l2GY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujnA26l2GY .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujnA26l2GY .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujnA26l2GY .mbr-text,
.cid-ujnA26l2GY .item .mbr-section-btn {
  text-align: center;
}
.cid-ujnA26l2GY .content-head {
  max-width: 800px;
}
.cid-ujnA26l2GY .mbr-section-subtitle,
.cid-ujnA26l2GY .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujnA26l2GY .mbr-section-subtitle,
.cid-ujnA26l2GY .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujnA27CaM0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujnA27CaM0 img,
.cid-ujnA27CaM0 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujnA27CaM0 .item:focus,
.cid-ujnA27CaM0 span:focus {
  outline: none;
}
.cid-ujnA27CaM0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujnA27CaM0 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujnA27CaM0 h5 {
  margin: 0;
}
.cid-ujnA27CaM0 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujnA27CaM0 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujnA27CaM0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujnA27CaM0 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujnA27CaM0 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujnA27CaM0 .item-wrapper {
    height: auto;
  }
}
.cid-ujnA27CaM0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujnA27CaM0 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujnA27CaM0 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujnA27CaM0 .mbr-text,
.cid-ujnA27CaM0 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujnA27CaM0 .content-head {
  max-width: 800px;
}
.cid-ujnA27CaM0 .mbr-section-subtitle,
.cid-ujnA27CaM0 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujnA2bfR3G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujnA2bfR3G .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujnA2bfR3G .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujnA2bfR3G .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujnA2bfR3G .social-media {
  margin-top: 1.5rem;
}
.cid-ujnA2bfR3G .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujnA2bfR3G .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujnA2bfR3G .mbr-text,
.cid-ujnA2bfR3G .mbr-offer {
  line-height: 1.5;
}
.cid-ujnA2bfR3G .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujnA2bfR3G .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujnA2bfR3G .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujnA2bfR3G .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujnA2bfR3G .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujnA2bfR3G .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujnA2bfR3G .container-fluid {
  max-width: 1300px;
}
.cid-ujsSDPEqtH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujsSDPEqtH .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujsSDPEqtH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujsSDPEqtH .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujsSDPEqtH .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujsSDPEqtH .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujsSDPEqtH .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujsSDPEqtH .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujsSDPEqtH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujsSDPEqtH .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujsSDPEqtH .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujsSDPEqtH .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujsSDPEqtH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujsSDPEqtH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujsSDPEqtH .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujsSDPEqtH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujsSDPEqtH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujsSDPEqtH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujsSDPEqtH .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujsSDPEqtH .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujsSDPEqtH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujsSDPEqtH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujsSDPEqtH .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujsSDPEqtH .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujsSDPEqtH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujsSDPEqtH .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujsSDPEqtH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujsSDPEqtH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujsSDPEqtH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujsSDPEqtH .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujsSDPEqtH .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujsSDPEqtH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujsSDPEqtH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujsSDPEqtH .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujsSDPEqtH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujsSDPEqtH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujsSDPEqtH .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujsSDPEqtH .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujsSDPEqtH .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujsSDPEqtH .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujsSDPEqtH .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujsSDPEqtH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujsSDPEqtH .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujsSDPEqtH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujsSDPEqtH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujsSDPEqtH .dropdown-item.active,
.cid-ujsSDPEqtH .dropdown-item:active {
  background-color: transparent;
}
.cid-ujsSDPEqtH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujsSDPEqtH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujsSDPEqtH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujsSDPEqtH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujsSDPEqtH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujsSDPEqtH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujsSDPEqtH ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujsSDPEqtH .navbar-buttons {
  text-align: center;
}
.cid-ujsSDPEqtH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujsSDPEqtH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujsSDPEqtH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujsSDPEqtH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujsSDPEqtH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujsSDPEqtH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujsSDPEqtH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujsSDPEqtH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujsSDPEqtH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujsSDPEqtH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujsSDPEqtH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujsSDPEqtH .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujsSDPEqtH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujsSDPEqtH .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujsSDPEqtH .nav-link:hover,
.cid-ujsSDPEqtH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujsSDPEqtH .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujsSDPEqtH .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujsSDPEqtH .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujsSDQk8kB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujsSDQk8kB img,
.cid-ujsSDQk8kB .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujsSDQk8kB .item:focus,
.cid-ujsSDQk8kB span:focus {
  outline: none;
}
.cid-ujsSDQk8kB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujsSDQk8kB .item {
    margin-bottom: 1rem;
  }
}
.cid-ujsSDQk8kB h5 {
  margin: 0;
}
.cid-ujsSDQk8kB .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujsSDQk8kB .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujsSDQk8kB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujsSDQk8kB .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujsSDQk8kB .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujsSDQk8kB .item-wrapper {
    height: auto;
  }
}
.cid-ujsSDQk8kB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujsSDQk8kB .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujsSDQk8kB .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujsSDQk8kB .mbr-text,
.cid-ujsSDQk8kB .item .mbr-section-btn {
  text-align: center;
}
.cid-ujsSDQk8kB .content-head {
  max-width: 800px;
}
.cid-ujsSDQk8kB .mbr-section-subtitle,
.cid-ujsSDQk8kB .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujsSDQk8kB .mbr-section-subtitle,
.cid-ujsSDQk8kB .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujsSDQXnOA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujsSDQXnOA img,
.cid-ujsSDQXnOA .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujsSDQXnOA .item:focus,
.cid-ujsSDQXnOA span:focus {
  outline: none;
}
.cid-ujsSDQXnOA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujsSDQXnOA .item {
    margin-bottom: 1rem;
  }
}
.cid-ujsSDQXnOA h5 {
  margin: 0;
}
.cid-ujsSDQXnOA .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujsSDQXnOA .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujsSDQXnOA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujsSDQXnOA .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujsSDQXnOA .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujsSDQXnOA .item-wrapper {
    height: auto;
  }
}
.cid-ujsSDQXnOA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujsSDQXnOA .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujsSDQXnOA .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujsSDQXnOA .mbr-text,
.cid-ujsSDQXnOA .item .mbr-section-btn {
  text-align: center;
}
.cid-ujsSDQXnOA .content-head {
  max-width: 800px;
}
.cid-ujsSDQXnOA .mbr-section-subtitle,
.cid-ujsSDQXnOA .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujsSDRum6X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujsSDRum6X img,
.cid-ujsSDRum6X .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujsSDRum6X .item:focus,
.cid-ujsSDRum6X span:focus {
  outline: none;
}
.cid-ujsSDRum6X .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujsSDRum6X .item {
    margin-bottom: 1rem;
  }
}
.cid-ujsSDRum6X h5 {
  margin: 0;
}
.cid-ujsSDRum6X .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujsSDRum6X .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujsSDRum6X .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujsSDRum6X .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujsSDRum6X .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujsSDRum6X .item-wrapper {
    height: auto;
  }
}
.cid-ujsSDRum6X .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujsSDRum6X .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujsSDRum6X .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujsSDRum6X .mbr-text,
.cid-ujsSDRum6X .item .mbr-section-btn {
  text-align: center;
}
.cid-ujsSDRum6X .content-head {
  max-width: 800px;
}
.cid-ujsSDRum6X .mbr-section-subtitle,
.cid-ujsSDRum6X .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujsSDUqfTM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujsSDUqfTM img,
.cid-ujsSDUqfTM .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujsSDUqfTM .item:focus,
.cid-ujsSDUqfTM span:focus {
  outline: none;
}
.cid-ujsSDUqfTM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujsSDUqfTM .item {
    margin-bottom: 1rem;
  }
}
.cid-ujsSDUqfTM h5 {
  margin: 0;
}
.cid-ujsSDUqfTM .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujsSDUqfTM .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujsSDUqfTM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujsSDUqfTM .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujsSDUqfTM .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujsSDUqfTM .item-wrapper {
    height: auto;
  }
}
.cid-ujsSDUqfTM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujsSDUqfTM .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujsSDUqfTM .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujsSDUqfTM .mbr-text,
.cid-ujsSDUqfTM .item .mbr-section-btn {
  text-align: center;
}
.cid-ujsSDUqfTM .content-head {
  max-width: 800px;
}
.cid-ujsSDUqfTM .mbr-section-subtitle,
.cid-ujsSDUqfTM .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujsSDV0usw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujsSDV0usw img,
.cid-ujsSDV0usw .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujsSDV0usw .item:focus,
.cid-ujsSDV0usw span:focus {
  outline: none;
}
.cid-ujsSDV0usw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujsSDV0usw .item {
    margin-bottom: 1rem;
  }
}
.cid-ujsSDV0usw h5 {
  margin: 0;
}
.cid-ujsSDV0usw .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujsSDV0usw .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujsSDV0usw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujsSDV0usw .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujsSDV0usw .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujsSDV0usw .item-wrapper {
    height: auto;
  }
}
.cid-ujsSDV0usw .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujsSDV0usw .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujsSDV0usw .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujsSDV0usw .mbr-text,
.cid-ujsSDV0usw .item .mbr-section-btn {
  text-align: center;
}
.cid-ujsSDV0usw .content-head {
  max-width: 800px;
}
.cid-ujsSDV0usw .mbr-section-subtitle,
.cid-ujsSDV0usw .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujsSDVEgZf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujsSDVEgZf img,
.cid-ujsSDVEgZf .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujsSDVEgZf .item:focus,
.cid-ujsSDVEgZf span:focus {
  outline: none;
}
.cid-ujsSDVEgZf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujsSDVEgZf .item {
    margin-bottom: 1rem;
  }
}
.cid-ujsSDVEgZf h5 {
  margin: 0;
}
.cid-ujsSDVEgZf .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujsSDVEgZf .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujsSDVEgZf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujsSDVEgZf .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujsSDVEgZf .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujsSDVEgZf .item-wrapper {
    height: auto;
  }
}
.cid-ujsSDVEgZf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujsSDVEgZf .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujsSDVEgZf .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujsSDVEgZf .mbr-text,
.cid-ujsSDVEgZf .item .mbr-section-btn {
  text-align: center;
}
.cid-ujsSDVEgZf .content-head {
  max-width: 800px;
}
.cid-ujsSDVEgZf .mbr-section-subtitle,
.cid-ujsSDVEgZf .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujsSDWflHj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujsSDWflHj img,
.cid-ujsSDWflHj .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujsSDWflHj .item:focus,
.cid-ujsSDWflHj span:focus {
  outline: none;
}
.cid-ujsSDWflHj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujsSDWflHj .item {
    margin-bottom: 1rem;
  }
}
.cid-ujsSDWflHj h5 {
  margin: 0;
}
.cid-ujsSDWflHj .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujsSDWflHj .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujsSDWflHj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujsSDWflHj .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujsSDWflHj .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujsSDWflHj .item-wrapper {
    height: auto;
  }
}
.cid-ujsSDWflHj .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujsSDWflHj .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujsSDWflHj .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujsSDWflHj .mbr-text,
.cid-ujsSDWflHj .item .mbr-section-btn {
  text-align: center;
}
.cid-ujsSDWflHj .content-head {
  max-width: 800px;
}
.cid-ujsSDWflHj .mbr-section-subtitle,
.cid-ujsSDWflHj .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujsSDWUFbm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujsSDWUFbm img,
.cid-ujsSDWUFbm .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujsSDWUFbm .item:focus,
.cid-ujsSDWUFbm span:focus {
  outline: none;
}
.cid-ujsSDWUFbm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujsSDWUFbm .item {
    margin-bottom: 1rem;
  }
}
.cid-ujsSDWUFbm h5 {
  margin: 0;
}
.cid-ujsSDWUFbm .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujsSDWUFbm .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujsSDWUFbm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujsSDWUFbm .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujsSDWUFbm .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujsSDWUFbm .item-wrapper {
    height: auto;
  }
}
.cid-ujsSDWUFbm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujsSDWUFbm .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujsSDWUFbm .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujsSDWUFbm .mbr-text,
.cid-ujsSDWUFbm .item .mbr-section-btn {
  text-align: center;
}
.cid-ujsSDWUFbm .content-head {
  max-width: 800px;
}
.cid-ujsSDWUFbm .mbr-section-subtitle,
.cid-ujsSDWUFbm .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujsSDS2IFR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujsSDS2IFR img,
.cid-ujsSDS2IFR .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujsSDS2IFR .item:focus,
.cid-ujsSDS2IFR span:focus {
  outline: none;
}
.cid-ujsSDS2IFR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujsSDS2IFR .item {
    margin-bottom: 1rem;
  }
}
.cid-ujsSDS2IFR h5 {
  margin: 0;
}
.cid-ujsSDS2IFR .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujsSDS2IFR .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujsSDS2IFR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujsSDS2IFR .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujsSDS2IFR .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujsSDS2IFR .item-wrapper {
    height: auto;
  }
}
.cid-ujsSDS2IFR .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujsSDS2IFR .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujsSDS2IFR .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujsSDS2IFR .mbr-text,
.cid-ujsSDS2IFR .item .mbr-section-btn {
  text-align: center;
}
.cid-ujsSDS2IFR .content-head {
  max-width: 800px;
}
.cid-ujsSDS2IFR .mbr-section-subtitle,
.cid-ujsSDS2IFR .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujsSDXw91l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujsSDXw91l img,
.cid-ujsSDXw91l .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujsSDXw91l .item:focus,
.cid-ujsSDXw91l span:focus {
  outline: none;
}
.cid-ujsSDXw91l .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujsSDXw91l .item {
    margin-bottom: 1rem;
  }
}
.cid-ujsSDXw91l h5 {
  margin: 0;
}
.cid-ujsSDXw91l .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujsSDXw91l .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujsSDXw91l .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujsSDXw91l .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujsSDXw91l .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujsSDXw91l .item-wrapper {
    height: auto;
  }
}
.cid-ujsSDXw91l .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujsSDXw91l .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujsSDXw91l .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujsSDXw91l .mbr-text,
.cid-ujsSDXw91l .item .mbr-section-btn {
  text-align: center;
}
.cid-ujsSDXw91l .content-head {
  max-width: 800px;
}
.cid-ujsSDXw91l .mbr-section-subtitle,
.cid-ujsSDXw91l .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujsSDTRXs4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujsSDTRXs4 img,
.cid-ujsSDTRXs4 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujsSDTRXs4 .item:focus,
.cid-ujsSDTRXs4 span:focus {
  outline: none;
}
.cid-ujsSDTRXs4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujsSDTRXs4 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujsSDTRXs4 h5 {
  margin: 0;
}
.cid-ujsSDTRXs4 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujsSDTRXs4 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujsSDTRXs4 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujsSDTRXs4 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujsSDTRXs4 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujsSDTRXs4 .item-wrapper {
    height: auto;
  }
}
.cid-ujsSDTRXs4 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujsSDTRXs4 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujsSDTRXs4 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujsSDTRXs4 .mbr-text,
.cid-ujsSDTRXs4 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujsSDTRXs4 .content-head {
  max-width: 800px;
}
.cid-ujsSDTRXs4 .mbr-section-subtitle,
.cid-ujsSDTRXs4 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujsSE2WEvG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujsSE2WEvG .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujsSE2WEvG .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujsSE2WEvG .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujsSE2WEvG .social-media {
  margin-top: 1.5rem;
}
.cid-ujsSE2WEvG .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujsSE2WEvG .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujsSE2WEvG .mbr-text,
.cid-ujsSE2WEvG .mbr-offer {
  line-height: 1.5;
}
.cid-ujsSE2WEvG .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujsSE2WEvG .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujsSE2WEvG .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujsSE2WEvG .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujsSE2WEvG .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujsSE2WEvG .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujsSE2WEvG .container-fluid {
  max-width: 1300px;
}
.cid-ujyzd8lJK7 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujyzd8lJK7 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujyzd8lJK7 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujyzd8lJK7 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujyzd8lJK7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujyzd8lJK7 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujyzd8lJK7 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujyzd8lJK7 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujyzd8lJK7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujyzd8lJK7 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujyzd8lJK7 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujyzd8lJK7 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujyzd8lJK7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujyzd8lJK7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujyzd8lJK7 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujyzd8lJK7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujyzd8lJK7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujyzd8lJK7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujyzd8lJK7 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujyzd8lJK7 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujyzd8lJK7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujyzd8lJK7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujyzd8lJK7 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujyzd8lJK7 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujyzd8lJK7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujyzd8lJK7 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujyzd8lJK7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujyzd8lJK7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujyzd8lJK7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujyzd8lJK7 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujyzd8lJK7 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujyzd8lJK7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujyzd8lJK7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujyzd8lJK7 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujyzd8lJK7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujyzd8lJK7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujyzd8lJK7 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujyzd8lJK7 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujyzd8lJK7 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujyzd8lJK7 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujyzd8lJK7 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujyzd8lJK7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujyzd8lJK7 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujyzd8lJK7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujyzd8lJK7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujyzd8lJK7 .dropdown-item.active,
.cid-ujyzd8lJK7 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujyzd8lJK7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujyzd8lJK7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujyzd8lJK7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujyzd8lJK7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujyzd8lJK7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujyzd8lJK7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujyzd8lJK7 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujyzd8lJK7 .navbar-buttons {
  text-align: center;
}
.cid-ujyzd8lJK7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujyzd8lJK7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujyzd8lJK7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujyzd8lJK7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujyzd8lJK7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujyzd8lJK7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujyzd8lJK7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujyzd8lJK7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujyzd8lJK7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujyzd8lJK7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujyzd8lJK7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujyzd8lJK7 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujyzd8lJK7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujyzd8lJK7 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujyzd8lJK7 .nav-link:hover,
.cid-ujyzd8lJK7 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujyzd8lJK7 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujyzd8lJK7 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujyzd8lJK7 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujyzd8Y7Lf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujyzd8Y7Lf img,
.cid-ujyzd8Y7Lf .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujyzd8Y7Lf .item:focus,
.cid-ujyzd8Y7Lf span:focus {
  outline: none;
}
.cid-ujyzd8Y7Lf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujyzd8Y7Lf .item {
    margin-bottom: 1rem;
  }
}
.cid-ujyzd8Y7Lf h5 {
  margin: 0;
}
.cid-ujyzd8Y7Lf .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujyzd8Y7Lf .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujyzd8Y7Lf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujyzd8Y7Lf .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujyzd8Y7Lf .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujyzd8Y7Lf .item-wrapper {
    height: auto;
  }
}
.cid-ujyzd8Y7Lf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujyzd8Y7Lf .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujyzd8Y7Lf .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujyzd8Y7Lf .mbr-text,
.cid-ujyzd8Y7Lf .item .mbr-section-btn {
  text-align: center;
}
.cid-ujyzd8Y7Lf .content-head {
  max-width: 800px;
}
.cid-ujyzd8Y7Lf .mbr-section-subtitle,
.cid-ujyzd8Y7Lf .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujyzd8Y7Lf .mbr-section-subtitle,
.cid-ujyzd8Y7Lf .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujyzd9yymD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujyzd9yymD img,
.cid-ujyzd9yymD .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujyzd9yymD .item:focus,
.cid-ujyzd9yymD span:focus {
  outline: none;
}
.cid-ujyzd9yymD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujyzd9yymD .item {
    margin-bottom: 1rem;
  }
}
.cid-ujyzd9yymD h5 {
  margin: 0;
}
.cid-ujyzd9yymD .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujyzd9yymD .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujyzd9yymD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujyzd9yymD .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujyzd9yymD .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujyzd9yymD .item-wrapper {
    height: auto;
  }
}
.cid-ujyzd9yymD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujyzd9yymD .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujyzd9yymD .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujyzd9yymD .mbr-text,
.cid-ujyzd9yymD .item .mbr-section-btn {
  text-align: center;
}
.cid-ujyzd9yymD .content-head {
  max-width: 800px;
}
.cid-ujyzd9yymD .mbr-section-subtitle,
.cid-ujyzd9yymD .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujyzdad7fG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujyzdad7fG img,
.cid-ujyzdad7fG .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujyzdad7fG .item:focus,
.cid-ujyzdad7fG span:focus {
  outline: none;
}
.cid-ujyzdad7fG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujyzdad7fG .item {
    margin-bottom: 1rem;
  }
}
.cid-ujyzdad7fG h5 {
  margin: 0;
}
.cid-ujyzdad7fG .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujyzdad7fG .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujyzdad7fG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujyzdad7fG .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujyzdad7fG .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujyzdad7fG .item-wrapper {
    height: auto;
  }
}
.cid-ujyzdad7fG .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujyzdad7fG .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujyzdad7fG .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujyzdad7fG .mbr-text,
.cid-ujyzdad7fG .item .mbr-section-btn {
  text-align: center;
}
.cid-ujyzdad7fG .content-head {
  max-width: 800px;
}
.cid-ujyzdad7fG .mbr-section-subtitle,
.cid-ujyzdad7fG .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujyzdaMd7Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujyzdaMd7Y img,
.cid-ujyzdaMd7Y .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujyzdaMd7Y .item:focus,
.cid-ujyzdaMd7Y span:focus {
  outline: none;
}
.cid-ujyzdaMd7Y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujyzdaMd7Y .item {
    margin-bottom: 1rem;
  }
}
.cid-ujyzdaMd7Y h5 {
  margin: 0;
}
.cid-ujyzdaMd7Y .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujyzdaMd7Y .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujyzdaMd7Y .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujyzdaMd7Y .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujyzdaMd7Y .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujyzdaMd7Y .item-wrapper {
    height: auto;
  }
}
.cid-ujyzdaMd7Y .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujyzdaMd7Y .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujyzdaMd7Y .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujyzdaMd7Y .mbr-text,
.cid-ujyzdaMd7Y .item .mbr-section-btn {
  text-align: center;
}
.cid-ujyzdaMd7Y .content-head {
  max-width: 800px;
}
.cid-ujyzdaMd7Y .mbr-section-subtitle,
.cid-ujyzdaMd7Y .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujyzdboi7v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujyzdboi7v img,
.cid-ujyzdboi7v .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujyzdboi7v .item:focus,
.cid-ujyzdboi7v span:focus {
  outline: none;
}
.cid-ujyzdboi7v .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujyzdboi7v .item {
    margin-bottom: 1rem;
  }
}
.cid-ujyzdboi7v h5 {
  margin: 0;
}
.cid-ujyzdboi7v .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujyzdboi7v .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujyzdboi7v .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujyzdboi7v .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujyzdboi7v .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujyzdboi7v .item-wrapper {
    height: auto;
  }
}
.cid-ujyzdboi7v .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujyzdboi7v .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujyzdboi7v .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujyzdboi7v .mbr-text,
.cid-ujyzdboi7v .item .mbr-section-btn {
  text-align: center;
}
.cid-ujyzdboi7v .content-head {
  max-width: 800px;
}
.cid-ujyzdboi7v .mbr-section-subtitle,
.cid-ujyzdboi7v .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujyzdc3h11 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujyzdc3h11 img,
.cid-ujyzdc3h11 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujyzdc3h11 .item:focus,
.cid-ujyzdc3h11 span:focus {
  outline: none;
}
.cid-ujyzdc3h11 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujyzdc3h11 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujyzdc3h11 h5 {
  margin: 0;
}
.cid-ujyzdc3h11 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujyzdc3h11 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujyzdc3h11 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujyzdc3h11 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujyzdc3h11 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujyzdc3h11 .item-wrapper {
    height: auto;
  }
}
.cid-ujyzdc3h11 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujyzdc3h11 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujyzdc3h11 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujyzdc3h11 .mbr-text,
.cid-ujyzdc3h11 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujyzdc3h11 .content-head {
  max-width: 800px;
}
.cid-ujyzdc3h11 .mbr-section-subtitle,
.cid-ujyzdc3h11 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujyzdcDox4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujyzdcDox4 img,
.cid-ujyzdcDox4 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujyzdcDox4 .item:focus,
.cid-ujyzdcDox4 span:focus {
  outline: none;
}
.cid-ujyzdcDox4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujyzdcDox4 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujyzdcDox4 h5 {
  margin: 0;
}
.cid-ujyzdcDox4 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujyzdcDox4 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujyzdcDox4 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujyzdcDox4 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujyzdcDox4 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujyzdcDox4 .item-wrapper {
    height: auto;
  }
}
.cid-ujyzdcDox4 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujyzdcDox4 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujyzdcDox4 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujyzdcDox4 .mbr-text,
.cid-ujyzdcDox4 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujyzdcDox4 .content-head {
  max-width: 800px;
}
.cid-ujyzdcDox4 .mbr-section-subtitle,
.cid-ujyzdcDox4 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujyzddophH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujyzddophH img,
.cid-ujyzddophH .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujyzddophH .item:focus,
.cid-ujyzddophH span:focus {
  outline: none;
}
.cid-ujyzddophH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujyzddophH .item {
    margin-bottom: 1rem;
  }
}
.cid-ujyzddophH h5 {
  margin: 0;
}
.cid-ujyzddophH .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujyzddophH .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujyzddophH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujyzddophH .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujyzddophH .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujyzddophH .item-wrapper {
    height: auto;
  }
}
.cid-ujyzddophH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujyzddophH .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujyzddophH .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujyzddophH .mbr-text,
.cid-ujyzddophH .item .mbr-section-btn {
  text-align: center;
}
.cid-ujyzddophH .content-head {
  max-width: 800px;
}
.cid-ujyzddophH .mbr-section-subtitle,
.cid-ujyzddophH .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujyzddX56M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujyzddX56M img,
.cid-ujyzddX56M .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujyzddX56M .item:focus,
.cid-ujyzddX56M span:focus {
  outline: none;
}
.cid-ujyzddX56M .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujyzddX56M .item {
    margin-bottom: 1rem;
  }
}
.cid-ujyzddX56M h5 {
  margin: 0;
}
.cid-ujyzddX56M .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujyzddX56M .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujyzddX56M .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujyzddX56M .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujyzddX56M .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujyzddX56M .item-wrapper {
    height: auto;
  }
}
.cid-ujyzddX56M .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujyzddX56M .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujyzddX56M .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujyzddX56M .mbr-text,
.cid-ujyzddX56M .item .mbr-section-btn {
  text-align: center;
}
.cid-ujyzddX56M .content-head {
  max-width: 800px;
}
.cid-ujyzddX56M .mbr-section-subtitle,
.cid-ujyzddX56M .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujyzdexFeJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujyzdexFeJ img,
.cid-ujyzdexFeJ .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujyzdexFeJ .item:focus,
.cid-ujyzdexFeJ span:focus {
  outline: none;
}
.cid-ujyzdexFeJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujyzdexFeJ .item {
    margin-bottom: 1rem;
  }
}
.cid-ujyzdexFeJ h5 {
  margin: 0;
}
.cid-ujyzdexFeJ .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujyzdexFeJ .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujyzdexFeJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujyzdexFeJ .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujyzdexFeJ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujyzdexFeJ .item-wrapper {
    height: auto;
  }
}
.cid-ujyzdexFeJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujyzdexFeJ .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujyzdexFeJ .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujyzdexFeJ .mbr-text,
.cid-ujyzdexFeJ .item .mbr-section-btn {
  text-align: center;
}
.cid-ujyzdexFeJ .content-head {
  max-width: 800px;
}
.cid-ujyzdexFeJ .mbr-section-subtitle,
.cid-ujyzdexFeJ .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujyzdfcSHX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujyzdfcSHX img,
.cid-ujyzdfcSHX .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujyzdfcSHX .item:focus,
.cid-ujyzdfcSHX span:focus {
  outline: none;
}
.cid-ujyzdfcSHX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujyzdfcSHX .item {
    margin-bottom: 1rem;
  }
}
.cid-ujyzdfcSHX h5 {
  margin: 0;
}
.cid-ujyzdfcSHX .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujyzdfcSHX .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujyzdfcSHX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujyzdfcSHX .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujyzdfcSHX .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujyzdfcSHX .item-wrapper {
    height: auto;
  }
}
.cid-ujyzdfcSHX .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujyzdfcSHX .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujyzdfcSHX .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujyzdfcSHX .mbr-text,
.cid-ujyzdfcSHX .item .mbr-section-btn {
  text-align: center;
}
.cid-ujyzdfcSHX .content-head {
  max-width: 800px;
}
.cid-ujyzdfcSHX .mbr-section-subtitle,
.cid-ujyzdfcSHX .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujyzdfNjSb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujyzdfNjSb img,
.cid-ujyzdfNjSb .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujyzdfNjSb .item:focus,
.cid-ujyzdfNjSb span:focus {
  outline: none;
}
.cid-ujyzdfNjSb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujyzdfNjSb .item {
    margin-bottom: 1rem;
  }
}
.cid-ujyzdfNjSb h5 {
  margin: 0;
}
.cid-ujyzdfNjSb .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujyzdfNjSb .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujyzdfNjSb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujyzdfNjSb .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujyzdfNjSb .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujyzdfNjSb .item-wrapper {
    height: auto;
  }
}
.cid-ujyzdfNjSb .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujyzdfNjSb .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujyzdfNjSb .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujyzdfNjSb .mbr-text,
.cid-ujyzdfNjSb .item .mbr-section-btn {
  text-align: center;
}
.cid-ujyzdfNjSb .content-head {
  max-width: 800px;
}
.cid-ujyzdfNjSb .mbr-section-subtitle,
.cid-ujyzdfNjSb .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujyzdgvw29 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujyzdgvw29 img,
.cid-ujyzdgvw29 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujyzdgvw29 .item:focus,
.cid-ujyzdgvw29 span:focus {
  outline: none;
}
.cid-ujyzdgvw29 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujyzdgvw29 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujyzdgvw29 h5 {
  margin: 0;
}
.cid-ujyzdgvw29 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujyzdgvw29 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujyzdgvw29 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujyzdgvw29 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujyzdgvw29 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujyzdgvw29 .item-wrapper {
    height: auto;
  }
}
.cid-ujyzdgvw29 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujyzdgvw29 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujyzdgvw29 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujyzdgvw29 .mbr-text,
.cid-ujyzdgvw29 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujyzdgvw29 .content-head {
  max-width: 800px;
}
.cid-ujyzdgvw29 .mbr-section-subtitle,
.cid-ujyzdgvw29 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujCQz22GIY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujCQz22GIY img,
.cid-ujCQz22GIY .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujCQz22GIY .item:focus,
.cid-ujCQz22GIY span:focus {
  outline: none;
}
.cid-ujCQz22GIY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujCQz22GIY .item {
    margin-bottom: 1rem;
  }
}
.cid-ujCQz22GIY h5 {
  margin: 0;
}
.cid-ujCQz22GIY .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujCQz22GIY .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujCQz22GIY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujCQz22GIY .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujCQz22GIY .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujCQz22GIY .item-wrapper {
    height: auto;
  }
}
.cid-ujCQz22GIY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujCQz22GIY .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujCQz22GIY .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujCQz22GIY .mbr-text,
.cid-ujCQz22GIY .item .mbr-section-btn {
  text-align: center;
}
.cid-ujCQz22GIY .content-head {
  max-width: 800px;
}
.cid-ujCQz22GIY .mbr-section-subtitle,
.cid-ujCQz22GIY .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujCQBE7qxo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujCQBE7qxo img,
.cid-ujCQBE7qxo .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujCQBE7qxo .item:focus,
.cid-ujCQBE7qxo span:focus {
  outline: none;
}
.cid-ujCQBE7qxo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujCQBE7qxo .item {
    margin-bottom: 1rem;
  }
}
.cid-ujCQBE7qxo h5 {
  margin: 0;
}
.cid-ujCQBE7qxo .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujCQBE7qxo .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujCQBE7qxo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujCQBE7qxo .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujCQBE7qxo .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujCQBE7qxo .item-wrapper {
    height: auto;
  }
}
.cid-ujCQBE7qxo .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujCQBE7qxo .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujCQBE7qxo .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujCQBE7qxo .mbr-text,
.cid-ujCQBE7qxo .item .mbr-section-btn {
  text-align: center;
}
.cid-ujCQBE7qxo .content-head {
  max-width: 800px;
}
.cid-ujCQBE7qxo .mbr-section-subtitle,
.cid-ujCQBE7qxo .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujCQAR3xxM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujCQAR3xxM img,
.cid-ujCQAR3xxM .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujCQAR3xxM .item:focus,
.cid-ujCQAR3xxM span:focus {
  outline: none;
}
.cid-ujCQAR3xxM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujCQAR3xxM .item {
    margin-bottom: 1rem;
  }
}
.cid-ujCQAR3xxM h5 {
  margin: 0;
}
.cid-ujCQAR3xxM .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujCQAR3xxM .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujCQAR3xxM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujCQAR3xxM .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujCQAR3xxM .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujCQAR3xxM .item-wrapper {
    height: auto;
  }
}
.cid-ujCQAR3xxM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujCQAR3xxM .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujCQAR3xxM .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujCQAR3xxM .mbr-text,
.cid-ujCQAR3xxM .item .mbr-section-btn {
  text-align: center;
}
.cid-ujCQAR3xxM .content-head {
  max-width: 800px;
}
.cid-ujCQAR3xxM .mbr-section-subtitle,
.cid-ujCQAR3xxM .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujCQDww5mo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujCQDww5mo img,
.cid-ujCQDww5mo .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujCQDww5mo .item:focus,
.cid-ujCQDww5mo span:focus {
  outline: none;
}
.cid-ujCQDww5mo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujCQDww5mo .item {
    margin-bottom: 1rem;
  }
}
.cid-ujCQDww5mo h5 {
  margin: 0;
}
.cid-ujCQDww5mo .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujCQDww5mo .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujCQDww5mo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujCQDww5mo .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujCQDww5mo .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujCQDww5mo .item-wrapper {
    height: auto;
  }
}
.cid-ujCQDww5mo .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujCQDww5mo .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujCQDww5mo .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujCQDww5mo .mbr-text,
.cid-ujCQDww5mo .item .mbr-section-btn {
  text-align: center;
}
.cid-ujCQDww5mo .content-head {
  max-width: 800px;
}
.cid-ujCQDww5mo .mbr-section-subtitle,
.cid-ujCQDww5mo .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujCQE2AJIp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujCQE2AJIp img,
.cid-ujCQE2AJIp .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujCQE2AJIp .item:focus,
.cid-ujCQE2AJIp span:focus {
  outline: none;
}
.cid-ujCQE2AJIp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujCQE2AJIp .item {
    margin-bottom: 1rem;
  }
}
.cid-ujCQE2AJIp h5 {
  margin: 0;
}
.cid-ujCQE2AJIp .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujCQE2AJIp .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujCQE2AJIp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujCQE2AJIp .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujCQE2AJIp .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujCQE2AJIp .item-wrapper {
    height: auto;
  }
}
.cid-ujCQE2AJIp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujCQE2AJIp .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujCQE2AJIp .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujCQE2AJIp .mbr-text,
.cid-ujCQE2AJIp .item .mbr-section-btn {
  text-align: center;
}
.cid-ujCQE2AJIp .content-head {
  max-width: 800px;
}
.cid-ujCQE2AJIp .mbr-section-subtitle,
.cid-ujCQE2AJIp .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujCQD0U7JT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujCQD0U7JT img,
.cid-ujCQD0U7JT .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujCQD0U7JT .item:focus,
.cid-ujCQD0U7JT span:focus {
  outline: none;
}
.cid-ujCQD0U7JT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujCQD0U7JT .item {
    margin-bottom: 1rem;
  }
}
.cid-ujCQD0U7JT h5 {
  margin: 0;
}
.cid-ujCQD0U7JT .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujCQD0U7JT .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujCQD0U7JT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujCQD0U7JT .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujCQD0U7JT .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujCQD0U7JT .item-wrapper {
    height: auto;
  }
}
.cid-ujCQD0U7JT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujCQD0U7JT .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujCQD0U7JT .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujCQD0U7JT .mbr-text,
.cid-ujCQD0U7JT .item .mbr-section-btn {
  text-align: center;
}
.cid-ujCQD0U7JT .content-head {
  max-width: 800px;
}
.cid-ujCQD0U7JT .mbr-section-subtitle,
.cid-ujCQD0U7JT .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujCQAickm6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujCQAickm6 img,
.cid-ujCQAickm6 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujCQAickm6 .item:focus,
.cid-ujCQAickm6 span:focus {
  outline: none;
}
.cid-ujCQAickm6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujCQAickm6 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujCQAickm6 h5 {
  margin: 0;
}
.cid-ujCQAickm6 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujCQAickm6 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujCQAickm6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujCQAickm6 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujCQAickm6 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujCQAickm6 .item-wrapper {
    height: auto;
  }
}
.cid-ujCQAickm6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujCQAickm6 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujCQAickm6 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujCQAickm6 .mbr-text,
.cid-ujCQAickm6 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujCQAickm6 .content-head {
  max-width: 800px;
}
.cid-ujCQAickm6 .mbr-section-subtitle,
.cid-ujCQAickm6 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujCQzHeBv9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujCQzHeBv9 img,
.cid-ujCQzHeBv9 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujCQzHeBv9 .item:focus,
.cid-ujCQzHeBv9 span:focus {
  outline: none;
}
.cid-ujCQzHeBv9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujCQzHeBv9 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujCQzHeBv9 h5 {
  margin: 0;
}
.cid-ujCQzHeBv9 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujCQzHeBv9 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujCQzHeBv9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujCQzHeBv9 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujCQzHeBv9 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujCQzHeBv9 .item-wrapper {
    height: auto;
  }
}
.cid-ujCQzHeBv9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujCQzHeBv9 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujCQzHeBv9 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujCQzHeBv9 .mbr-text,
.cid-ujCQzHeBv9 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujCQzHeBv9 .content-head {
  max-width: 800px;
}
.cid-ujCQzHeBv9 .mbr-section-subtitle,
.cid-ujCQzHeBv9 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujCQyfDUEP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujCQyfDUEP img,
.cid-ujCQyfDUEP .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujCQyfDUEP .item:focus,
.cid-ujCQyfDUEP span:focus {
  outline: none;
}
.cid-ujCQyfDUEP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujCQyfDUEP .item {
    margin-bottom: 1rem;
  }
}
.cid-ujCQyfDUEP h5 {
  margin: 0;
}
.cid-ujCQyfDUEP .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujCQyfDUEP .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujCQyfDUEP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujCQyfDUEP .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujCQyfDUEP .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujCQyfDUEP .item-wrapper {
    height: auto;
  }
}
.cid-ujCQyfDUEP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujCQyfDUEP .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujCQyfDUEP .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujCQyfDUEP .mbr-text,
.cid-ujCQyfDUEP .item .mbr-section-btn {
  text-align: center;
}
.cid-ujCQyfDUEP .content-head {
  max-width: 800px;
}
.cid-ujCQyfDUEP .mbr-section-subtitle,
.cid-ujCQyfDUEP .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujCQxpvgNk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujCQxpvgNk img,
.cid-ujCQxpvgNk .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujCQxpvgNk .item:focus,
.cid-ujCQxpvgNk span:focus {
  outline: none;
}
.cid-ujCQxpvgNk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujCQxpvgNk .item {
    margin-bottom: 1rem;
  }
}
.cid-ujCQxpvgNk h5 {
  margin: 0;
}
.cid-ujCQxpvgNk .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujCQxpvgNk .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujCQxpvgNk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujCQxpvgNk .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujCQxpvgNk .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujCQxpvgNk .item-wrapper {
    height: auto;
  }
}
.cid-ujCQxpvgNk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujCQxpvgNk .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujCQxpvgNk .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujCQxpvgNk .mbr-text,
.cid-ujCQxpvgNk .item .mbr-section-btn {
  text-align: center;
}
.cid-ujCQxpvgNk .content-head {
  max-width: 800px;
}
.cid-ujCQxpvgNk .mbr-section-subtitle,
.cid-ujCQxpvgNk .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujDD0tTg7p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujDD0tTg7p img,
.cid-ujDD0tTg7p .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujDD0tTg7p .item:focus,
.cid-ujDD0tTg7p span:focus {
  outline: none;
}
.cid-ujDD0tTg7p .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujDD0tTg7p .item {
    margin-bottom: 1rem;
  }
}
.cid-ujDD0tTg7p h5 {
  margin: 0;
}
.cid-ujDD0tTg7p .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujDD0tTg7p .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujDD0tTg7p .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujDD0tTg7p .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujDD0tTg7p .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujDD0tTg7p .item-wrapper {
    height: auto;
  }
}
.cid-ujDD0tTg7p .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujDD0tTg7p .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujDD0tTg7p .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujDD0tTg7p .mbr-text,
.cid-ujDD0tTg7p .item .mbr-section-btn {
  text-align: center;
}
.cid-ujDD0tTg7p .content-head {
  max-width: 800px;
}
.cid-ujDD0tTg7p .mbr-section-subtitle,
.cid-ujDD0tTg7p .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujyzdgVSdT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujyzdgVSdT .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujyzdgVSdT .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujyzdgVSdT .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujyzdgVSdT .social-media {
  margin-top: 1.5rem;
}
.cid-ujyzdgVSdT .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujyzdgVSdT .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujyzdgVSdT .mbr-text,
.cid-ujyzdgVSdT .mbr-offer {
  line-height: 1.5;
}
.cid-ujyzdgVSdT .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujyzdgVSdT .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujyzdgVSdT .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujyzdgVSdT .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujyzdgVSdT .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujyzdgVSdT .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujyzdgVSdT .container-fluid {
  max-width: 1300px;
}
.cid-ujEB2BnoCf {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujEB2BnoCf .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujEB2BnoCf .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujEB2BnoCf .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujEB2BnoCf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujEB2BnoCf .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujEB2BnoCf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujEB2BnoCf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujEB2BnoCf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujEB2BnoCf .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujEB2BnoCf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujEB2BnoCf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujEB2BnoCf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujEB2BnoCf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujEB2BnoCf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujEB2BnoCf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujEB2BnoCf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujEB2BnoCf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujEB2BnoCf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujEB2BnoCf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujEB2BnoCf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujEB2BnoCf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujEB2BnoCf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujEB2BnoCf .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujEB2BnoCf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujEB2BnoCf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujEB2BnoCf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujEB2BnoCf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujEB2BnoCf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujEB2BnoCf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujEB2BnoCf .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujEB2BnoCf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujEB2BnoCf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujEB2BnoCf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujEB2BnoCf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujEB2BnoCf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujEB2BnoCf .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujEB2BnoCf .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujEB2BnoCf .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujEB2BnoCf .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujEB2BnoCf .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujEB2BnoCf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujEB2BnoCf .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujEB2BnoCf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujEB2BnoCf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujEB2BnoCf .dropdown-item.active,
.cid-ujEB2BnoCf .dropdown-item:active {
  background-color: transparent;
}
.cid-ujEB2BnoCf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujEB2BnoCf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujEB2BnoCf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujEB2BnoCf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujEB2BnoCf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujEB2BnoCf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujEB2BnoCf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujEB2BnoCf .navbar-buttons {
  text-align: center;
}
.cid-ujEB2BnoCf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujEB2BnoCf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujEB2BnoCf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujEB2BnoCf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujEB2BnoCf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujEB2BnoCf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujEB2BnoCf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujEB2BnoCf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujEB2BnoCf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujEB2BnoCf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujEB2BnoCf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujEB2BnoCf .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujEB2BnoCf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujEB2BnoCf .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujEB2BnoCf .nav-link:hover,
.cid-ujEB2BnoCf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujEB2BnoCf .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujEB2BnoCf .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujEB2BnoCf .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujEB2CS4wq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujEB2CS4wq img,
.cid-ujEB2CS4wq .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujEB2CS4wq .item:focus,
.cid-ujEB2CS4wq span:focus {
  outline: none;
}
.cid-ujEB2CS4wq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujEB2CS4wq .item {
    margin-bottom: 1rem;
  }
}
.cid-ujEB2CS4wq h5 {
  margin: 0;
}
.cid-ujEB2CS4wq .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujEB2CS4wq .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujEB2CS4wq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujEB2CS4wq .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujEB2CS4wq .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujEB2CS4wq .item-wrapper {
    height: auto;
  }
}
.cid-ujEB2CS4wq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujEB2CS4wq .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujEB2CS4wq .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujEB2CS4wq .mbr-text,
.cid-ujEB2CS4wq .item .mbr-section-btn {
  text-align: center;
}
.cid-ujEB2CS4wq .content-head {
  max-width: 800px;
}
.cid-ujEB2CS4wq .mbr-section-subtitle,
.cid-ujEB2CS4wq .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujEB2CS4wq .mbr-section-subtitle,
.cid-ujEB2CS4wq .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujEB2DAwmP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujEB2DAwmP img,
.cid-ujEB2DAwmP .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujEB2DAwmP .item:focus,
.cid-ujEB2DAwmP span:focus {
  outline: none;
}
.cid-ujEB2DAwmP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujEB2DAwmP .item {
    margin-bottom: 1rem;
  }
}
.cid-ujEB2DAwmP h5 {
  margin: 0;
}
.cid-ujEB2DAwmP .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujEB2DAwmP .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujEB2DAwmP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujEB2DAwmP .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujEB2DAwmP .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujEB2DAwmP .item-wrapper {
    height: auto;
  }
}
.cid-ujEB2DAwmP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujEB2DAwmP .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujEB2DAwmP .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujEB2DAwmP .mbr-text,
.cid-ujEB2DAwmP .item .mbr-section-btn {
  text-align: center;
}
.cid-ujEB2DAwmP .content-head {
  max-width: 800px;
}
.cid-ujEB2DAwmP .mbr-section-subtitle,
.cid-ujEB2DAwmP .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujEB2EgOTO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujEB2EgOTO img,
.cid-ujEB2EgOTO .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujEB2EgOTO .item:focus,
.cid-ujEB2EgOTO span:focus {
  outline: none;
}
.cid-ujEB2EgOTO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujEB2EgOTO .item {
    margin-bottom: 1rem;
  }
}
.cid-ujEB2EgOTO h5 {
  margin: 0;
}
.cid-ujEB2EgOTO .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujEB2EgOTO .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujEB2EgOTO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujEB2EgOTO .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujEB2EgOTO .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujEB2EgOTO .item-wrapper {
    height: auto;
  }
}
.cid-ujEB2EgOTO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujEB2EgOTO .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujEB2EgOTO .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujEB2EgOTO .mbr-text,
.cid-ujEB2EgOTO .item .mbr-section-btn {
  text-align: center;
}
.cid-ujEB2EgOTO .content-head {
  max-width: 800px;
}
.cid-ujEB2EgOTO .mbr-section-subtitle,
.cid-ujEB2EgOTO .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujEB2EXlPy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujEB2EXlPy img,
.cid-ujEB2EXlPy .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujEB2EXlPy .item:focus,
.cid-ujEB2EXlPy span:focus {
  outline: none;
}
.cid-ujEB2EXlPy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujEB2EXlPy .item {
    margin-bottom: 1rem;
  }
}
.cid-ujEB2EXlPy h5 {
  margin: 0;
}
.cid-ujEB2EXlPy .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujEB2EXlPy .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujEB2EXlPy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujEB2EXlPy .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujEB2EXlPy .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujEB2EXlPy .item-wrapper {
    height: auto;
  }
}
.cid-ujEB2EXlPy .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujEB2EXlPy .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujEB2EXlPy .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujEB2EXlPy .mbr-text,
.cid-ujEB2EXlPy .item .mbr-section-btn {
  text-align: center;
}
.cid-ujEB2EXlPy .content-head {
  max-width: 800px;
}
.cid-ujEB2EXlPy .mbr-section-subtitle,
.cid-ujEB2EXlPy .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujEB2FyqTA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujEB2FyqTA img,
.cid-ujEB2FyqTA .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujEB2FyqTA .item:focus,
.cid-ujEB2FyqTA span:focus {
  outline: none;
}
.cid-ujEB2FyqTA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujEB2FyqTA .item {
    margin-bottom: 1rem;
  }
}
.cid-ujEB2FyqTA h5 {
  margin: 0;
}
.cid-ujEB2FyqTA .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujEB2FyqTA .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujEB2FyqTA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujEB2FyqTA .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujEB2FyqTA .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujEB2FyqTA .item-wrapper {
    height: auto;
  }
}
.cid-ujEB2FyqTA .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujEB2FyqTA .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujEB2FyqTA .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujEB2FyqTA .mbr-text,
.cid-ujEB2FyqTA .item .mbr-section-btn {
  text-align: center;
}
.cid-ujEB2FyqTA .content-head {
  max-width: 800px;
}
.cid-ujEB2FyqTA .mbr-section-subtitle,
.cid-ujEB2FyqTA .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujEB2Hl8rC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujEB2Hl8rC .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujEB2Hl8rC .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujEB2Hl8rC .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujEB2Hl8rC .social-media {
  margin-top: 1.5rem;
}
.cid-ujEB2Hl8rC .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujEB2Hl8rC .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujEB2Hl8rC .mbr-text,
.cid-ujEB2Hl8rC .mbr-offer {
  line-height: 1.5;
}
.cid-ujEB2Hl8rC .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujEB2Hl8rC .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujEB2Hl8rC .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujEB2Hl8rC .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujEB2Hl8rC .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujEB2Hl8rC .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujEB2Hl8rC .container-fluid {
  max-width: 1300px;
}
.cid-ujEOYKk9cl {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujEOYKk9cl .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujEOYKk9cl .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujEOYKk9cl .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujEOYKk9cl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujEOYKk9cl .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujEOYKk9cl .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujEOYKk9cl .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujEOYKk9cl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujEOYKk9cl .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujEOYKk9cl .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujEOYKk9cl .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujEOYKk9cl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujEOYKk9cl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujEOYKk9cl .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujEOYKk9cl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujEOYKk9cl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujEOYKk9cl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujEOYKk9cl .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujEOYKk9cl .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujEOYKk9cl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujEOYKk9cl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujEOYKk9cl .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujEOYKk9cl .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujEOYKk9cl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujEOYKk9cl .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujEOYKk9cl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujEOYKk9cl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujEOYKk9cl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujEOYKk9cl .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujEOYKk9cl .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujEOYKk9cl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujEOYKk9cl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujEOYKk9cl .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujEOYKk9cl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujEOYKk9cl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujEOYKk9cl .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujEOYKk9cl .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujEOYKk9cl .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujEOYKk9cl .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujEOYKk9cl .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujEOYKk9cl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujEOYKk9cl .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujEOYKk9cl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujEOYKk9cl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujEOYKk9cl .dropdown-item.active,
.cid-ujEOYKk9cl .dropdown-item:active {
  background-color: transparent;
}
.cid-ujEOYKk9cl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujEOYKk9cl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujEOYKk9cl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujEOYKk9cl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujEOYKk9cl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujEOYKk9cl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujEOYKk9cl ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujEOYKk9cl .navbar-buttons {
  text-align: center;
}
.cid-ujEOYKk9cl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujEOYKk9cl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujEOYKk9cl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujEOYKk9cl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujEOYKk9cl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujEOYKk9cl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujEOYKk9cl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujEOYKk9cl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujEOYKk9cl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujEOYKk9cl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujEOYKk9cl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujEOYKk9cl .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujEOYKk9cl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujEOYKk9cl .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujEOYKk9cl .nav-link:hover,
.cid-ujEOYKk9cl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujEOYKk9cl .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujEOYKk9cl .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujEOYKk9cl .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujEOYLfDAJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujEOYLfDAJ img,
.cid-ujEOYLfDAJ .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujEOYLfDAJ .item:focus,
.cid-ujEOYLfDAJ span:focus {
  outline: none;
}
.cid-ujEOYLfDAJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujEOYLfDAJ .item {
    margin-bottom: 1rem;
  }
}
.cid-ujEOYLfDAJ h5 {
  margin: 0;
}
.cid-ujEOYLfDAJ .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujEOYLfDAJ .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujEOYLfDAJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujEOYLfDAJ .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujEOYLfDAJ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujEOYLfDAJ .item-wrapper {
    height: auto;
  }
}
.cid-ujEOYLfDAJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujEOYLfDAJ .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujEOYLfDAJ .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujEOYLfDAJ .mbr-text,
.cid-ujEOYLfDAJ .item .mbr-section-btn {
  text-align: center;
}
.cid-ujEOYLfDAJ .content-head {
  max-width: 800px;
}
.cid-ujEOYLfDAJ .mbr-section-subtitle,
.cid-ujEOYLfDAJ .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujEOYLfDAJ .mbr-section-subtitle,
.cid-ujEOYLfDAJ .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujEOYLA8iT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujEOYLA8iT .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujEOYLA8iT .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujEOYLA8iT .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujEOYLA8iT .social-media {
  margin-top: 1.5rem;
}
.cid-ujEOYLA8iT .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujEOYLA8iT .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujEOYLA8iT .mbr-text,
.cid-ujEOYLA8iT .mbr-offer {
  line-height: 1.5;
}
.cid-ujEOYLA8iT .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujEOYLA8iT .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujEOYLA8iT .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujEOYLA8iT .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujEOYLA8iT .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujEOYLA8iT .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujEOYLA8iT .container-fluid {
  max-width: 1300px;
}
.cid-ujER3S4JsA {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujER3S4JsA .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujER3S4JsA .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujER3S4JsA .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujER3S4JsA .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujER3S4JsA .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujER3S4JsA .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujER3S4JsA .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujER3S4JsA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujER3S4JsA .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujER3S4JsA .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujER3S4JsA .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujER3S4JsA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujER3S4JsA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujER3S4JsA .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujER3S4JsA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujER3S4JsA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujER3S4JsA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujER3S4JsA .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujER3S4JsA .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujER3S4JsA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujER3S4JsA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujER3S4JsA .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujER3S4JsA .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujER3S4JsA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujER3S4JsA .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujER3S4JsA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujER3S4JsA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujER3S4JsA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujER3S4JsA .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujER3S4JsA .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujER3S4JsA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujER3S4JsA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujER3S4JsA .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujER3S4JsA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujER3S4JsA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujER3S4JsA .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujER3S4JsA .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujER3S4JsA .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujER3S4JsA .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujER3S4JsA .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujER3S4JsA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujER3S4JsA .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujER3S4JsA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujER3S4JsA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujER3S4JsA .dropdown-item.active,
.cid-ujER3S4JsA .dropdown-item:active {
  background-color: transparent;
}
.cid-ujER3S4JsA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujER3S4JsA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujER3S4JsA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujER3S4JsA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujER3S4JsA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujER3S4JsA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujER3S4JsA ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujER3S4JsA .navbar-buttons {
  text-align: center;
}
.cid-ujER3S4JsA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujER3S4JsA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujER3S4JsA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujER3S4JsA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujER3S4JsA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujER3S4JsA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujER3S4JsA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujER3S4JsA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujER3S4JsA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujER3S4JsA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujER3S4JsA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujER3S4JsA .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujER3S4JsA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujER3S4JsA .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujER3S4JsA .nav-link:hover,
.cid-ujER3S4JsA .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujER3S4JsA .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujER3S4JsA .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujER3S4JsA .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujER3Ufknv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujER3Ufknv img,
.cid-ujER3Ufknv .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujER3Ufknv .item:focus,
.cid-ujER3Ufknv span:focus {
  outline: none;
}
.cid-ujER3Ufknv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujER3Ufknv .item {
    margin-bottom: 1rem;
  }
}
.cid-ujER3Ufknv h5 {
  margin: 0;
}
.cid-ujER3Ufknv .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujER3Ufknv .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujER3Ufknv .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujER3Ufknv .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujER3Ufknv .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujER3Ufknv .item-wrapper {
    height: auto;
  }
}
.cid-ujER3Ufknv .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujER3Ufknv .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujER3Ufknv .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujER3Ufknv .mbr-text,
.cid-ujER3Ufknv .item .mbr-section-btn {
  text-align: center;
}
.cid-ujER3Ufknv .content-head {
  max-width: 800px;
}
.cid-ujER3Ufknv .mbr-section-subtitle,
.cid-ujER3Ufknv .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujER3Ufknv .mbr-section-subtitle,
.cid-ujER3Ufknv .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujER3VgzqD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujER3VgzqD img,
.cid-ujER3VgzqD .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujER3VgzqD .item:focus,
.cid-ujER3VgzqD span:focus {
  outline: none;
}
.cid-ujER3VgzqD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujER3VgzqD .item {
    margin-bottom: 1rem;
  }
}
.cid-ujER3VgzqD h5 {
  margin: 0;
}
.cid-ujER3VgzqD .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujER3VgzqD .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujER3VgzqD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujER3VgzqD .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujER3VgzqD .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujER3VgzqD .item-wrapper {
    height: auto;
  }
}
.cid-ujER3VgzqD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujER3VgzqD .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujER3VgzqD .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujER3VgzqD .mbr-text,
.cid-ujER3VgzqD .item .mbr-section-btn {
  text-align: center;
}
.cid-ujER3VgzqD .content-head {
  max-width: 800px;
}
.cid-ujER3VgzqD .mbr-section-subtitle,
.cid-ujER3VgzqD .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujER3WjeaQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujER3WjeaQ img,
.cid-ujER3WjeaQ .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujER3WjeaQ .item:focus,
.cid-ujER3WjeaQ span:focus {
  outline: none;
}
.cid-ujER3WjeaQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujER3WjeaQ .item {
    margin-bottom: 1rem;
  }
}
.cid-ujER3WjeaQ h5 {
  margin: 0;
}
.cid-ujER3WjeaQ .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujER3WjeaQ .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujER3WjeaQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujER3WjeaQ .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujER3WjeaQ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujER3WjeaQ .item-wrapper {
    height: auto;
  }
}
.cid-ujER3WjeaQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujER3WjeaQ .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujER3WjeaQ .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujER3WjeaQ .mbr-text,
.cid-ujER3WjeaQ .item .mbr-section-btn {
  text-align: center;
}
.cid-ujER3WjeaQ .content-head {
  max-width: 800px;
}
.cid-ujER3WjeaQ .mbr-section-subtitle,
.cid-ujER3WjeaQ .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujER3XxOT7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujER3XxOT7 img,
.cid-ujER3XxOT7 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujER3XxOT7 .item:focus,
.cid-ujER3XxOT7 span:focus {
  outline: none;
}
.cid-ujER3XxOT7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujER3XxOT7 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujER3XxOT7 h5 {
  margin: 0;
}
.cid-ujER3XxOT7 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujER3XxOT7 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujER3XxOT7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujER3XxOT7 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujER3XxOT7 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujER3XxOT7 .item-wrapper {
    height: auto;
  }
}
.cid-ujER3XxOT7 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujER3XxOT7 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujER3XxOT7 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujER3XxOT7 .mbr-text,
.cid-ujER3XxOT7 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujER3XxOT7 .content-head {
  max-width: 800px;
}
.cid-ujER3XxOT7 .mbr-section-subtitle,
.cid-ujER3XxOT7 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujER3YsIN8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujER3YsIN8 img,
.cid-ujER3YsIN8 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujER3YsIN8 .item:focus,
.cid-ujER3YsIN8 span:focus {
  outline: none;
}
.cid-ujER3YsIN8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujER3YsIN8 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujER3YsIN8 h5 {
  margin: 0;
}
.cid-ujER3YsIN8 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujER3YsIN8 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujER3YsIN8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujER3YsIN8 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujER3YsIN8 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujER3YsIN8 .item-wrapper {
    height: auto;
  }
}
.cid-ujER3YsIN8 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujER3YsIN8 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujER3YsIN8 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujER3YsIN8 .mbr-text,
.cid-ujER3YsIN8 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujER3YsIN8 .content-head {
  max-width: 800px;
}
.cid-ujER3YsIN8 .mbr-section-subtitle,
.cid-ujER3YsIN8 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujER3ZjwPK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujER3ZjwPK img,
.cid-ujER3ZjwPK .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujER3ZjwPK .item:focus,
.cid-ujER3ZjwPK span:focus {
  outline: none;
}
.cid-ujER3ZjwPK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujER3ZjwPK .item {
    margin-bottom: 1rem;
  }
}
.cid-ujER3ZjwPK h5 {
  margin: 0;
}
.cid-ujER3ZjwPK .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujER3ZjwPK .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujER3ZjwPK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujER3ZjwPK .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujER3ZjwPK .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujER3ZjwPK .item-wrapper {
    height: auto;
  }
}
.cid-ujER3ZjwPK .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujER3ZjwPK .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujER3ZjwPK .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujER3ZjwPK .mbr-text,
.cid-ujER3ZjwPK .item .mbr-section-btn {
  text-align: center;
}
.cid-ujER3ZjwPK .content-head {
  max-width: 800px;
}
.cid-ujER3ZjwPK .mbr-section-subtitle,
.cid-ujER3ZjwPK .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujER40ivtE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujER40ivtE img,
.cid-ujER40ivtE .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujER40ivtE .item:focus,
.cid-ujER40ivtE span:focus {
  outline: none;
}
.cid-ujER40ivtE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujER40ivtE .item {
    margin-bottom: 1rem;
  }
}
.cid-ujER40ivtE h5 {
  margin: 0;
}
.cid-ujER40ivtE .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujER40ivtE .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujER40ivtE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujER40ivtE .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujER40ivtE .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujER40ivtE .item-wrapper {
    height: auto;
  }
}
.cid-ujER40ivtE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujER40ivtE .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujER40ivtE .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujER40ivtE .mbr-text,
.cid-ujER40ivtE .item .mbr-section-btn {
  text-align: center;
}
.cid-ujER40ivtE .content-head {
  max-width: 800px;
}
.cid-ujER40ivtE .mbr-section-subtitle,
.cid-ujER40ivtE .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujER40ZOrm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujER40ZOrm .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujER40ZOrm .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujER40ZOrm .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujER40ZOrm .social-media {
  margin-top: 1.5rem;
}
.cid-ujER40ZOrm .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujER40ZOrm .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujER40ZOrm .mbr-text,
.cid-ujER40ZOrm .mbr-offer {
  line-height: 1.5;
}
.cid-ujER40ZOrm .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujER40ZOrm .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujER40ZOrm .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujER40ZOrm .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujER40ZOrm .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujER40ZOrm .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujER40ZOrm .container-fluid {
  max-width: 1300px;
}
.cid-ujI9Pc7ZPD {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujI9Pc7ZPD .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujI9Pc7ZPD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujI9Pc7ZPD .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujI9Pc7ZPD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujI9Pc7ZPD .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujI9Pc7ZPD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujI9Pc7ZPD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujI9Pc7ZPD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujI9Pc7ZPD .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujI9Pc7ZPD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujI9Pc7ZPD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujI9Pc7ZPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujI9Pc7ZPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujI9Pc7ZPD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujI9Pc7ZPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujI9Pc7ZPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujI9Pc7ZPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujI9Pc7ZPD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujI9Pc7ZPD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujI9Pc7ZPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujI9Pc7ZPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujI9Pc7ZPD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujI9Pc7ZPD .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujI9Pc7ZPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujI9Pc7ZPD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujI9Pc7ZPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujI9Pc7ZPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujI9Pc7ZPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujI9Pc7ZPD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujI9Pc7ZPD .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujI9Pc7ZPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujI9Pc7ZPD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujI9Pc7ZPD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujI9Pc7ZPD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujI9Pc7ZPD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujI9Pc7ZPD .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujI9Pc7ZPD .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujI9Pc7ZPD .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujI9Pc7ZPD .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujI9Pc7ZPD .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujI9Pc7ZPD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujI9Pc7ZPD .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujI9Pc7ZPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujI9Pc7ZPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujI9Pc7ZPD .dropdown-item.active,
.cid-ujI9Pc7ZPD .dropdown-item:active {
  background-color: transparent;
}
.cid-ujI9Pc7ZPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujI9Pc7ZPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujI9Pc7ZPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujI9Pc7ZPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujI9Pc7ZPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujI9Pc7ZPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujI9Pc7ZPD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujI9Pc7ZPD .navbar-buttons {
  text-align: center;
}
.cid-ujI9Pc7ZPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujI9Pc7ZPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujI9Pc7ZPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujI9Pc7ZPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujI9Pc7ZPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujI9Pc7ZPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujI9Pc7ZPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujI9Pc7ZPD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujI9Pc7ZPD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujI9Pc7ZPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujI9Pc7ZPD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujI9Pc7ZPD .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujI9Pc7ZPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujI9Pc7ZPD .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujI9Pc7ZPD .nav-link:hover,
.cid-ujI9Pc7ZPD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujI9Pc7ZPD .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujI9Pc7ZPD .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujI9Pc7ZPD .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujI9PdRp1n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujI9PdRp1n img,
.cid-ujI9PdRp1n .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujI9PdRp1n .item:focus,
.cid-ujI9PdRp1n span:focus {
  outline: none;
}
.cid-ujI9PdRp1n .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujI9PdRp1n .item {
    margin-bottom: 1rem;
  }
}
.cid-ujI9PdRp1n h5 {
  margin: 0;
}
.cid-ujI9PdRp1n .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujI9PdRp1n .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujI9PdRp1n .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujI9PdRp1n .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujI9PdRp1n .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujI9PdRp1n .item-wrapper {
    height: auto;
  }
}
.cid-ujI9PdRp1n .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujI9PdRp1n .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujI9PdRp1n .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujI9PdRp1n .mbr-text,
.cid-ujI9PdRp1n .item .mbr-section-btn {
  text-align: center;
}
.cid-ujI9PdRp1n .content-head {
  max-width: 800px;
}
.cid-ujI9PdRp1n .mbr-section-subtitle,
.cid-ujI9PdRp1n .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujI9PdRp1n .mbr-section-subtitle,
.cid-ujI9PdRp1n .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujI9Peep4u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujI9Peep4u .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujI9Peep4u .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujI9Peep4u .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujI9Peep4u .social-media {
  margin-top: 1.5rem;
}
.cid-ujI9Peep4u .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujI9Peep4u .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujI9Peep4u .mbr-text,
.cid-ujI9Peep4u .mbr-offer {
  line-height: 1.5;
}
.cid-ujI9Peep4u .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujI9Peep4u .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujI9Peep4u .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujI9Peep4u .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujI9Peep4u .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujI9Peep4u .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujI9Peep4u .container-fluid {
  max-width: 1300px;
}
.cid-ujIciUqhB5 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujIciUqhB5 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujIciUqhB5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujIciUqhB5 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujIciUqhB5 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujIciUqhB5 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujIciUqhB5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujIciUqhB5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujIciUqhB5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujIciUqhB5 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujIciUqhB5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujIciUqhB5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujIciUqhB5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujIciUqhB5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujIciUqhB5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujIciUqhB5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujIciUqhB5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujIciUqhB5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujIciUqhB5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujIciUqhB5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujIciUqhB5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujIciUqhB5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujIciUqhB5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujIciUqhB5 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujIciUqhB5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujIciUqhB5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujIciUqhB5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujIciUqhB5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujIciUqhB5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujIciUqhB5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujIciUqhB5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujIciUqhB5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujIciUqhB5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujIciUqhB5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujIciUqhB5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujIciUqhB5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujIciUqhB5 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujIciUqhB5 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujIciUqhB5 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujIciUqhB5 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujIciUqhB5 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujIciUqhB5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujIciUqhB5 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujIciUqhB5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujIciUqhB5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujIciUqhB5 .dropdown-item.active,
.cid-ujIciUqhB5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujIciUqhB5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujIciUqhB5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujIciUqhB5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujIciUqhB5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujIciUqhB5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujIciUqhB5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujIciUqhB5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujIciUqhB5 .navbar-buttons {
  text-align: center;
}
.cid-ujIciUqhB5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujIciUqhB5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujIciUqhB5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujIciUqhB5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujIciUqhB5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujIciUqhB5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujIciUqhB5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujIciUqhB5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujIciUqhB5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujIciUqhB5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujIciUqhB5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujIciUqhB5 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujIciUqhB5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujIciUqhB5 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujIciUqhB5 .nav-link:hover,
.cid-ujIciUqhB5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujIciUqhB5 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujIciUqhB5 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujIciUqhB5 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujIciVNeVH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujIciVNeVH img,
.cid-ujIciVNeVH .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujIciVNeVH .item:focus,
.cid-ujIciVNeVH span:focus {
  outline: none;
}
.cid-ujIciVNeVH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujIciVNeVH .item {
    margin-bottom: 1rem;
  }
}
.cid-ujIciVNeVH h5 {
  margin: 0;
}
.cid-ujIciVNeVH .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujIciVNeVH .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujIciVNeVH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujIciVNeVH .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujIciVNeVH .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujIciVNeVH .item-wrapper {
    height: auto;
  }
}
.cid-ujIciVNeVH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujIciVNeVH .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujIciVNeVH .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujIciVNeVH .mbr-text,
.cid-ujIciVNeVH .item .mbr-section-btn {
  text-align: center;
}
.cid-ujIciVNeVH .content-head {
  max-width: 800px;
}
.cid-ujIciVNeVH .mbr-section-subtitle,
.cid-ujIciVNeVH .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujIciVNeVH .mbr-section-subtitle,
.cid-ujIciVNeVH .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujIciWwT1h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujIciWwT1h img,
.cid-ujIciWwT1h .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujIciWwT1h .item:focus,
.cid-ujIciWwT1h span:focus {
  outline: none;
}
.cid-ujIciWwT1h .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujIciWwT1h .item {
    margin-bottom: 1rem;
  }
}
.cid-ujIciWwT1h h5 {
  margin: 0;
}
.cid-ujIciWwT1h .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujIciWwT1h .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujIciWwT1h .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujIciWwT1h .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujIciWwT1h .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujIciWwT1h .item-wrapper {
    height: auto;
  }
}
.cid-ujIciWwT1h .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujIciWwT1h .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujIciWwT1h .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujIciWwT1h .mbr-text,
.cid-ujIciWwT1h .item .mbr-section-btn {
  text-align: center;
}
.cid-ujIciWwT1h .content-head {
  max-width: 800px;
}
.cid-ujIciWwT1h .mbr-section-subtitle,
.cid-ujIciWwT1h .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujIciXgxbx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujIciXgxbx img,
.cid-ujIciXgxbx .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujIciXgxbx .item:focus,
.cid-ujIciXgxbx span:focus {
  outline: none;
}
.cid-ujIciXgxbx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujIciXgxbx .item {
    margin-bottom: 1rem;
  }
}
.cid-ujIciXgxbx h5 {
  margin: 0;
}
.cid-ujIciXgxbx .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujIciXgxbx .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujIciXgxbx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujIciXgxbx .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujIciXgxbx .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujIciXgxbx .item-wrapper {
    height: auto;
  }
}
.cid-ujIciXgxbx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujIciXgxbx .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujIciXgxbx .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujIciXgxbx .mbr-text,
.cid-ujIciXgxbx .item .mbr-section-btn {
  text-align: center;
}
.cid-ujIciXgxbx .content-head {
  max-width: 800px;
}
.cid-ujIciXgxbx .mbr-section-subtitle,
.cid-ujIciXgxbx .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujIciXYMbE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujIciXYMbE img,
.cid-ujIciXYMbE .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujIciXYMbE .item:focus,
.cid-ujIciXYMbE span:focus {
  outline: none;
}
.cid-ujIciXYMbE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujIciXYMbE .item {
    margin-bottom: 1rem;
  }
}
.cid-ujIciXYMbE h5 {
  margin: 0;
}
.cid-ujIciXYMbE .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujIciXYMbE .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujIciXYMbE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujIciXYMbE .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujIciXYMbE .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujIciXYMbE .item-wrapper {
    height: auto;
  }
}
.cid-ujIciXYMbE .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujIciXYMbE .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujIciXYMbE .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujIciXYMbE .mbr-text,
.cid-ujIciXYMbE .item .mbr-section-btn {
  text-align: center;
}
.cid-ujIciXYMbE .content-head {
  max-width: 800px;
}
.cid-ujIciXYMbE .mbr-section-subtitle,
.cid-ujIciXYMbE .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujIcj5rYPO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujIcj5rYPO .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujIcj5rYPO .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujIcj5rYPO .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujIcj5rYPO .social-media {
  margin-top: 1.5rem;
}
.cid-ujIcj5rYPO .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujIcj5rYPO .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujIcj5rYPO .mbr-text,
.cid-ujIcj5rYPO .mbr-offer {
  line-height: 1.5;
}
.cid-ujIcj5rYPO .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujIcj5rYPO .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujIcj5rYPO .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujIcj5rYPO .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujIcj5rYPO .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujIcj5rYPO .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujIcj5rYPO .container-fluid {
  max-width: 1300px;
}
.cid-ujImteDnDA {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujImteDnDA .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujImteDnDA .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujImteDnDA .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujImteDnDA .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujImteDnDA .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujImteDnDA .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujImteDnDA .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujImteDnDA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujImteDnDA .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujImteDnDA .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujImteDnDA .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujImteDnDA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujImteDnDA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujImteDnDA .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujImteDnDA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujImteDnDA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujImteDnDA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujImteDnDA .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujImteDnDA .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujImteDnDA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujImteDnDA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujImteDnDA .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujImteDnDA .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujImteDnDA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujImteDnDA .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujImteDnDA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujImteDnDA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujImteDnDA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujImteDnDA .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujImteDnDA .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujImteDnDA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujImteDnDA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujImteDnDA .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujImteDnDA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujImteDnDA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujImteDnDA .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujImteDnDA .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujImteDnDA .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujImteDnDA .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujImteDnDA .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujImteDnDA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujImteDnDA .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujImteDnDA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujImteDnDA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujImteDnDA .dropdown-item.active,
.cid-ujImteDnDA .dropdown-item:active {
  background-color: transparent;
}
.cid-ujImteDnDA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujImteDnDA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujImteDnDA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujImteDnDA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujImteDnDA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujImteDnDA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujImteDnDA ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujImteDnDA .navbar-buttons {
  text-align: center;
}
.cid-ujImteDnDA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujImteDnDA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujImteDnDA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujImteDnDA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujImteDnDA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujImteDnDA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujImteDnDA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujImteDnDA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujImteDnDA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujImteDnDA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujImteDnDA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujImteDnDA .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujImteDnDA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujImteDnDA .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujImteDnDA .nav-link:hover,
.cid-ujImteDnDA .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujImteDnDA .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujImteDnDA .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujImteDnDA .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujImtfWpt3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujImtfWpt3 img,
.cid-ujImtfWpt3 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujImtfWpt3 .item:focus,
.cid-ujImtfWpt3 span:focus {
  outline: none;
}
.cid-ujImtfWpt3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujImtfWpt3 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujImtfWpt3 h5 {
  margin: 0;
}
.cid-ujImtfWpt3 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujImtfWpt3 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujImtfWpt3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujImtfWpt3 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujImtfWpt3 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujImtfWpt3 .item-wrapper {
    height: auto;
  }
}
.cid-ujImtfWpt3 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujImtfWpt3 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujImtfWpt3 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujImtfWpt3 .mbr-text,
.cid-ujImtfWpt3 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujImtfWpt3 .content-head {
  max-width: 800px;
}
.cid-ujImtfWpt3 .mbr-section-subtitle,
.cid-ujImtfWpt3 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujImtfWpt3 .mbr-section-subtitle,
.cid-ujImtfWpt3 .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujImtgwL8u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujImtgwL8u img,
.cid-ujImtgwL8u .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujImtgwL8u .item:focus,
.cid-ujImtgwL8u span:focus {
  outline: none;
}
.cid-ujImtgwL8u .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujImtgwL8u .item {
    margin-bottom: 1rem;
  }
}
.cid-ujImtgwL8u h5 {
  margin: 0;
}
.cid-ujImtgwL8u .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujImtgwL8u .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujImtgwL8u .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujImtgwL8u .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujImtgwL8u .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujImtgwL8u .item-wrapper {
    height: auto;
  }
}
.cid-ujImtgwL8u .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujImtgwL8u .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujImtgwL8u .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujImtgwL8u .mbr-text,
.cid-ujImtgwL8u .item .mbr-section-btn {
  text-align: center;
}
.cid-ujImtgwL8u .content-head {
  max-width: 800px;
}
.cid-ujImtgwL8u .mbr-section-subtitle,
.cid-ujImtgwL8u .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujImth8wTz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujImth8wTz img,
.cid-ujImth8wTz .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujImth8wTz .item:focus,
.cid-ujImth8wTz span:focus {
  outline: none;
}
.cid-ujImth8wTz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujImth8wTz .item {
    margin-bottom: 1rem;
  }
}
.cid-ujImth8wTz h5 {
  margin: 0;
}
.cid-ujImth8wTz .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujImth8wTz .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujImth8wTz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujImth8wTz .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujImth8wTz .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujImth8wTz .item-wrapper {
    height: auto;
  }
}
.cid-ujImth8wTz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujImth8wTz .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujImth8wTz .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujImth8wTz .mbr-text,
.cid-ujImth8wTz .item .mbr-section-btn {
  text-align: center;
}
.cid-ujImth8wTz .content-head {
  max-width: 800px;
}
.cid-ujImth8wTz .mbr-section-subtitle,
.cid-ujImth8wTz .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujImtimjm4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujImtimjm4 img,
.cid-ujImtimjm4 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujImtimjm4 .item:focus,
.cid-ujImtimjm4 span:focus {
  outline: none;
}
.cid-ujImtimjm4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujImtimjm4 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujImtimjm4 h5 {
  margin: 0;
}
.cid-ujImtimjm4 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujImtimjm4 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujImtimjm4 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujImtimjm4 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujImtimjm4 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujImtimjm4 .item-wrapper {
    height: auto;
  }
}
.cid-ujImtimjm4 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujImtimjm4 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujImtimjm4 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujImtimjm4 .mbr-text,
.cid-ujImtimjm4 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujImtimjm4 .content-head {
  max-width: 800px;
}
.cid-ujImtimjm4 .mbr-section-subtitle,
.cid-ujImtimjm4 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujImtj05mu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujImtj05mu img,
.cid-ujImtj05mu .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujImtj05mu .item:focus,
.cid-ujImtj05mu span:focus {
  outline: none;
}
.cid-ujImtj05mu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujImtj05mu .item {
    margin-bottom: 1rem;
  }
}
.cid-ujImtj05mu h5 {
  margin: 0;
}
.cid-ujImtj05mu .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujImtj05mu .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujImtj05mu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujImtj05mu .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujImtj05mu .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujImtj05mu .item-wrapper {
    height: auto;
  }
}
.cid-ujImtj05mu .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujImtj05mu .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujImtj05mu .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujImtj05mu .mbr-text,
.cid-ujImtj05mu .item .mbr-section-btn {
  text-align: center;
}
.cid-ujImtj05mu .content-head {
  max-width: 800px;
}
.cid-ujImtj05mu .mbr-section-subtitle,
.cid-ujImtj05mu .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujImtjy8Az {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujImtjy8Az img,
.cid-ujImtjy8Az .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujImtjy8Az .item:focus,
.cid-ujImtjy8Az span:focus {
  outline: none;
}
.cid-ujImtjy8Az .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujImtjy8Az .item {
    margin-bottom: 1rem;
  }
}
.cid-ujImtjy8Az h5 {
  margin: 0;
}
.cid-ujImtjy8Az .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujImtjy8Az .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujImtjy8Az .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujImtjy8Az .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujImtjy8Az .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujImtjy8Az .item-wrapper {
    height: auto;
  }
}
.cid-ujImtjy8Az .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujImtjy8Az .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujImtjy8Az .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujImtjy8Az .mbr-text,
.cid-ujImtjy8Az .item .mbr-section-btn {
  text-align: center;
}
.cid-ujImtjy8Az .content-head {
  max-width: 800px;
}
.cid-ujImtjy8Az .mbr-section-subtitle,
.cid-ujImtjy8Az .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujImtk5Bc4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujImtk5Bc4 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujImtk5Bc4 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujImtk5Bc4 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujImtk5Bc4 .social-media {
  margin-top: 1.5rem;
}
.cid-ujImtk5Bc4 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujImtk5Bc4 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujImtk5Bc4 .mbr-text,
.cid-ujImtk5Bc4 .mbr-offer {
  line-height: 1.5;
}
.cid-ujImtk5Bc4 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujImtk5Bc4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujImtk5Bc4 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujImtk5Bc4 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujImtk5Bc4 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujImtk5Bc4 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujImtk5Bc4 .container-fluid {
  max-width: 1300px;
}
.cid-ujICqW8NLo {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujICqW8NLo .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujICqW8NLo .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujICqW8NLo .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujICqW8NLo .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujICqW8NLo .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujICqW8NLo .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujICqW8NLo .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujICqW8NLo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujICqW8NLo .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujICqW8NLo .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujICqW8NLo .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujICqW8NLo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujICqW8NLo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujICqW8NLo .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujICqW8NLo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujICqW8NLo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujICqW8NLo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujICqW8NLo .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujICqW8NLo .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujICqW8NLo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujICqW8NLo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujICqW8NLo .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujICqW8NLo .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujICqW8NLo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujICqW8NLo .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujICqW8NLo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujICqW8NLo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujICqW8NLo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujICqW8NLo .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujICqW8NLo .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujICqW8NLo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujICqW8NLo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujICqW8NLo .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujICqW8NLo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujICqW8NLo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujICqW8NLo .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujICqW8NLo .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujICqW8NLo .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujICqW8NLo .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujICqW8NLo .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujICqW8NLo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujICqW8NLo .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujICqW8NLo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujICqW8NLo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujICqW8NLo .dropdown-item.active,
.cid-ujICqW8NLo .dropdown-item:active {
  background-color: transparent;
}
.cid-ujICqW8NLo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujICqW8NLo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujICqW8NLo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujICqW8NLo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujICqW8NLo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujICqW8NLo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujICqW8NLo ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujICqW8NLo .navbar-buttons {
  text-align: center;
}
.cid-ujICqW8NLo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujICqW8NLo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujICqW8NLo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujICqW8NLo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujICqW8NLo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujICqW8NLo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujICqW8NLo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujICqW8NLo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujICqW8NLo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujICqW8NLo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujICqW8NLo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujICqW8NLo .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujICqW8NLo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujICqW8NLo .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujICqW8NLo .nav-link:hover,
.cid-ujICqW8NLo .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujICqW8NLo .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujICqW8NLo .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujICqW8NLo .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujICqXv8Ct {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujICqXv8Ct img,
.cid-ujICqXv8Ct .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujICqXv8Ct .item:focus,
.cid-ujICqXv8Ct span:focus {
  outline: none;
}
.cid-ujICqXv8Ct .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujICqXv8Ct .item {
    margin-bottom: 1rem;
  }
}
.cid-ujICqXv8Ct h5 {
  margin: 0;
}
.cid-ujICqXv8Ct .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujICqXv8Ct .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujICqXv8Ct .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujICqXv8Ct .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujICqXv8Ct .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujICqXv8Ct .item-wrapper {
    height: auto;
  }
}
.cid-ujICqXv8Ct .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujICqXv8Ct .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujICqXv8Ct .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujICqXv8Ct .mbr-text,
.cid-ujICqXv8Ct .item .mbr-section-btn {
  text-align: center;
}
.cid-ujICqXv8Ct .content-head {
  max-width: 800px;
}
.cid-ujICqXv8Ct .mbr-section-subtitle,
.cid-ujICqXv8Ct .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujICqXv8Ct .mbr-section-subtitle,
.cid-ujICqXv8Ct .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujICqY5rbH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujICqY5rbH img,
.cid-ujICqY5rbH .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujICqY5rbH .item:focus,
.cid-ujICqY5rbH span:focus {
  outline: none;
}
.cid-ujICqY5rbH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujICqY5rbH .item {
    margin-bottom: 1rem;
  }
}
.cid-ujICqY5rbH h5 {
  margin: 0;
}
.cid-ujICqY5rbH .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujICqY5rbH .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujICqY5rbH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujICqY5rbH .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujICqY5rbH .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujICqY5rbH .item-wrapper {
    height: auto;
  }
}
.cid-ujICqY5rbH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujICqY5rbH .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujICqY5rbH .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujICqY5rbH .mbr-text,
.cid-ujICqY5rbH .item .mbr-section-btn {
  text-align: center;
}
.cid-ujICqY5rbH .content-head {
  max-width: 800px;
}
.cid-ujICqY5rbH .mbr-section-subtitle,
.cid-ujICqY5rbH .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujICqYHJ49 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujICqYHJ49 img,
.cid-ujICqYHJ49 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujICqYHJ49 .item:focus,
.cid-ujICqYHJ49 span:focus {
  outline: none;
}
.cid-ujICqYHJ49 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujICqYHJ49 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujICqYHJ49 h5 {
  margin: 0;
}
.cid-ujICqYHJ49 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujICqYHJ49 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujICqYHJ49 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujICqYHJ49 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujICqYHJ49 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujICqYHJ49 .item-wrapper {
    height: auto;
  }
}
.cid-ujICqYHJ49 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujICqYHJ49 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujICqYHJ49 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujICqYHJ49 .mbr-text,
.cid-ujICqYHJ49 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujICqYHJ49 .content-head {
  max-width: 800px;
}
.cid-ujICqYHJ49 .mbr-section-subtitle,
.cid-ujICqYHJ49 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujICqZguYf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujICqZguYf img,
.cid-ujICqZguYf .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujICqZguYf .item:focus,
.cid-ujICqZguYf span:focus {
  outline: none;
}
.cid-ujICqZguYf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujICqZguYf .item {
    margin-bottom: 1rem;
  }
}
.cid-ujICqZguYf h5 {
  margin: 0;
}
.cid-ujICqZguYf .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujICqZguYf .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujICqZguYf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujICqZguYf .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujICqZguYf .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujICqZguYf .item-wrapper {
    height: auto;
  }
}
.cid-ujICqZguYf .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujICqZguYf .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujICqZguYf .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujICqZguYf .mbr-text,
.cid-ujICqZguYf .item .mbr-section-btn {
  text-align: center;
}
.cid-ujICqZguYf .content-head {
  max-width: 800px;
}
.cid-ujICqZguYf .mbr-section-subtitle,
.cid-ujICqZguYf .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujICqZVu4g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujICqZVu4g img,
.cid-ujICqZVu4g .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujICqZVu4g .item:focus,
.cid-ujICqZVu4g span:focus {
  outline: none;
}
.cid-ujICqZVu4g .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujICqZVu4g .item {
    margin-bottom: 1rem;
  }
}
.cid-ujICqZVu4g h5 {
  margin: 0;
}
.cid-ujICqZVu4g .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujICqZVu4g .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujICqZVu4g .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujICqZVu4g .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujICqZVu4g .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujICqZVu4g .item-wrapper {
    height: auto;
  }
}
.cid-ujICqZVu4g .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujICqZVu4g .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujICqZVu4g .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujICqZVu4g .mbr-text,
.cid-ujICqZVu4g .item .mbr-section-btn {
  text-align: center;
}
.cid-ujICqZVu4g .content-head {
  max-width: 800px;
}
.cid-ujICqZVu4g .mbr-section-subtitle,
.cid-ujICqZVu4g .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujICr0ubGP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujICr0ubGP img,
.cid-ujICr0ubGP .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujICr0ubGP .item:focus,
.cid-ujICr0ubGP span:focus {
  outline: none;
}
.cid-ujICr0ubGP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujICr0ubGP .item {
    margin-bottom: 1rem;
  }
}
.cid-ujICr0ubGP h5 {
  margin: 0;
}
.cid-ujICr0ubGP .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujICr0ubGP .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujICr0ubGP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujICr0ubGP .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujICr0ubGP .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujICr0ubGP .item-wrapper {
    height: auto;
  }
}
.cid-ujICr0ubGP .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujICr0ubGP .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujICr0ubGP .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujICr0ubGP .mbr-text,
.cid-ujICr0ubGP .item .mbr-section-btn {
  text-align: center;
}
.cid-ujICr0ubGP .content-head {
  max-width: 800px;
}
.cid-ujICr0ubGP .mbr-section-subtitle,
.cid-ujICr0ubGP .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujICr141PV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujICr141PV img,
.cid-ujICr141PV .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujICr141PV .item:focus,
.cid-ujICr141PV span:focus {
  outline: none;
}
.cid-ujICr141PV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujICr141PV .item {
    margin-bottom: 1rem;
  }
}
.cid-ujICr141PV h5 {
  margin: 0;
}
.cid-ujICr141PV .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujICr141PV .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujICr141PV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujICr141PV .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujICr141PV .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujICr141PV .item-wrapper {
    height: auto;
  }
}
.cid-ujICr141PV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujICr141PV .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujICr141PV .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujICr141PV .mbr-text,
.cid-ujICr141PV .item .mbr-section-btn {
  text-align: center;
}
.cid-ujICr141PV .content-head {
  max-width: 800px;
}
.cid-ujICr141PV .mbr-section-subtitle,
.cid-ujICr141PV .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujICr1LmyC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujICr1LmyC img,
.cid-ujICr1LmyC .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujICr1LmyC .item:focus,
.cid-ujICr1LmyC span:focus {
  outline: none;
}
.cid-ujICr1LmyC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujICr1LmyC .item {
    margin-bottom: 1rem;
  }
}
.cid-ujICr1LmyC h5 {
  margin: 0;
}
.cid-ujICr1LmyC .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujICr1LmyC .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujICr1LmyC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujICr1LmyC .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujICr1LmyC .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujICr1LmyC .item-wrapper {
    height: auto;
  }
}
.cid-ujICr1LmyC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujICr1LmyC .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujICr1LmyC .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujICr1LmyC .mbr-text,
.cid-ujICr1LmyC .item .mbr-section-btn {
  text-align: center;
}
.cid-ujICr1LmyC .content-head {
  max-width: 800px;
}
.cid-ujICr1LmyC .mbr-section-subtitle,
.cid-ujICr1LmyC .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujICr2pb3l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujICr2pb3l img,
.cid-ujICr2pb3l .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujICr2pb3l .item:focus,
.cid-ujICr2pb3l span:focus {
  outline: none;
}
.cid-ujICr2pb3l .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujICr2pb3l .item {
    margin-bottom: 1rem;
  }
}
.cid-ujICr2pb3l h5 {
  margin: 0;
}
.cid-ujICr2pb3l .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujICr2pb3l .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujICr2pb3l .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujICr2pb3l .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujICr2pb3l .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujICr2pb3l .item-wrapper {
    height: auto;
  }
}
.cid-ujICr2pb3l .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujICr2pb3l .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujICr2pb3l .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujICr2pb3l .mbr-text,
.cid-ujICr2pb3l .item .mbr-section-btn {
  text-align: center;
}
.cid-ujICr2pb3l .content-head {
  max-width: 800px;
}
.cid-ujICr2pb3l .mbr-section-subtitle,
.cid-ujICr2pb3l .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujICr5DuL9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujICr5DuL9 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujICr5DuL9 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujICr5DuL9 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujICr5DuL9 .social-media {
  margin-top: 1.5rem;
}
.cid-ujICr5DuL9 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujICr5DuL9 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujICr5DuL9 .mbr-text,
.cid-ujICr5DuL9 .mbr-offer {
  line-height: 1.5;
}
.cid-ujICr5DuL9 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujICr5DuL9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujICr5DuL9 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujICr5DuL9 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujICr5DuL9 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujICr5DuL9 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujICr5DuL9 .container-fluid {
  max-width: 1300px;
}
.cid-ujJeqiI0Np {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujJeqiI0Np .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujJeqiI0Np .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujJeqiI0Np .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujJeqiI0Np .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujJeqiI0Np .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujJeqiI0Np .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujJeqiI0Np .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujJeqiI0Np .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujJeqiI0Np .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujJeqiI0Np .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujJeqiI0Np .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujJeqiI0Np .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujJeqiI0Np .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujJeqiI0Np .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujJeqiI0Np .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujJeqiI0Np .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujJeqiI0Np .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujJeqiI0Np .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujJeqiI0Np .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujJeqiI0Np .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujJeqiI0Np .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujJeqiI0Np .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujJeqiI0Np .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujJeqiI0Np .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujJeqiI0Np .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujJeqiI0Np .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujJeqiI0Np .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujJeqiI0Np .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujJeqiI0Np .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujJeqiI0Np .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujJeqiI0Np .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujJeqiI0Np .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujJeqiI0Np .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujJeqiI0Np .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujJeqiI0Np .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujJeqiI0Np .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujJeqiI0Np .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujJeqiI0Np .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujJeqiI0Np .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujJeqiI0Np .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujJeqiI0Np .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujJeqiI0Np .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujJeqiI0Np .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujJeqiI0Np .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujJeqiI0Np .dropdown-item.active,
.cid-ujJeqiI0Np .dropdown-item:active {
  background-color: transparent;
}
.cid-ujJeqiI0Np .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujJeqiI0Np .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujJeqiI0Np .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujJeqiI0Np .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujJeqiI0Np .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujJeqiI0Np .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujJeqiI0Np ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujJeqiI0Np .navbar-buttons {
  text-align: center;
}
.cid-ujJeqiI0Np button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujJeqiI0Np button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujJeqiI0Np button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujJeqiI0Np button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujJeqiI0Np button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujJeqiI0Np button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujJeqiI0Np nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujJeqiI0Np nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujJeqiI0Np nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujJeqiI0Np nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujJeqiI0Np a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujJeqiI0Np .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujJeqiI0Np .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujJeqiI0Np .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujJeqiI0Np .nav-link:hover,
.cid-ujJeqiI0Np .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujJeqiI0Np .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujJeqiI0Np .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujJeqiI0Np .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujJeqjLeZX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujJeqjLeZX img,
.cid-ujJeqjLeZX .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujJeqjLeZX .item:focus,
.cid-ujJeqjLeZX span:focus {
  outline: none;
}
.cid-ujJeqjLeZX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujJeqjLeZX .item {
    margin-bottom: 1rem;
  }
}
.cid-ujJeqjLeZX h5 {
  margin: 0;
}
.cid-ujJeqjLeZX .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujJeqjLeZX .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujJeqjLeZX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujJeqjLeZX .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujJeqjLeZX .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujJeqjLeZX .item-wrapper {
    height: auto;
  }
}
.cid-ujJeqjLeZX .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujJeqjLeZX .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujJeqjLeZX .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujJeqjLeZX .mbr-text,
.cid-ujJeqjLeZX .item .mbr-section-btn {
  text-align: center;
}
.cid-ujJeqjLeZX .content-head {
  max-width: 800px;
}
.cid-ujJeqjLeZX .mbr-section-subtitle,
.cid-ujJeqjLeZX .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujJeqjLeZX .mbr-section-subtitle,
.cid-ujJeqjLeZX .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujJeqkp4Kz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujJeqkp4Kz img,
.cid-ujJeqkp4Kz .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujJeqkp4Kz .item:focus,
.cid-ujJeqkp4Kz span:focus {
  outline: none;
}
.cid-ujJeqkp4Kz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujJeqkp4Kz .item {
    margin-bottom: 1rem;
  }
}
.cid-ujJeqkp4Kz h5 {
  margin: 0;
}
.cid-ujJeqkp4Kz .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujJeqkp4Kz .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujJeqkp4Kz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujJeqkp4Kz .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujJeqkp4Kz .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujJeqkp4Kz .item-wrapper {
    height: auto;
  }
}
.cid-ujJeqkp4Kz .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujJeqkp4Kz .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujJeqkp4Kz .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujJeqkp4Kz .mbr-text,
.cid-ujJeqkp4Kz .item .mbr-section-btn {
  text-align: center;
}
.cid-ujJeqkp4Kz .content-head {
  max-width: 800px;
}
.cid-ujJeqkp4Kz .mbr-section-subtitle,
.cid-ujJeqkp4Kz .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujJeqkZqcL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujJeqkZqcL img,
.cid-ujJeqkZqcL .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujJeqkZqcL .item:focus,
.cid-ujJeqkZqcL span:focus {
  outline: none;
}
.cid-ujJeqkZqcL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujJeqkZqcL .item {
    margin-bottom: 1rem;
  }
}
.cid-ujJeqkZqcL h5 {
  margin: 0;
}
.cid-ujJeqkZqcL .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujJeqkZqcL .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujJeqkZqcL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujJeqkZqcL .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujJeqkZqcL .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujJeqkZqcL .item-wrapper {
    height: auto;
  }
}
.cid-ujJeqkZqcL .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujJeqkZqcL .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujJeqkZqcL .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujJeqkZqcL .mbr-text,
.cid-ujJeqkZqcL .item .mbr-section-btn {
  text-align: center;
}
.cid-ujJeqkZqcL .content-head {
  max-width: 800px;
}
.cid-ujJeqkZqcL .mbr-section-subtitle,
.cid-ujJeqkZqcL .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujJeqlnyju {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujJeqlnyju .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujJeqlnyju .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujJeqlnyju .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujJeqlnyju .social-media {
  margin-top: 1.5rem;
}
.cid-ujJeqlnyju .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujJeqlnyju .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujJeqlnyju .mbr-text,
.cid-ujJeqlnyju .mbr-offer {
  line-height: 1.5;
}
.cid-ujJeqlnyju .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujJeqlnyju .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujJeqlnyju .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujJeqlnyju .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujJeqlnyju .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujJeqlnyju .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujJeqlnyju .container-fluid {
  max-width: 1300px;
}
.cid-ujJoI85WrV {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujJoI85WrV .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujJoI85WrV .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujJoI85WrV .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujJoI85WrV .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujJoI85WrV .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujJoI85WrV .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujJoI85WrV .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujJoI85WrV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujJoI85WrV .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujJoI85WrV .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujJoI85WrV .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujJoI85WrV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujJoI85WrV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujJoI85WrV .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujJoI85WrV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujJoI85WrV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujJoI85WrV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujJoI85WrV .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujJoI85WrV .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujJoI85WrV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujJoI85WrV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujJoI85WrV .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujJoI85WrV .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujJoI85WrV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujJoI85WrV .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujJoI85WrV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujJoI85WrV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujJoI85WrV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujJoI85WrV .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujJoI85WrV .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujJoI85WrV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujJoI85WrV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujJoI85WrV .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujJoI85WrV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujJoI85WrV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujJoI85WrV .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujJoI85WrV .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujJoI85WrV .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujJoI85WrV .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujJoI85WrV .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujJoI85WrV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujJoI85WrV .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujJoI85WrV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujJoI85WrV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujJoI85WrV .dropdown-item.active,
.cid-ujJoI85WrV .dropdown-item:active {
  background-color: transparent;
}
.cid-ujJoI85WrV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujJoI85WrV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujJoI85WrV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujJoI85WrV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujJoI85WrV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujJoI85WrV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujJoI85WrV ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujJoI85WrV .navbar-buttons {
  text-align: center;
}
.cid-ujJoI85WrV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujJoI85WrV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujJoI85WrV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujJoI85WrV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujJoI85WrV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujJoI85WrV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujJoI85WrV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujJoI85WrV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujJoI85WrV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujJoI85WrV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujJoI85WrV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujJoI85WrV .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujJoI85WrV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujJoI85WrV .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujJoI85WrV .nav-link:hover,
.cid-ujJoI85WrV .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujJoI85WrV .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujJoI85WrV .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujJoI85WrV .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujJoI9pKc5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujJoI9pKc5 img,
.cid-ujJoI9pKc5 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujJoI9pKc5 .item:focus,
.cid-ujJoI9pKc5 span:focus {
  outline: none;
}
.cid-ujJoI9pKc5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujJoI9pKc5 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujJoI9pKc5 h5 {
  margin: 0;
}
.cid-ujJoI9pKc5 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujJoI9pKc5 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujJoI9pKc5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujJoI9pKc5 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujJoI9pKc5 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujJoI9pKc5 .item-wrapper {
    height: auto;
  }
}
.cid-ujJoI9pKc5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujJoI9pKc5 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujJoI9pKc5 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujJoI9pKc5 .mbr-text,
.cid-ujJoI9pKc5 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujJoI9pKc5 .content-head {
  max-width: 800px;
}
.cid-ujJoI9pKc5 .mbr-section-subtitle,
.cid-ujJoI9pKc5 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujJoI9pKc5 .mbr-section-subtitle,
.cid-ujJoI9pKc5 .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujJoIa6hw3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujJoIa6hw3 img,
.cid-ujJoIa6hw3 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujJoIa6hw3 .item:focus,
.cid-ujJoIa6hw3 span:focus {
  outline: none;
}
.cid-ujJoIa6hw3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujJoIa6hw3 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujJoIa6hw3 h5 {
  margin: 0;
}
.cid-ujJoIa6hw3 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujJoIa6hw3 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujJoIa6hw3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujJoIa6hw3 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujJoIa6hw3 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujJoIa6hw3 .item-wrapper {
    height: auto;
  }
}
.cid-ujJoIa6hw3 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujJoIa6hw3 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujJoIa6hw3 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujJoIa6hw3 .mbr-text,
.cid-ujJoIa6hw3 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujJoIa6hw3 .content-head {
  max-width: 800px;
}
.cid-ujJoIa6hw3 .mbr-section-subtitle,
.cid-ujJoIa6hw3 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujJoIaIjgx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujJoIaIjgx img,
.cid-ujJoIaIjgx .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujJoIaIjgx .item:focus,
.cid-ujJoIaIjgx span:focus {
  outline: none;
}
.cid-ujJoIaIjgx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujJoIaIjgx .item {
    margin-bottom: 1rem;
  }
}
.cid-ujJoIaIjgx h5 {
  margin: 0;
}
.cid-ujJoIaIjgx .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujJoIaIjgx .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujJoIaIjgx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujJoIaIjgx .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujJoIaIjgx .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujJoIaIjgx .item-wrapper {
    height: auto;
  }
}
.cid-ujJoIaIjgx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujJoIaIjgx .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujJoIaIjgx .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujJoIaIjgx .mbr-text,
.cid-ujJoIaIjgx .item .mbr-section-btn {
  text-align: center;
}
.cid-ujJoIaIjgx .content-head {
  max-width: 800px;
}
.cid-ujJoIaIjgx .mbr-section-subtitle,
.cid-ujJoIaIjgx .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujJoIbkci6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujJoIbkci6 img,
.cid-ujJoIbkci6 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujJoIbkci6 .item:focus,
.cid-ujJoIbkci6 span:focus {
  outline: none;
}
.cid-ujJoIbkci6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujJoIbkci6 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujJoIbkci6 h5 {
  margin: 0;
}
.cid-ujJoIbkci6 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujJoIbkci6 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujJoIbkci6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujJoIbkci6 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujJoIbkci6 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujJoIbkci6 .item-wrapper {
    height: auto;
  }
}
.cid-ujJoIbkci6 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujJoIbkci6 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujJoIbkci6 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujJoIbkci6 .mbr-text,
.cid-ujJoIbkci6 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujJoIbkci6 .content-head {
  max-width: 800px;
}
.cid-ujJoIbkci6 .mbr-section-subtitle,
.cid-ujJoIbkci6 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujJoIc3l3o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujJoIc3l3o img,
.cid-ujJoIc3l3o .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujJoIc3l3o .item:focus,
.cid-ujJoIc3l3o span:focus {
  outline: none;
}
.cid-ujJoIc3l3o .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujJoIc3l3o .item {
    margin-bottom: 1rem;
  }
}
.cid-ujJoIc3l3o h5 {
  margin: 0;
}
.cid-ujJoIc3l3o .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujJoIc3l3o .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujJoIc3l3o .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujJoIc3l3o .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujJoIc3l3o .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujJoIc3l3o .item-wrapper {
    height: auto;
  }
}
.cid-ujJoIc3l3o .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujJoIc3l3o .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujJoIc3l3o .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujJoIc3l3o .mbr-text,
.cid-ujJoIc3l3o .item .mbr-section-btn {
  text-align: center;
}
.cid-ujJoIc3l3o .content-head {
  max-width: 800px;
}
.cid-ujJoIc3l3o .mbr-section-subtitle,
.cid-ujJoIc3l3o .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujJoIcEAh8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujJoIcEAh8 img,
.cid-ujJoIcEAh8 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujJoIcEAh8 .item:focus,
.cid-ujJoIcEAh8 span:focus {
  outline: none;
}
.cid-ujJoIcEAh8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujJoIcEAh8 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujJoIcEAh8 h5 {
  margin: 0;
}
.cid-ujJoIcEAh8 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujJoIcEAh8 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujJoIcEAh8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujJoIcEAh8 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujJoIcEAh8 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujJoIcEAh8 .item-wrapper {
    height: auto;
  }
}
.cid-ujJoIcEAh8 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujJoIcEAh8 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujJoIcEAh8 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujJoIcEAh8 .mbr-text,
.cid-ujJoIcEAh8 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujJoIcEAh8 .content-head {
  max-width: 800px;
}
.cid-ujJoIcEAh8 .mbr-section-subtitle,
.cid-ujJoIcEAh8 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujJoIdkCud {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujJoIdkCud img,
.cid-ujJoIdkCud .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujJoIdkCud .item:focus,
.cid-ujJoIdkCud span:focus {
  outline: none;
}
.cid-ujJoIdkCud .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujJoIdkCud .item {
    margin-bottom: 1rem;
  }
}
.cid-ujJoIdkCud h5 {
  margin: 0;
}
.cid-ujJoIdkCud .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujJoIdkCud .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujJoIdkCud .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujJoIdkCud .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujJoIdkCud .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujJoIdkCud .item-wrapper {
    height: auto;
  }
}
.cid-ujJoIdkCud .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujJoIdkCud .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujJoIdkCud .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujJoIdkCud .mbr-text,
.cid-ujJoIdkCud .item .mbr-section-btn {
  text-align: center;
}
.cid-ujJoIdkCud .content-head {
  max-width: 800px;
}
.cid-ujJoIdkCud .mbr-section-subtitle,
.cid-ujJoIdkCud .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujJoIdVfOw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujJoIdVfOw img,
.cid-ujJoIdVfOw .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujJoIdVfOw .item:focus,
.cid-ujJoIdVfOw span:focus {
  outline: none;
}
.cid-ujJoIdVfOw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujJoIdVfOw .item {
    margin-bottom: 1rem;
  }
}
.cid-ujJoIdVfOw h5 {
  margin: 0;
}
.cid-ujJoIdVfOw .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujJoIdVfOw .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujJoIdVfOw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujJoIdVfOw .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujJoIdVfOw .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujJoIdVfOw .item-wrapper {
    height: auto;
  }
}
.cid-ujJoIdVfOw .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujJoIdVfOw .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujJoIdVfOw .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujJoIdVfOw .mbr-text,
.cid-ujJoIdVfOw .item .mbr-section-btn {
  text-align: center;
}
.cid-ujJoIdVfOw .content-head {
  max-width: 800px;
}
.cid-ujJoIdVfOw .mbr-section-subtitle,
.cid-ujJoIdVfOw .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujJoIezWCT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujJoIezWCT img,
.cid-ujJoIezWCT .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujJoIezWCT .item:focus,
.cid-ujJoIezWCT span:focus {
  outline: none;
}
.cid-ujJoIezWCT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujJoIezWCT .item {
    margin-bottom: 1rem;
  }
}
.cid-ujJoIezWCT h5 {
  margin: 0;
}
.cid-ujJoIezWCT .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujJoIezWCT .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujJoIezWCT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujJoIezWCT .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujJoIezWCT .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujJoIezWCT .item-wrapper {
    height: auto;
  }
}
.cid-ujJoIezWCT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujJoIezWCT .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujJoIezWCT .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujJoIezWCT .mbr-text,
.cid-ujJoIezWCT .item .mbr-section-btn {
  text-align: center;
}
.cid-ujJoIezWCT .content-head {
  max-width: 800px;
}
.cid-ujJoIezWCT .mbr-section-subtitle,
.cid-ujJoIezWCT .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujJoIf04Vd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujJoIf04Vd .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujJoIf04Vd .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujJoIf04Vd .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujJoIf04Vd .social-media {
  margin-top: 1.5rem;
}
.cid-ujJoIf04Vd .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujJoIf04Vd .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujJoIf04Vd .mbr-text,
.cid-ujJoIf04Vd .mbr-offer {
  line-height: 1.5;
}
.cid-ujJoIf04Vd .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujJoIf04Vd .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujJoIf04Vd .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujJoIf04Vd .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujJoIf04Vd .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujJoIf04Vd .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujJoIf04Vd .container-fluid {
  max-width: 1300px;
}
.cid-ujK5rsQ0Bm {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujK5rsQ0Bm .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujK5rsQ0Bm .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujK5rsQ0Bm .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujK5rsQ0Bm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujK5rsQ0Bm .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujK5rsQ0Bm .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujK5rsQ0Bm .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujK5rsQ0Bm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujK5rsQ0Bm .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujK5rsQ0Bm .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujK5rsQ0Bm .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujK5rsQ0Bm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujK5rsQ0Bm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujK5rsQ0Bm .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujK5rsQ0Bm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujK5rsQ0Bm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujK5rsQ0Bm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujK5rsQ0Bm .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujK5rsQ0Bm .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujK5rsQ0Bm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujK5rsQ0Bm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujK5rsQ0Bm .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujK5rsQ0Bm .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujK5rsQ0Bm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujK5rsQ0Bm .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujK5rsQ0Bm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujK5rsQ0Bm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujK5rsQ0Bm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujK5rsQ0Bm .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujK5rsQ0Bm .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujK5rsQ0Bm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujK5rsQ0Bm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujK5rsQ0Bm .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujK5rsQ0Bm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujK5rsQ0Bm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujK5rsQ0Bm .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujK5rsQ0Bm .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujK5rsQ0Bm .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujK5rsQ0Bm .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujK5rsQ0Bm .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujK5rsQ0Bm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujK5rsQ0Bm .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujK5rsQ0Bm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujK5rsQ0Bm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujK5rsQ0Bm .dropdown-item.active,
.cid-ujK5rsQ0Bm .dropdown-item:active {
  background-color: transparent;
}
.cid-ujK5rsQ0Bm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujK5rsQ0Bm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujK5rsQ0Bm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujK5rsQ0Bm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujK5rsQ0Bm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujK5rsQ0Bm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujK5rsQ0Bm ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujK5rsQ0Bm .navbar-buttons {
  text-align: center;
}
.cid-ujK5rsQ0Bm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujK5rsQ0Bm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujK5rsQ0Bm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujK5rsQ0Bm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujK5rsQ0Bm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujK5rsQ0Bm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujK5rsQ0Bm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujK5rsQ0Bm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujK5rsQ0Bm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujK5rsQ0Bm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujK5rsQ0Bm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujK5rsQ0Bm .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujK5rsQ0Bm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujK5rsQ0Bm .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujK5rsQ0Bm .nav-link:hover,
.cid-ujK5rsQ0Bm .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujK5rsQ0Bm .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujK5rsQ0Bm .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujK5rsQ0Bm .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujK5ruRGzC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujK5ruRGzC img,
.cid-ujK5ruRGzC .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujK5ruRGzC .item:focus,
.cid-ujK5ruRGzC span:focus {
  outline: none;
}
.cid-ujK5ruRGzC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujK5ruRGzC .item {
    margin-bottom: 1rem;
  }
}
.cid-ujK5ruRGzC h5 {
  margin: 0;
}
.cid-ujK5ruRGzC .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujK5ruRGzC .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujK5ruRGzC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujK5ruRGzC .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujK5ruRGzC .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujK5ruRGzC .item-wrapper {
    height: auto;
  }
}
.cid-ujK5ruRGzC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujK5ruRGzC .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujK5ruRGzC .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujK5ruRGzC .mbr-text,
.cid-ujK5ruRGzC .item .mbr-section-btn {
  text-align: center;
}
.cid-ujK5ruRGzC .content-head {
  max-width: 800px;
}
.cid-ujK5ruRGzC .mbr-section-subtitle,
.cid-ujK5ruRGzC .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujK5ruRGzC .mbr-section-subtitle,
.cid-ujK5ruRGzC .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujK5rvzv7Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujK5rvzv7Q img,
.cid-ujK5rvzv7Q .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujK5rvzv7Q .item:focus,
.cid-ujK5rvzv7Q span:focus {
  outline: none;
}
.cid-ujK5rvzv7Q .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujK5rvzv7Q .item {
    margin-bottom: 1rem;
  }
}
.cid-ujK5rvzv7Q h5 {
  margin: 0;
}
.cid-ujK5rvzv7Q .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujK5rvzv7Q .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujK5rvzv7Q .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujK5rvzv7Q .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujK5rvzv7Q .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujK5rvzv7Q .item-wrapper {
    height: auto;
  }
}
.cid-ujK5rvzv7Q .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujK5rvzv7Q .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujK5rvzv7Q .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujK5rvzv7Q .mbr-text,
.cid-ujK5rvzv7Q .item .mbr-section-btn {
  text-align: center;
}
.cid-ujK5rvzv7Q .content-head {
  max-width: 800px;
}
.cid-ujK5rvzv7Q .mbr-section-subtitle,
.cid-ujK5rvzv7Q .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujK9DGWbES {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujK9DGWbES img,
.cid-ujK9DGWbES .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujK9DGWbES .item:focus,
.cid-ujK9DGWbES span:focus {
  outline: none;
}
.cid-ujK9DGWbES .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujK9DGWbES .item {
    margin-bottom: 1rem;
  }
}
.cid-ujK9DGWbES h5 {
  margin: 0;
}
.cid-ujK9DGWbES .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujK9DGWbES .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujK9DGWbES .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujK9DGWbES .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujK9DGWbES .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujK9DGWbES .item-wrapper {
    height: auto;
  }
}
.cid-ujK9DGWbES .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujK9DGWbES .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujK9DGWbES .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujK9DGWbES .mbr-text,
.cid-ujK9DGWbES .item .mbr-section-btn {
  text-align: center;
}
.cid-ujK9DGWbES .content-head {
  max-width: 800px;
}
.cid-ujK9DGWbES .mbr-section-subtitle,
.cid-ujK9DGWbES .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujK5rw8agQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujK5rw8agQ img,
.cid-ujK5rw8agQ .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujK5rw8agQ .item:focus,
.cid-ujK5rw8agQ span:focus {
  outline: none;
}
.cid-ujK5rw8agQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujK5rw8agQ .item {
    margin-bottom: 1rem;
  }
}
.cid-ujK5rw8agQ h5 {
  margin: 0;
}
.cid-ujK5rw8agQ .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujK5rw8agQ .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujK5rw8agQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujK5rw8agQ .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujK5rw8agQ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujK5rw8agQ .item-wrapper {
    height: auto;
  }
}
.cid-ujK5rw8agQ .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujK5rw8agQ .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujK5rw8agQ .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujK5rw8agQ .mbr-text,
.cid-ujK5rw8agQ .item .mbr-section-btn {
  text-align: center;
}
.cid-ujK5rw8agQ .content-head {
  max-width: 800px;
}
.cid-ujK5rw8agQ .mbr-section-subtitle,
.cid-ujK5rw8agQ .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujKcUUsabh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKcUUsabh img,
.cid-ujKcUUsabh .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKcUUsabh .item:focus,
.cid-ujKcUUsabh span:focus {
  outline: none;
}
.cid-ujKcUUsabh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKcUUsabh .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKcUUsabh h5 {
  margin: 0;
}
.cid-ujKcUUsabh .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKcUUsabh .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKcUUsabh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKcUUsabh .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKcUUsabh .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKcUUsabh .item-wrapper {
    height: auto;
  }
}
.cid-ujKcUUsabh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujKcUUsabh .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKcUUsabh .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKcUUsabh .mbr-text,
.cid-ujKcUUsabh .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKcUUsabh .content-head {
  max-width: 800px;
}
.cid-ujKcUUsabh .mbr-section-subtitle,
.cid-ujKcUUsabh .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujK5rwJe2H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujK5rwJe2H .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujK5rwJe2H .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujK5rwJe2H .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujK5rwJe2H .social-media {
  margin-top: 1.5rem;
}
.cid-ujK5rwJe2H .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujK5rwJe2H .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujK5rwJe2H .mbr-text,
.cid-ujK5rwJe2H .mbr-offer {
  line-height: 1.5;
}
.cid-ujK5rwJe2H .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujK5rwJe2H .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujK5rwJe2H .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujK5rwJe2H .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujK5rwJe2H .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujK5rwJe2H .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujK5rwJe2H .container-fluid {
  max-width: 1300px;
}
.cid-ujKfC2rjI1 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujKfC2rjI1 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujKfC2rjI1 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujKfC2rjI1 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujKfC2rjI1 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujKfC2rjI1 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujKfC2rjI1 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujKfC2rjI1 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujKfC2rjI1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujKfC2rjI1 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujKfC2rjI1 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujKfC2rjI1 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujKfC2rjI1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujKfC2rjI1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujKfC2rjI1 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujKfC2rjI1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujKfC2rjI1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujKfC2rjI1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujKfC2rjI1 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujKfC2rjI1 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujKfC2rjI1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujKfC2rjI1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujKfC2rjI1 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujKfC2rjI1 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujKfC2rjI1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujKfC2rjI1 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujKfC2rjI1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujKfC2rjI1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujKfC2rjI1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujKfC2rjI1 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujKfC2rjI1 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujKfC2rjI1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujKfC2rjI1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujKfC2rjI1 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujKfC2rjI1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujKfC2rjI1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujKfC2rjI1 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujKfC2rjI1 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujKfC2rjI1 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujKfC2rjI1 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujKfC2rjI1 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujKfC2rjI1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujKfC2rjI1 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujKfC2rjI1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujKfC2rjI1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujKfC2rjI1 .dropdown-item.active,
.cid-ujKfC2rjI1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujKfC2rjI1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujKfC2rjI1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujKfC2rjI1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujKfC2rjI1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujKfC2rjI1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujKfC2rjI1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujKfC2rjI1 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujKfC2rjI1 .navbar-buttons {
  text-align: center;
}
.cid-ujKfC2rjI1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujKfC2rjI1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujKfC2rjI1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujKfC2rjI1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujKfC2rjI1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujKfC2rjI1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujKfC2rjI1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujKfC2rjI1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujKfC2rjI1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujKfC2rjI1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujKfC2rjI1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujKfC2rjI1 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujKfC2rjI1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujKfC2rjI1 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujKfC2rjI1 .nav-link:hover,
.cid-ujKfC2rjI1 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujKfC2rjI1 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujKfC2rjI1 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujKfC2rjI1 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujKfC3qqKE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKfC3qqKE img,
.cid-ujKfC3qqKE .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKfC3qqKE .item:focus,
.cid-ujKfC3qqKE span:focus {
  outline: none;
}
.cid-ujKfC3qqKE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKfC3qqKE .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKfC3qqKE h5 {
  margin: 0;
}
.cid-ujKfC3qqKE .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKfC3qqKE .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKfC3qqKE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKfC3qqKE .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKfC3qqKE .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKfC3qqKE .item-wrapper {
    height: auto;
  }
}
.cid-ujKfC3qqKE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujKfC3qqKE .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKfC3qqKE .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKfC3qqKE .mbr-text,
.cid-ujKfC3qqKE .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKfC3qqKE .content-head {
  max-width: 800px;
}
.cid-ujKfC3qqKE .mbr-section-subtitle,
.cid-ujKfC3qqKE .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujKfC3qqKE .mbr-section-subtitle,
.cid-ujKfC3qqKE .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujKfC3KvuZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujKfC3KvuZ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujKfC3KvuZ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujKfC3KvuZ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujKfC3KvuZ .social-media {
  margin-top: 1.5rem;
}
.cid-ujKfC3KvuZ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujKfC3KvuZ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujKfC3KvuZ .mbr-text,
.cid-ujKfC3KvuZ .mbr-offer {
  line-height: 1.5;
}
.cid-ujKfC3KvuZ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujKfC3KvuZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujKfC3KvuZ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujKfC3KvuZ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujKfC3KvuZ .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujKfC3KvuZ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujKfC3KvuZ .container-fluid {
  max-width: 1300px;
}
.cid-ujKgogrVJr {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujKgogrVJr .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujKgogrVJr .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujKgogrVJr .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujKgogrVJr .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujKgogrVJr .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujKgogrVJr .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujKgogrVJr .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujKgogrVJr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujKgogrVJr .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujKgogrVJr .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujKgogrVJr .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujKgogrVJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujKgogrVJr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujKgogrVJr .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujKgogrVJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujKgogrVJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujKgogrVJr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujKgogrVJr .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujKgogrVJr .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujKgogrVJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujKgogrVJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujKgogrVJr .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujKgogrVJr .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujKgogrVJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujKgogrVJr .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujKgogrVJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujKgogrVJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujKgogrVJr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujKgogrVJr .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujKgogrVJr .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujKgogrVJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujKgogrVJr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujKgogrVJr .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujKgogrVJr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujKgogrVJr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujKgogrVJr .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujKgogrVJr .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujKgogrVJr .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujKgogrVJr .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujKgogrVJr .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujKgogrVJr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujKgogrVJr .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujKgogrVJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujKgogrVJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujKgogrVJr .dropdown-item.active,
.cid-ujKgogrVJr .dropdown-item:active {
  background-color: transparent;
}
.cid-ujKgogrVJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujKgogrVJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujKgogrVJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujKgogrVJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujKgogrVJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujKgogrVJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujKgogrVJr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujKgogrVJr .navbar-buttons {
  text-align: center;
}
.cid-ujKgogrVJr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujKgogrVJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujKgogrVJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujKgogrVJr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujKgogrVJr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujKgogrVJr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujKgogrVJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujKgogrVJr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujKgogrVJr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujKgogrVJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujKgogrVJr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujKgogrVJr .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujKgogrVJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujKgogrVJr .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujKgogrVJr .nav-link:hover,
.cid-ujKgogrVJr .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujKgogrVJr .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujKgogrVJr .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujKgogrVJr .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujKgohrOiv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKgohrOiv img,
.cid-ujKgohrOiv .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKgohrOiv .item:focus,
.cid-ujKgohrOiv span:focus {
  outline: none;
}
.cid-ujKgohrOiv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKgohrOiv .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKgohrOiv h5 {
  margin: 0;
}
.cid-ujKgohrOiv .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKgohrOiv .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKgohrOiv .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKgohrOiv .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKgohrOiv .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKgohrOiv .item-wrapper {
    height: auto;
  }
}
.cid-ujKgohrOiv .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujKgohrOiv .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKgohrOiv .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKgohrOiv .mbr-text,
.cid-ujKgohrOiv .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKgohrOiv .content-head {
  max-width: 800px;
}
.cid-ujKgohrOiv .mbr-section-subtitle,
.cid-ujKgohrOiv .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujKgohrOiv .mbr-section-subtitle,
.cid-ujKgohrOiv .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujKgohWSE0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujKgohWSE0 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujKgohWSE0 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujKgohWSE0 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujKgohWSE0 .social-media {
  margin-top: 1.5rem;
}
.cid-ujKgohWSE0 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujKgohWSE0 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujKgohWSE0 .mbr-text,
.cid-ujKgohWSE0 .mbr-offer {
  line-height: 1.5;
}
.cid-ujKgohWSE0 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujKgohWSE0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujKgohWSE0 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujKgohWSE0 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujKgohWSE0 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujKgohWSE0 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujKgohWSE0 .container-fluid {
  max-width: 1300px;
}
.cid-ujKhGMMwMP {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujKhGMMwMP .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujKhGMMwMP .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujKhGMMwMP .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujKhGMMwMP .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujKhGMMwMP .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujKhGMMwMP .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujKhGMMwMP .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujKhGMMwMP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujKhGMMwMP .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujKhGMMwMP .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujKhGMMwMP .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujKhGMMwMP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujKhGMMwMP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujKhGMMwMP .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujKhGMMwMP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujKhGMMwMP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujKhGMMwMP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujKhGMMwMP .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujKhGMMwMP .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujKhGMMwMP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujKhGMMwMP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujKhGMMwMP .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujKhGMMwMP .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujKhGMMwMP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujKhGMMwMP .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujKhGMMwMP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujKhGMMwMP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujKhGMMwMP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujKhGMMwMP .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujKhGMMwMP .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujKhGMMwMP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujKhGMMwMP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujKhGMMwMP .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujKhGMMwMP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujKhGMMwMP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujKhGMMwMP .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujKhGMMwMP .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujKhGMMwMP .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujKhGMMwMP .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujKhGMMwMP .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujKhGMMwMP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujKhGMMwMP .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujKhGMMwMP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujKhGMMwMP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujKhGMMwMP .dropdown-item.active,
.cid-ujKhGMMwMP .dropdown-item:active {
  background-color: transparent;
}
.cid-ujKhGMMwMP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujKhGMMwMP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujKhGMMwMP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujKhGMMwMP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujKhGMMwMP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujKhGMMwMP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujKhGMMwMP ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujKhGMMwMP .navbar-buttons {
  text-align: center;
}
.cid-ujKhGMMwMP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujKhGMMwMP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujKhGMMwMP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujKhGMMwMP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujKhGMMwMP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujKhGMMwMP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujKhGMMwMP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujKhGMMwMP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujKhGMMwMP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujKhGMMwMP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujKhGMMwMP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujKhGMMwMP .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujKhGMMwMP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujKhGMMwMP .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujKhGMMwMP .nav-link:hover,
.cid-ujKhGMMwMP .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujKhGMMwMP .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujKhGMMwMP .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujKhGMMwMP .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujKhGRmxAe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKhGRmxAe img,
.cid-ujKhGRmxAe .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKhGRmxAe .item:focus,
.cid-ujKhGRmxAe span:focus {
  outline: none;
}
.cid-ujKhGRmxAe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKhGRmxAe .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKhGRmxAe h5 {
  margin: 0;
}
.cid-ujKhGRmxAe .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKhGRmxAe .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKhGRmxAe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKhGRmxAe .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKhGRmxAe .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKhGRmxAe .item-wrapper {
    height: auto;
  }
}
.cid-ujKhGRmxAe .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujKhGRmxAe .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKhGRmxAe .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKhGRmxAe .mbr-text,
.cid-ujKhGRmxAe .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKhGRmxAe .content-head {
  max-width: 800px;
}
.cid-ujKhGRmxAe .mbr-section-subtitle,
.cid-ujKhGRmxAe .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujKhGRmxAe .mbr-section-subtitle,
.cid-ujKhGRmxAe .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujKhGSrpP4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKhGSrpP4 img,
.cid-ujKhGSrpP4 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKhGSrpP4 .item:focus,
.cid-ujKhGSrpP4 span:focus {
  outline: none;
}
.cid-ujKhGSrpP4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKhGSrpP4 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKhGSrpP4 h5 {
  margin: 0;
}
.cid-ujKhGSrpP4 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKhGSrpP4 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKhGSrpP4 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKhGSrpP4 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKhGSrpP4 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKhGSrpP4 .item-wrapper {
    height: auto;
  }
}
.cid-ujKhGSrpP4 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujKhGSrpP4 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKhGSrpP4 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKhGSrpP4 .mbr-text,
.cid-ujKhGSrpP4 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKhGSrpP4 .content-head {
  max-width: 800px;
}
.cid-ujKhGSrpP4 .mbr-section-subtitle,
.cid-ujKhGSrpP4 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujKhGTlKNG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKhGTlKNG img,
.cid-ujKhGTlKNG .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKhGTlKNG .item:focus,
.cid-ujKhGTlKNG span:focus {
  outline: none;
}
.cid-ujKhGTlKNG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKhGTlKNG .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKhGTlKNG h5 {
  margin: 0;
}
.cid-ujKhGTlKNG .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKhGTlKNG .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKhGTlKNG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKhGTlKNG .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKhGTlKNG .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKhGTlKNG .item-wrapper {
    height: auto;
  }
}
.cid-ujKhGTlKNG .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujKhGTlKNG .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKhGTlKNG .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKhGTlKNG .mbr-text,
.cid-ujKhGTlKNG .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKhGTlKNG .content-head {
  max-width: 800px;
}
.cid-ujKhGTlKNG .mbr-section-subtitle,
.cid-ujKhGTlKNG .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujKhGVO82e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujKhGVO82e .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujKhGVO82e .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujKhGVO82e .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujKhGVO82e .social-media {
  margin-top: 1.5rem;
}
.cid-ujKhGVO82e .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujKhGVO82e .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujKhGVO82e .mbr-text,
.cid-ujKhGVO82e .mbr-offer {
  line-height: 1.5;
}
.cid-ujKhGVO82e .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujKhGVO82e .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujKhGVO82e .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujKhGVO82e .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujKhGVO82e .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujKhGVO82e .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujKhGVO82e .container-fluid {
  max-width: 1300px;
}
.cid-ujKnBF1pvN {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujKnBF1pvN .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujKnBF1pvN .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujKnBF1pvN .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujKnBF1pvN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujKnBF1pvN .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujKnBF1pvN .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujKnBF1pvN .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujKnBF1pvN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujKnBF1pvN .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujKnBF1pvN .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujKnBF1pvN .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujKnBF1pvN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujKnBF1pvN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujKnBF1pvN .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujKnBF1pvN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujKnBF1pvN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujKnBF1pvN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujKnBF1pvN .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujKnBF1pvN .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujKnBF1pvN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujKnBF1pvN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujKnBF1pvN .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujKnBF1pvN .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujKnBF1pvN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujKnBF1pvN .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujKnBF1pvN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujKnBF1pvN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujKnBF1pvN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujKnBF1pvN .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujKnBF1pvN .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujKnBF1pvN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujKnBF1pvN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujKnBF1pvN .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujKnBF1pvN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujKnBF1pvN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujKnBF1pvN .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujKnBF1pvN .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujKnBF1pvN .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujKnBF1pvN .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujKnBF1pvN .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujKnBF1pvN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujKnBF1pvN .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujKnBF1pvN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujKnBF1pvN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujKnBF1pvN .dropdown-item.active,
.cid-ujKnBF1pvN .dropdown-item:active {
  background-color: transparent;
}
.cid-ujKnBF1pvN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujKnBF1pvN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujKnBF1pvN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujKnBF1pvN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujKnBF1pvN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujKnBF1pvN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujKnBF1pvN ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujKnBF1pvN .navbar-buttons {
  text-align: center;
}
.cid-ujKnBF1pvN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujKnBF1pvN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujKnBF1pvN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujKnBF1pvN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujKnBF1pvN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujKnBF1pvN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujKnBF1pvN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujKnBF1pvN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujKnBF1pvN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujKnBF1pvN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujKnBF1pvN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujKnBF1pvN .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujKnBF1pvN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujKnBF1pvN .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujKnBF1pvN .nav-link:hover,
.cid-ujKnBF1pvN .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujKnBF1pvN .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujKnBF1pvN .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujKnBF1pvN .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujKnBGcHI5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKnBGcHI5 img,
.cid-ujKnBGcHI5 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKnBGcHI5 .item:focus,
.cid-ujKnBGcHI5 span:focus {
  outline: none;
}
.cid-ujKnBGcHI5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKnBGcHI5 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKnBGcHI5 h5 {
  margin: 0;
}
.cid-ujKnBGcHI5 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKnBGcHI5 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKnBGcHI5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKnBGcHI5 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKnBGcHI5 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKnBGcHI5 .item-wrapper {
    height: auto;
  }
}
.cid-ujKnBGcHI5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujKnBGcHI5 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKnBGcHI5 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKnBGcHI5 .mbr-text,
.cid-ujKnBGcHI5 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKnBGcHI5 .content-head {
  max-width: 800px;
}
.cid-ujKnBGcHI5 .mbr-section-subtitle,
.cid-ujKnBGcHI5 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujKnBGcHI5 .mbr-section-subtitle,
.cid-ujKnBGcHI5 .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujKnBH2EeA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujKnBH2EeA .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujKnBH2EeA .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujKnBH2EeA .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujKnBH2EeA .social-media {
  margin-top: 1.5rem;
}
.cid-ujKnBH2EeA .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujKnBH2EeA .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujKnBH2EeA .mbr-text,
.cid-ujKnBH2EeA .mbr-offer {
  line-height: 1.5;
}
.cid-ujKnBH2EeA .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujKnBH2EeA .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujKnBH2EeA .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujKnBH2EeA .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujKnBH2EeA .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujKnBH2EeA .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujKnBH2EeA .container-fluid {
  max-width: 1300px;
}
.cid-ujKrY2JAEm {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujKrY2JAEm .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujKrY2JAEm .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujKrY2JAEm .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujKrY2JAEm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujKrY2JAEm .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujKrY2JAEm .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujKrY2JAEm .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujKrY2JAEm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujKrY2JAEm .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujKrY2JAEm .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujKrY2JAEm .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujKrY2JAEm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujKrY2JAEm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujKrY2JAEm .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujKrY2JAEm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujKrY2JAEm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujKrY2JAEm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujKrY2JAEm .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujKrY2JAEm .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujKrY2JAEm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujKrY2JAEm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujKrY2JAEm .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujKrY2JAEm .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujKrY2JAEm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujKrY2JAEm .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujKrY2JAEm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujKrY2JAEm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujKrY2JAEm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujKrY2JAEm .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujKrY2JAEm .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujKrY2JAEm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujKrY2JAEm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujKrY2JAEm .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujKrY2JAEm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujKrY2JAEm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujKrY2JAEm .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujKrY2JAEm .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujKrY2JAEm .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujKrY2JAEm .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujKrY2JAEm .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujKrY2JAEm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujKrY2JAEm .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujKrY2JAEm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujKrY2JAEm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujKrY2JAEm .dropdown-item.active,
.cid-ujKrY2JAEm .dropdown-item:active {
  background-color: transparent;
}
.cid-ujKrY2JAEm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujKrY2JAEm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujKrY2JAEm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujKrY2JAEm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujKrY2JAEm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujKrY2JAEm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujKrY2JAEm ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujKrY2JAEm .navbar-buttons {
  text-align: center;
}
.cid-ujKrY2JAEm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujKrY2JAEm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujKrY2JAEm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujKrY2JAEm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujKrY2JAEm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujKrY2JAEm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujKrY2JAEm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujKrY2JAEm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujKrY2JAEm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujKrY2JAEm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujKrY2JAEm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujKrY2JAEm .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujKrY2JAEm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujKrY2JAEm .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujKrY2JAEm .nav-link:hover,
.cid-ujKrY2JAEm .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujKrY2JAEm .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujKrY2JAEm .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujKrY2JAEm .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujKrY3WM8a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKrY3WM8a img,
.cid-ujKrY3WM8a .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKrY3WM8a .item:focus,
.cid-ujKrY3WM8a span:focus {
  outline: none;
}
.cid-ujKrY3WM8a .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKrY3WM8a .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKrY3WM8a h5 {
  margin: 0;
}
.cid-ujKrY3WM8a .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKrY3WM8a .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKrY3WM8a .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKrY3WM8a .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKrY3WM8a .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKrY3WM8a .item-wrapper {
    height: auto;
  }
}
.cid-ujKrY3WM8a .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujKrY3WM8a .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKrY3WM8a .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKrY3WM8a .mbr-text,
.cid-ujKrY3WM8a .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKrY3WM8a .content-head {
  max-width: 800px;
}
.cid-ujKrY3WM8a .mbr-section-subtitle,
.cid-ujKrY3WM8a .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujKrY3WM8a .mbr-section-subtitle,
.cid-ujKrY3WM8a .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujKrY4D1xc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKrY4D1xc img,
.cid-ujKrY4D1xc .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKrY4D1xc .item:focus,
.cid-ujKrY4D1xc span:focus {
  outline: none;
}
.cid-ujKrY4D1xc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKrY4D1xc .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKrY4D1xc h5 {
  margin: 0;
}
.cid-ujKrY4D1xc .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKrY4D1xc .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKrY4D1xc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKrY4D1xc .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKrY4D1xc .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKrY4D1xc .item-wrapper {
    height: auto;
  }
}
.cid-ujKrY4D1xc .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujKrY4D1xc .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKrY4D1xc .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKrY4D1xc .mbr-text,
.cid-ujKrY4D1xc .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKrY4D1xc .content-head {
  max-width: 800px;
}
.cid-ujKrY4D1xc .mbr-section-subtitle,
.cid-ujKrY4D1xc .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujKrY5tgtg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKrY5tgtg img,
.cid-ujKrY5tgtg .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKrY5tgtg .item:focus,
.cid-ujKrY5tgtg span:focus {
  outline: none;
}
.cid-ujKrY5tgtg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKrY5tgtg .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKrY5tgtg h5 {
  margin: 0;
}
.cid-ujKrY5tgtg .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKrY5tgtg .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKrY5tgtg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKrY5tgtg .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKrY5tgtg .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKrY5tgtg .item-wrapper {
    height: auto;
  }
}
.cid-ujKrY5tgtg .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujKrY5tgtg .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKrY5tgtg .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKrY5tgtg .mbr-text,
.cid-ujKrY5tgtg .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKrY5tgtg .content-head {
  max-width: 800px;
}
.cid-ujKrY5tgtg .mbr-section-subtitle,
.cid-ujKrY5tgtg .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujKrY74W2d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujKrY74W2d .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujKrY74W2d .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujKrY74W2d .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujKrY74W2d .social-media {
  margin-top: 1.5rem;
}
.cid-ujKrY74W2d .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujKrY74W2d .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujKrY74W2d .mbr-text,
.cid-ujKrY74W2d .mbr-offer {
  line-height: 1.5;
}
.cid-ujKrY74W2d .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujKrY74W2d .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujKrY74W2d .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujKrY74W2d .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujKrY74W2d .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujKrY74W2d .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujKrY74W2d .container-fluid {
  max-width: 1300px;
}
.cid-ujKxnM6Czx {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujKxnM6Czx .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujKxnM6Czx .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujKxnM6Czx .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujKxnM6Czx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujKxnM6Czx .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujKxnM6Czx .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujKxnM6Czx .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujKxnM6Czx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujKxnM6Czx .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujKxnM6Czx .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujKxnM6Czx .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujKxnM6Czx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujKxnM6Czx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujKxnM6Czx .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujKxnM6Czx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujKxnM6Czx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujKxnM6Czx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujKxnM6Czx .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujKxnM6Czx .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujKxnM6Czx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujKxnM6Czx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujKxnM6Czx .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujKxnM6Czx .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujKxnM6Czx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujKxnM6Czx .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujKxnM6Czx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujKxnM6Czx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujKxnM6Czx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujKxnM6Czx .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujKxnM6Czx .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujKxnM6Czx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujKxnM6Czx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujKxnM6Czx .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujKxnM6Czx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujKxnM6Czx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujKxnM6Czx .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujKxnM6Czx .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujKxnM6Czx .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujKxnM6Czx .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujKxnM6Czx .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujKxnM6Czx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujKxnM6Czx .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujKxnM6Czx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujKxnM6Czx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujKxnM6Czx .dropdown-item.active,
.cid-ujKxnM6Czx .dropdown-item:active {
  background-color: transparent;
}
.cid-ujKxnM6Czx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujKxnM6Czx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujKxnM6Czx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujKxnM6Czx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujKxnM6Czx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujKxnM6Czx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujKxnM6Czx ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujKxnM6Czx .navbar-buttons {
  text-align: center;
}
.cid-ujKxnM6Czx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujKxnM6Czx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujKxnM6Czx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujKxnM6Czx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujKxnM6Czx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujKxnM6Czx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujKxnM6Czx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujKxnM6Czx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujKxnM6Czx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujKxnM6Czx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujKxnM6Czx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujKxnM6Czx .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujKxnM6Czx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujKxnM6Czx .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujKxnM6Czx .nav-link:hover,
.cid-ujKxnM6Czx .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujKxnM6Czx .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujKxnM6Czx .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujKxnM6Czx .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujKxnOnNln {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKxnOnNln img,
.cid-ujKxnOnNln .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKxnOnNln .item:focus,
.cid-ujKxnOnNln span:focus {
  outline: none;
}
.cid-ujKxnOnNln .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKxnOnNln .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKxnOnNln h5 {
  margin: 0;
}
.cid-ujKxnOnNln .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKxnOnNln .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKxnOnNln .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKxnOnNln .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKxnOnNln .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKxnOnNln .item-wrapper {
    height: auto;
  }
}
.cid-ujKxnOnNln .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujKxnOnNln .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKxnOnNln .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKxnOnNln .mbr-text,
.cid-ujKxnOnNln .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKxnOnNln .content-head {
  max-width: 800px;
}
.cid-ujKxnOnNln .mbr-section-subtitle,
.cid-ujKxnOnNln .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujKxnOnNln .mbr-section-subtitle,
.cid-ujKxnOnNln .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujKxnPpozV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKxnPpozV img,
.cid-ujKxnPpozV .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKxnPpozV .item:focus,
.cid-ujKxnPpozV span:focus {
  outline: none;
}
.cid-ujKxnPpozV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKxnPpozV .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKxnPpozV h5 {
  margin: 0;
}
.cid-ujKxnPpozV .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKxnPpozV .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKxnPpozV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKxnPpozV .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKxnPpozV .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKxnPpozV .item-wrapper {
    height: auto;
  }
}
.cid-ujKxnPpozV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujKxnPpozV .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKxnPpozV .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKxnPpozV .mbr-text,
.cid-ujKxnPpozV .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKxnPpozV .content-head {
  max-width: 800px;
}
.cid-ujKxnPpozV .mbr-section-subtitle,
.cid-ujKxnPpozV .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujKxnQhAsR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKxnQhAsR img,
.cid-ujKxnQhAsR .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKxnQhAsR .item:focus,
.cid-ujKxnQhAsR span:focus {
  outline: none;
}
.cid-ujKxnQhAsR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKxnQhAsR .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKxnQhAsR h5 {
  margin: 0;
}
.cid-ujKxnQhAsR .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKxnQhAsR .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKxnQhAsR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKxnQhAsR .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKxnQhAsR .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKxnQhAsR .item-wrapper {
    height: auto;
  }
}
.cid-ujKxnQhAsR .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujKxnQhAsR .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKxnQhAsR .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKxnQhAsR .mbr-text,
.cid-ujKxnQhAsR .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKxnQhAsR .content-head {
  max-width: 800px;
}
.cid-ujKxnQhAsR .mbr-section-subtitle,
.cid-ujKxnQhAsR .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujKxnRhyws {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKxnRhyws img,
.cid-ujKxnRhyws .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKxnRhyws .item:focus,
.cid-ujKxnRhyws span:focus {
  outline: none;
}
.cid-ujKxnRhyws .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKxnRhyws .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKxnRhyws h5 {
  margin: 0;
}
.cid-ujKxnRhyws .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKxnRhyws .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKxnRhyws .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKxnRhyws .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKxnRhyws .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKxnRhyws .item-wrapper {
    height: auto;
  }
}
.cid-ujKxnRhyws .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujKxnRhyws .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKxnRhyws .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKxnRhyws .mbr-text,
.cid-ujKxnRhyws .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKxnRhyws .content-head {
  max-width: 800px;
}
.cid-ujKxnRhyws .mbr-section-subtitle,
.cid-ujKxnRhyws .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujKxnSkpWN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKxnSkpWN img,
.cid-ujKxnSkpWN .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKxnSkpWN .item:focus,
.cid-ujKxnSkpWN span:focus {
  outline: none;
}
.cid-ujKxnSkpWN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKxnSkpWN .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKxnSkpWN h5 {
  margin: 0;
}
.cid-ujKxnSkpWN .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKxnSkpWN .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKxnSkpWN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKxnSkpWN .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKxnSkpWN .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKxnSkpWN .item-wrapper {
    height: auto;
  }
}
.cid-ujKxnSkpWN .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujKxnSkpWN .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKxnSkpWN .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKxnSkpWN .mbr-text,
.cid-ujKxnSkpWN .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKxnSkpWN .content-head {
  max-width: 800px;
}
.cid-ujKxnSkpWN .mbr-section-subtitle,
.cid-ujKxnSkpWN .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujKxnT0O7j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKxnT0O7j img,
.cid-ujKxnT0O7j .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKxnT0O7j .item:focus,
.cid-ujKxnT0O7j span:focus {
  outline: none;
}
.cid-ujKxnT0O7j .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKxnT0O7j .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKxnT0O7j h5 {
  margin: 0;
}
.cid-ujKxnT0O7j .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKxnT0O7j .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKxnT0O7j .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKxnT0O7j .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKxnT0O7j .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKxnT0O7j .item-wrapper {
    height: auto;
  }
}
.cid-ujKxnT0O7j .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujKxnT0O7j .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKxnT0O7j .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKxnT0O7j .mbr-text,
.cid-ujKxnT0O7j .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKxnT0O7j .content-head {
  max-width: 800px;
}
.cid-ujKxnT0O7j .mbr-section-subtitle,
.cid-ujKxnT0O7j .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujKxnTW1aU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKxnTW1aU img,
.cid-ujKxnTW1aU .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKxnTW1aU .item:focus,
.cid-ujKxnTW1aU span:focus {
  outline: none;
}
.cid-ujKxnTW1aU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKxnTW1aU .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKxnTW1aU h5 {
  margin: 0;
}
.cid-ujKxnTW1aU .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKxnTW1aU .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKxnTW1aU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKxnTW1aU .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKxnTW1aU .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKxnTW1aU .item-wrapper {
    height: auto;
  }
}
.cid-ujKxnTW1aU .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujKxnTW1aU .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKxnTW1aU .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKxnTW1aU .mbr-text,
.cid-ujKxnTW1aU .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKxnTW1aU .content-head {
  max-width: 800px;
}
.cid-ujKxnTW1aU .mbr-section-subtitle,
.cid-ujKxnTW1aU .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujKxnVhvUh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKxnVhvUh img,
.cid-ujKxnVhvUh .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKxnVhvUh .item:focus,
.cid-ujKxnVhvUh span:focus {
  outline: none;
}
.cid-ujKxnVhvUh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKxnVhvUh .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKxnVhvUh h5 {
  margin: 0;
}
.cid-ujKxnVhvUh .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKxnVhvUh .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKxnVhvUh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKxnVhvUh .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKxnVhvUh .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKxnVhvUh .item-wrapper {
    height: auto;
  }
}
.cid-ujKxnVhvUh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujKxnVhvUh .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKxnVhvUh .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKxnVhvUh .mbr-text,
.cid-ujKxnVhvUh .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKxnVhvUh .content-head {
  max-width: 800px;
}
.cid-ujKxnVhvUh .mbr-section-subtitle,
.cid-ujKxnVhvUh .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujKxnWfoKH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujKxnWfoKH img,
.cid-ujKxnWfoKH .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujKxnWfoKH .item:focus,
.cid-ujKxnWfoKH span:focus {
  outline: none;
}
.cid-ujKxnWfoKH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujKxnWfoKH .item {
    margin-bottom: 1rem;
  }
}
.cid-ujKxnWfoKH h5 {
  margin: 0;
}
.cid-ujKxnWfoKH .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujKxnWfoKH .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujKxnWfoKH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujKxnWfoKH .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujKxnWfoKH .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujKxnWfoKH .item-wrapper {
    height: auto;
  }
}
.cid-ujKxnWfoKH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujKxnWfoKH .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujKxnWfoKH .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujKxnWfoKH .mbr-text,
.cid-ujKxnWfoKH .item .mbr-section-btn {
  text-align: center;
}
.cid-ujKxnWfoKH .content-head {
  max-width: 800px;
}
.cid-ujKxnWfoKH .mbr-section-subtitle,
.cid-ujKxnWfoKH .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujKxnWJ8ez {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujKxnWJ8ez .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujKxnWJ8ez .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujKxnWJ8ez .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujKxnWJ8ez .social-media {
  margin-top: 1.5rem;
}
.cid-ujKxnWJ8ez .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujKxnWJ8ez .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujKxnWJ8ez .mbr-text,
.cid-ujKxnWJ8ez .mbr-offer {
  line-height: 1.5;
}
.cid-ujKxnWJ8ez .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujKxnWJ8ez .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujKxnWJ8ez .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujKxnWJ8ez .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujKxnWJ8ez .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujKxnWJ8ez .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujKxnWJ8ez .container-fluid {
  max-width: 1300px;
}
.cid-ujOi85wJwV {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujOi85wJwV .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujOi85wJwV .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujOi85wJwV .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujOi85wJwV .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujOi85wJwV .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujOi85wJwV .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujOi85wJwV .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujOi85wJwV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujOi85wJwV .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujOi85wJwV .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujOi85wJwV .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujOi85wJwV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujOi85wJwV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujOi85wJwV .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujOi85wJwV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujOi85wJwV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujOi85wJwV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujOi85wJwV .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujOi85wJwV .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujOi85wJwV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujOi85wJwV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujOi85wJwV .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujOi85wJwV .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujOi85wJwV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujOi85wJwV .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujOi85wJwV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujOi85wJwV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujOi85wJwV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujOi85wJwV .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujOi85wJwV .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujOi85wJwV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujOi85wJwV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujOi85wJwV .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujOi85wJwV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujOi85wJwV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujOi85wJwV .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujOi85wJwV .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujOi85wJwV .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujOi85wJwV .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujOi85wJwV .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujOi85wJwV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujOi85wJwV .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujOi85wJwV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujOi85wJwV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujOi85wJwV .dropdown-item.active,
.cid-ujOi85wJwV .dropdown-item:active {
  background-color: transparent;
}
.cid-ujOi85wJwV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujOi85wJwV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujOi85wJwV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujOi85wJwV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujOi85wJwV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujOi85wJwV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujOi85wJwV ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujOi85wJwV .navbar-buttons {
  text-align: center;
}
.cid-ujOi85wJwV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujOi85wJwV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujOi85wJwV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujOi85wJwV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujOi85wJwV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujOi85wJwV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujOi85wJwV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujOi85wJwV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujOi85wJwV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujOi85wJwV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujOi85wJwV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujOi85wJwV .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujOi85wJwV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujOi85wJwV .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujOi85wJwV .nav-link:hover,
.cid-ujOi85wJwV .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujOi85wJwV .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujOi85wJwV .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujOi85wJwV .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujOi86yVvX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOi86yVvX img,
.cid-ujOi86yVvX .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOi86yVvX .item:focus,
.cid-ujOi86yVvX span:focus {
  outline: none;
}
.cid-ujOi86yVvX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOi86yVvX .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOi86yVvX h5 {
  margin: 0;
}
.cid-ujOi86yVvX .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOi86yVvX .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOi86yVvX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOi86yVvX .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOi86yVvX .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOi86yVvX .item-wrapper {
    height: auto;
  }
}
.cid-ujOi86yVvX .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujOi86yVvX .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOi86yVvX .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOi86yVvX .mbr-text,
.cid-ujOi86yVvX .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOi86yVvX .content-head {
  max-width: 800px;
}
.cid-ujOi86yVvX .mbr-section-subtitle,
.cid-ujOi86yVvX .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujOi86yVvX .mbr-section-subtitle,
.cid-ujOi86yVvX .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujOi88iEC0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujOi88iEC0 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujOi88iEC0 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujOi88iEC0 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujOi88iEC0 .social-media {
  margin-top: 1.5rem;
}
.cid-ujOi88iEC0 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujOi88iEC0 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujOi88iEC0 .mbr-text,
.cid-ujOi88iEC0 .mbr-offer {
  line-height: 1.5;
}
.cid-ujOi88iEC0 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujOi88iEC0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujOi88iEC0 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujOi88iEC0 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujOi88iEC0 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujOi88iEC0 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujOi88iEC0 .container-fluid {
  max-width: 1300px;
}
.cid-ujOpVvp1Cx {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujOpVvp1Cx .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujOpVvp1Cx .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujOpVvp1Cx .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujOpVvp1Cx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujOpVvp1Cx .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujOpVvp1Cx .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujOpVvp1Cx .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujOpVvp1Cx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujOpVvp1Cx .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujOpVvp1Cx .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujOpVvp1Cx .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujOpVvp1Cx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujOpVvp1Cx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujOpVvp1Cx .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujOpVvp1Cx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujOpVvp1Cx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujOpVvp1Cx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujOpVvp1Cx .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujOpVvp1Cx .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujOpVvp1Cx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujOpVvp1Cx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujOpVvp1Cx .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujOpVvp1Cx .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujOpVvp1Cx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujOpVvp1Cx .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujOpVvp1Cx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujOpVvp1Cx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujOpVvp1Cx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujOpVvp1Cx .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujOpVvp1Cx .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujOpVvp1Cx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujOpVvp1Cx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujOpVvp1Cx .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujOpVvp1Cx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujOpVvp1Cx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujOpVvp1Cx .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujOpVvp1Cx .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujOpVvp1Cx .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujOpVvp1Cx .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujOpVvp1Cx .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujOpVvp1Cx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujOpVvp1Cx .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujOpVvp1Cx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujOpVvp1Cx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujOpVvp1Cx .dropdown-item.active,
.cid-ujOpVvp1Cx .dropdown-item:active {
  background-color: transparent;
}
.cid-ujOpVvp1Cx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujOpVvp1Cx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujOpVvp1Cx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujOpVvp1Cx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujOpVvp1Cx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujOpVvp1Cx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujOpVvp1Cx ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujOpVvp1Cx .navbar-buttons {
  text-align: center;
}
.cid-ujOpVvp1Cx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujOpVvp1Cx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujOpVvp1Cx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujOpVvp1Cx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujOpVvp1Cx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujOpVvp1Cx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujOpVvp1Cx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujOpVvp1Cx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujOpVvp1Cx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujOpVvp1Cx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujOpVvp1Cx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujOpVvp1Cx .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujOpVvp1Cx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujOpVvp1Cx .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujOpVvp1Cx .nav-link:hover,
.cid-ujOpVvp1Cx .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujOpVvp1Cx .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujOpVvp1Cx .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujOpVvp1Cx .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujOpVwpGx8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOpVwpGx8 img,
.cid-ujOpVwpGx8 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOpVwpGx8 .item:focus,
.cid-ujOpVwpGx8 span:focus {
  outline: none;
}
.cid-ujOpVwpGx8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOpVwpGx8 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOpVwpGx8 h5 {
  margin: 0;
}
.cid-ujOpVwpGx8 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOpVwpGx8 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOpVwpGx8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOpVwpGx8 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOpVwpGx8 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOpVwpGx8 .item-wrapper {
    height: auto;
  }
}
.cid-ujOpVwpGx8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujOpVwpGx8 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOpVwpGx8 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOpVwpGx8 .mbr-text,
.cid-ujOpVwpGx8 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOpVwpGx8 .content-head {
  max-width: 800px;
}
.cid-ujOpVwpGx8 .mbr-section-subtitle,
.cid-ujOpVwpGx8 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujOpVwpGx8 .mbr-section-subtitle,
.cid-ujOpVwpGx8 .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujOpVwJcQA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujOpVwJcQA .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujOpVwJcQA .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujOpVwJcQA .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujOpVwJcQA .social-media {
  margin-top: 1.5rem;
}
.cid-ujOpVwJcQA .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujOpVwJcQA .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujOpVwJcQA .mbr-text,
.cid-ujOpVwJcQA .mbr-offer {
  line-height: 1.5;
}
.cid-ujOpVwJcQA .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujOpVwJcQA .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujOpVwJcQA .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujOpVwJcQA .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujOpVwJcQA .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujOpVwJcQA .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujOpVwJcQA .container-fluid {
  max-width: 1300px;
}
.cid-ujOqSW7yWw {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujOqSW7yWw .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujOqSW7yWw .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujOqSW7yWw .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujOqSW7yWw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujOqSW7yWw .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujOqSW7yWw .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujOqSW7yWw .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujOqSW7yWw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujOqSW7yWw .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujOqSW7yWw .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujOqSW7yWw .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujOqSW7yWw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujOqSW7yWw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujOqSW7yWw .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujOqSW7yWw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujOqSW7yWw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujOqSW7yWw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujOqSW7yWw .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujOqSW7yWw .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujOqSW7yWw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujOqSW7yWw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujOqSW7yWw .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujOqSW7yWw .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujOqSW7yWw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujOqSW7yWw .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujOqSW7yWw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujOqSW7yWw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujOqSW7yWw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujOqSW7yWw .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujOqSW7yWw .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujOqSW7yWw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujOqSW7yWw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujOqSW7yWw .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujOqSW7yWw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujOqSW7yWw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujOqSW7yWw .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujOqSW7yWw .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujOqSW7yWw .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujOqSW7yWw .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujOqSW7yWw .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujOqSW7yWw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujOqSW7yWw .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujOqSW7yWw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujOqSW7yWw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujOqSW7yWw .dropdown-item.active,
.cid-ujOqSW7yWw .dropdown-item:active {
  background-color: transparent;
}
.cid-ujOqSW7yWw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujOqSW7yWw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujOqSW7yWw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujOqSW7yWw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujOqSW7yWw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujOqSW7yWw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujOqSW7yWw ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujOqSW7yWw .navbar-buttons {
  text-align: center;
}
.cid-ujOqSW7yWw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujOqSW7yWw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujOqSW7yWw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujOqSW7yWw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujOqSW7yWw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujOqSW7yWw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujOqSW7yWw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujOqSW7yWw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujOqSW7yWw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujOqSW7yWw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujOqSW7yWw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujOqSW7yWw .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujOqSW7yWw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujOqSW7yWw .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujOqSW7yWw .nav-link:hover,
.cid-ujOqSW7yWw .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujOqSW7yWw .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujOqSW7yWw .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujOqSW7yWw .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujOqSYe3yC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOqSYe3yC img,
.cid-ujOqSYe3yC .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOqSYe3yC .item:focus,
.cid-ujOqSYe3yC span:focus {
  outline: none;
}
.cid-ujOqSYe3yC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOqSYe3yC .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOqSYe3yC h5 {
  margin: 0;
}
.cid-ujOqSYe3yC .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOqSYe3yC .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOqSYe3yC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOqSYe3yC .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOqSYe3yC .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOqSYe3yC .item-wrapper {
    height: auto;
  }
}
.cid-ujOqSYe3yC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujOqSYe3yC .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOqSYe3yC .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOqSYe3yC .mbr-text,
.cid-ujOqSYe3yC .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOqSYe3yC .content-head {
  max-width: 800px;
}
.cid-ujOqSYe3yC .mbr-section-subtitle,
.cid-ujOqSYe3yC .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujOqSYe3yC .mbr-section-subtitle,
.cid-ujOqSYe3yC .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujOqSZ6jja {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujOqSZ6jja .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujOqSZ6jja .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujOqSZ6jja .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujOqSZ6jja .social-media {
  margin-top: 1.5rem;
}
.cid-ujOqSZ6jja .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujOqSZ6jja .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujOqSZ6jja .mbr-text,
.cid-ujOqSZ6jja .mbr-offer {
  line-height: 1.5;
}
.cid-ujOqSZ6jja .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujOqSZ6jja .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujOqSZ6jja .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujOqSZ6jja .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujOqSZ6jja .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujOqSZ6jja .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujOqSZ6jja .container-fluid {
  max-width: 1300px;
}
.cid-ujOtbHnIle {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujOtbHnIle .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujOtbHnIle .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujOtbHnIle .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujOtbHnIle .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujOtbHnIle .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujOtbHnIle .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujOtbHnIle .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujOtbHnIle .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujOtbHnIle .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujOtbHnIle .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujOtbHnIle .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujOtbHnIle .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujOtbHnIle .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujOtbHnIle .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujOtbHnIle .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujOtbHnIle .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujOtbHnIle .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujOtbHnIle .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujOtbHnIle .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujOtbHnIle .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujOtbHnIle .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujOtbHnIle .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujOtbHnIle .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujOtbHnIle .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujOtbHnIle .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujOtbHnIle .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujOtbHnIle .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujOtbHnIle .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujOtbHnIle .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujOtbHnIle .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujOtbHnIle .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujOtbHnIle .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujOtbHnIle .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujOtbHnIle .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujOtbHnIle .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujOtbHnIle .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujOtbHnIle .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujOtbHnIle .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujOtbHnIle .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujOtbHnIle .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujOtbHnIle .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujOtbHnIle .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujOtbHnIle .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujOtbHnIle .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujOtbHnIle .dropdown-item.active,
.cid-ujOtbHnIle .dropdown-item:active {
  background-color: transparent;
}
.cid-ujOtbHnIle .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujOtbHnIle .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujOtbHnIle .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujOtbHnIle .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujOtbHnIle .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujOtbHnIle .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujOtbHnIle ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujOtbHnIle .navbar-buttons {
  text-align: center;
}
.cid-ujOtbHnIle button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujOtbHnIle button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujOtbHnIle button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujOtbHnIle button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujOtbHnIle button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujOtbHnIle button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujOtbHnIle nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujOtbHnIle nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujOtbHnIle nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujOtbHnIle nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujOtbHnIle a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujOtbHnIle .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujOtbHnIle .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujOtbHnIle .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujOtbHnIle .nav-link:hover,
.cid-ujOtbHnIle .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujOtbHnIle .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujOtbHnIle .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujOtbHnIle .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujOtbItXmH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOtbItXmH img,
.cid-ujOtbItXmH .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOtbItXmH .item:focus,
.cid-ujOtbItXmH span:focus {
  outline: none;
}
.cid-ujOtbItXmH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOtbItXmH .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOtbItXmH h5 {
  margin: 0;
}
.cid-ujOtbItXmH .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOtbItXmH .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOtbItXmH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOtbItXmH .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOtbItXmH .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOtbItXmH .item-wrapper {
    height: auto;
  }
}
.cid-ujOtbItXmH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujOtbItXmH .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOtbItXmH .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOtbItXmH .mbr-text,
.cid-ujOtbItXmH .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOtbItXmH .content-head {
  max-width: 800px;
}
.cid-ujOtbItXmH .mbr-section-subtitle,
.cid-ujOtbItXmH .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujOtbItXmH .mbr-section-subtitle,
.cid-ujOtbItXmH .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujOtbIMX25 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujOtbIMX25 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujOtbIMX25 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujOtbIMX25 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujOtbIMX25 .social-media {
  margin-top: 1.5rem;
}
.cid-ujOtbIMX25 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujOtbIMX25 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujOtbIMX25 .mbr-text,
.cid-ujOtbIMX25 .mbr-offer {
  line-height: 1.5;
}
.cid-ujOtbIMX25 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujOtbIMX25 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujOtbIMX25 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujOtbIMX25 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujOtbIMX25 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujOtbIMX25 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujOtbIMX25 .container-fluid {
  max-width: 1300px;
}
.cid-ujOvyLbpMi {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujOvyLbpMi .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujOvyLbpMi .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujOvyLbpMi .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujOvyLbpMi .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujOvyLbpMi .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujOvyLbpMi .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujOvyLbpMi .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujOvyLbpMi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujOvyLbpMi .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujOvyLbpMi .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujOvyLbpMi .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujOvyLbpMi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujOvyLbpMi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujOvyLbpMi .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujOvyLbpMi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujOvyLbpMi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujOvyLbpMi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujOvyLbpMi .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujOvyLbpMi .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujOvyLbpMi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujOvyLbpMi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujOvyLbpMi .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujOvyLbpMi .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujOvyLbpMi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujOvyLbpMi .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujOvyLbpMi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujOvyLbpMi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujOvyLbpMi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujOvyLbpMi .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujOvyLbpMi .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujOvyLbpMi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujOvyLbpMi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujOvyLbpMi .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujOvyLbpMi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujOvyLbpMi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujOvyLbpMi .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujOvyLbpMi .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujOvyLbpMi .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujOvyLbpMi .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujOvyLbpMi .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujOvyLbpMi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujOvyLbpMi .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujOvyLbpMi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujOvyLbpMi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujOvyLbpMi .dropdown-item.active,
.cid-ujOvyLbpMi .dropdown-item:active {
  background-color: transparent;
}
.cid-ujOvyLbpMi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujOvyLbpMi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujOvyLbpMi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujOvyLbpMi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujOvyLbpMi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujOvyLbpMi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujOvyLbpMi ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujOvyLbpMi .navbar-buttons {
  text-align: center;
}
.cid-ujOvyLbpMi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujOvyLbpMi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujOvyLbpMi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujOvyLbpMi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujOvyLbpMi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujOvyLbpMi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujOvyLbpMi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujOvyLbpMi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujOvyLbpMi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujOvyLbpMi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujOvyLbpMi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujOvyLbpMi .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujOvyLbpMi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujOvyLbpMi .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujOvyLbpMi .nav-link:hover,
.cid-ujOvyLbpMi .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujOvyLbpMi .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujOvyLbpMi .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujOvyLbpMi .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujOvyMoCqt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOvyMoCqt img,
.cid-ujOvyMoCqt .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOvyMoCqt .item:focus,
.cid-ujOvyMoCqt span:focus {
  outline: none;
}
.cid-ujOvyMoCqt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOvyMoCqt .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOvyMoCqt h5 {
  margin: 0;
}
.cid-ujOvyMoCqt .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOvyMoCqt .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOvyMoCqt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOvyMoCqt .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOvyMoCqt .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOvyMoCqt .item-wrapper {
    height: auto;
  }
}
.cid-ujOvyMoCqt .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujOvyMoCqt .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOvyMoCqt .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOvyMoCqt .mbr-text,
.cid-ujOvyMoCqt .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOvyMoCqt .content-head {
  max-width: 800px;
}
.cid-ujOvyMoCqt .mbr-section-subtitle,
.cid-ujOvyMoCqt .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujOvyMoCqt .mbr-section-subtitle,
.cid-ujOvyMoCqt .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujOvyMPoLg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujOvyMPoLg .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujOvyMPoLg .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujOvyMPoLg .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujOvyMPoLg .social-media {
  margin-top: 1.5rem;
}
.cid-ujOvyMPoLg .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujOvyMPoLg .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujOvyMPoLg .mbr-text,
.cid-ujOvyMPoLg .mbr-offer {
  line-height: 1.5;
}
.cid-ujOvyMPoLg .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujOvyMPoLg .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujOvyMPoLg .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujOvyMPoLg .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujOvyMPoLg .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujOvyMPoLg .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujOvyMPoLg .container-fluid {
  max-width: 1300px;
}
.cid-ujODb4b1U9 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujODb4b1U9 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujODb4b1U9 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujODb4b1U9 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujODb4b1U9 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujODb4b1U9 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujODb4b1U9 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujODb4b1U9 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujODb4b1U9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujODb4b1U9 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujODb4b1U9 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujODb4b1U9 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujODb4b1U9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujODb4b1U9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujODb4b1U9 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujODb4b1U9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujODb4b1U9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujODb4b1U9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujODb4b1U9 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujODb4b1U9 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujODb4b1U9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujODb4b1U9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujODb4b1U9 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujODb4b1U9 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujODb4b1U9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujODb4b1U9 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujODb4b1U9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujODb4b1U9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujODb4b1U9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujODb4b1U9 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujODb4b1U9 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujODb4b1U9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujODb4b1U9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujODb4b1U9 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujODb4b1U9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujODb4b1U9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujODb4b1U9 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujODb4b1U9 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujODb4b1U9 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujODb4b1U9 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujODb4b1U9 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujODb4b1U9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujODb4b1U9 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujODb4b1U9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujODb4b1U9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujODb4b1U9 .dropdown-item.active,
.cid-ujODb4b1U9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujODb4b1U9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujODb4b1U9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujODb4b1U9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujODb4b1U9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujODb4b1U9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujODb4b1U9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujODb4b1U9 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujODb4b1U9 .navbar-buttons {
  text-align: center;
}
.cid-ujODb4b1U9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujODb4b1U9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujODb4b1U9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujODb4b1U9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujODb4b1U9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujODb4b1U9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujODb4b1U9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujODb4b1U9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujODb4b1U9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujODb4b1U9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujODb4b1U9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujODb4b1U9 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujODb4b1U9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujODb4b1U9 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujODb4b1U9 .nav-link:hover,
.cid-ujODb4b1U9 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujODb4b1U9 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujODb4b1U9 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujODb4b1U9 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujODb5kXXf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujODb5kXXf img,
.cid-ujODb5kXXf .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujODb5kXXf .item:focus,
.cid-ujODb5kXXf span:focus {
  outline: none;
}
.cid-ujODb5kXXf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujODb5kXXf .item {
    margin-bottom: 1rem;
  }
}
.cid-ujODb5kXXf h5 {
  margin: 0;
}
.cid-ujODb5kXXf .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujODb5kXXf .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujODb5kXXf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujODb5kXXf .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujODb5kXXf .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujODb5kXXf .item-wrapper {
    height: auto;
  }
}
.cid-ujODb5kXXf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujODb5kXXf .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujODb5kXXf .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujODb5kXXf .mbr-text,
.cid-ujODb5kXXf .item .mbr-section-btn {
  text-align: center;
}
.cid-ujODb5kXXf .content-head {
  max-width: 800px;
}
.cid-ujODb5kXXf .mbr-section-subtitle,
.cid-ujODb5kXXf .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujODb5kXXf .mbr-section-subtitle,
.cid-ujODb5kXXf .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujODb5XCkr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujODb5XCkr img,
.cid-ujODb5XCkr .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujODb5XCkr .item:focus,
.cid-ujODb5XCkr span:focus {
  outline: none;
}
.cid-ujODb5XCkr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujODb5XCkr .item {
    margin-bottom: 1rem;
  }
}
.cid-ujODb5XCkr h5 {
  margin: 0;
}
.cid-ujODb5XCkr .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujODb5XCkr .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujODb5XCkr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujODb5XCkr .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujODb5XCkr .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujODb5XCkr .item-wrapper {
    height: auto;
  }
}
.cid-ujODb5XCkr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujODb5XCkr .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujODb5XCkr .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujODb5XCkr .mbr-text,
.cid-ujODb5XCkr .item .mbr-section-btn {
  text-align: center;
}
.cid-ujODb5XCkr .content-head {
  max-width: 800px;
}
.cid-ujODb5XCkr .mbr-section-subtitle,
.cid-ujODb5XCkr .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujODb6vISK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujODb6vISK img,
.cid-ujODb6vISK .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujODb6vISK .item:focus,
.cid-ujODb6vISK span:focus {
  outline: none;
}
.cid-ujODb6vISK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujODb6vISK .item {
    margin-bottom: 1rem;
  }
}
.cid-ujODb6vISK h5 {
  margin: 0;
}
.cid-ujODb6vISK .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujODb6vISK .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujODb6vISK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujODb6vISK .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujODb6vISK .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujODb6vISK .item-wrapper {
    height: auto;
  }
}
.cid-ujODb6vISK .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujODb6vISK .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujODb6vISK .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujODb6vISK .mbr-text,
.cid-ujODb6vISK .item .mbr-section-btn {
  text-align: center;
}
.cid-ujODb6vISK .content-head {
  max-width: 800px;
}
.cid-ujODb6vISK .mbr-section-subtitle,
.cid-ujODb6vISK .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujODb6UzYL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujODb6UzYL .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujODb6UzYL .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujODb6UzYL .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujODb6UzYL .social-media {
  margin-top: 1.5rem;
}
.cid-ujODb6UzYL .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujODb6UzYL .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujODb6UzYL .mbr-text,
.cid-ujODb6UzYL .mbr-offer {
  line-height: 1.5;
}
.cid-ujODb6UzYL .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujODb6UzYL .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujODb6UzYL .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujODb6UzYL .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujODb6UzYL .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujODb6UzYL .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujODb6UzYL .container-fluid {
  max-width: 1300px;
}
.cid-ujOISeNo2b {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujOISeNo2b .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujOISeNo2b .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujOISeNo2b .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujOISeNo2b .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujOISeNo2b .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujOISeNo2b .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujOISeNo2b .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujOISeNo2b .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujOISeNo2b .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujOISeNo2b .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujOISeNo2b .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujOISeNo2b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujOISeNo2b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujOISeNo2b .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujOISeNo2b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujOISeNo2b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujOISeNo2b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujOISeNo2b .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujOISeNo2b .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujOISeNo2b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujOISeNo2b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujOISeNo2b .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujOISeNo2b .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujOISeNo2b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujOISeNo2b .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujOISeNo2b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujOISeNo2b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujOISeNo2b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujOISeNo2b .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujOISeNo2b .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujOISeNo2b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujOISeNo2b .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujOISeNo2b .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujOISeNo2b .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujOISeNo2b .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujOISeNo2b .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujOISeNo2b .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujOISeNo2b .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujOISeNo2b .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujOISeNo2b .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujOISeNo2b .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujOISeNo2b .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujOISeNo2b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujOISeNo2b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujOISeNo2b .dropdown-item.active,
.cid-ujOISeNo2b .dropdown-item:active {
  background-color: transparent;
}
.cid-ujOISeNo2b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujOISeNo2b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujOISeNo2b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujOISeNo2b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujOISeNo2b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujOISeNo2b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujOISeNo2b ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujOISeNo2b .navbar-buttons {
  text-align: center;
}
.cid-ujOISeNo2b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujOISeNo2b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujOISeNo2b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujOISeNo2b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujOISeNo2b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujOISeNo2b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujOISeNo2b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujOISeNo2b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujOISeNo2b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujOISeNo2b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujOISeNo2b a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujOISeNo2b .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujOISeNo2b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujOISeNo2b .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujOISeNo2b .nav-link:hover,
.cid-ujOISeNo2b .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujOISeNo2b .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujOISeNo2b .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujOISeNo2b .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujOISfPG0w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOISfPG0w img,
.cid-ujOISfPG0w .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOISfPG0w .item:focus,
.cid-ujOISfPG0w span:focus {
  outline: none;
}
.cid-ujOISfPG0w .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOISfPG0w .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOISfPG0w h5 {
  margin: 0;
}
.cid-ujOISfPG0w .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOISfPG0w .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOISfPG0w .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOISfPG0w .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOISfPG0w .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOISfPG0w .item-wrapper {
    height: auto;
  }
}
.cid-ujOISfPG0w .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujOISfPG0w .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOISfPG0w .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOISfPG0w .mbr-text,
.cid-ujOISfPG0w .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOISfPG0w .content-head {
  max-width: 800px;
}
.cid-ujOISfPG0w .mbr-section-subtitle,
.cid-ujOISfPG0w .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujOISfPG0w .mbr-section-subtitle,
.cid-ujOISfPG0w .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujOISgqKSO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOISgqKSO img,
.cid-ujOISgqKSO .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOISgqKSO .item:focus,
.cid-ujOISgqKSO span:focus {
  outline: none;
}
.cid-ujOISgqKSO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOISgqKSO .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOISgqKSO h5 {
  margin: 0;
}
.cid-ujOISgqKSO .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOISgqKSO .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOISgqKSO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOISgqKSO .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOISgqKSO .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOISgqKSO .item-wrapper {
    height: auto;
  }
}
.cid-ujOISgqKSO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujOISgqKSO .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOISgqKSO .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOISgqKSO .mbr-text,
.cid-ujOISgqKSO .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOISgqKSO .content-head {
  max-width: 800px;
}
.cid-ujOISgqKSO .mbr-section-subtitle,
.cid-ujOISgqKSO .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujOISh1g9Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOISh1g9Z img,
.cid-ujOISh1g9Z .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOISh1g9Z .item:focus,
.cid-ujOISh1g9Z span:focus {
  outline: none;
}
.cid-ujOISh1g9Z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOISh1g9Z .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOISh1g9Z h5 {
  margin: 0;
}
.cid-ujOISh1g9Z .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOISh1g9Z .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOISh1g9Z .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOISh1g9Z .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOISh1g9Z .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOISh1g9Z .item-wrapper {
    height: auto;
  }
}
.cid-ujOISh1g9Z .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujOISh1g9Z .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOISh1g9Z .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOISh1g9Z .mbr-text,
.cid-ujOISh1g9Z .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOISh1g9Z .content-head {
  max-width: 800px;
}
.cid-ujOISh1g9Z .mbr-section-subtitle,
.cid-ujOISh1g9Z .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujOIShBGBR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOIShBGBR img,
.cid-ujOIShBGBR .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOIShBGBR .item:focus,
.cid-ujOIShBGBR span:focus {
  outline: none;
}
.cid-ujOIShBGBR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOIShBGBR .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOIShBGBR h5 {
  margin: 0;
}
.cid-ujOIShBGBR .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOIShBGBR .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOIShBGBR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOIShBGBR .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOIShBGBR .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOIShBGBR .item-wrapper {
    height: auto;
  }
}
.cid-ujOIShBGBR .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujOIShBGBR .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOIShBGBR .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOIShBGBR .mbr-text,
.cid-ujOIShBGBR .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOIShBGBR .content-head {
  max-width: 800px;
}
.cid-ujOIShBGBR .mbr-section-subtitle,
.cid-ujOIShBGBR .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujOISihpDd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOISihpDd img,
.cid-ujOISihpDd .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOISihpDd .item:focus,
.cid-ujOISihpDd span:focus {
  outline: none;
}
.cid-ujOISihpDd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOISihpDd .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOISihpDd h5 {
  margin: 0;
}
.cid-ujOISihpDd .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOISihpDd .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOISihpDd .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOISihpDd .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOISihpDd .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOISihpDd .item-wrapper {
    height: auto;
  }
}
.cid-ujOISihpDd .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujOISihpDd .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOISihpDd .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOISihpDd .mbr-text,
.cid-ujOISihpDd .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOISihpDd .content-head {
  max-width: 800px;
}
.cid-ujOISihpDd .mbr-section-subtitle,
.cid-ujOISihpDd .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujOISiU1Fy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOISiU1Fy img,
.cid-ujOISiU1Fy .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOISiU1Fy .item:focus,
.cid-ujOISiU1Fy span:focus {
  outline: none;
}
.cid-ujOISiU1Fy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOISiU1Fy .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOISiU1Fy h5 {
  margin: 0;
}
.cid-ujOISiU1Fy .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOISiU1Fy .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOISiU1Fy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOISiU1Fy .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOISiU1Fy .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOISiU1Fy .item-wrapper {
    height: auto;
  }
}
.cid-ujOISiU1Fy .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujOISiU1Fy .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOISiU1Fy .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOISiU1Fy .mbr-text,
.cid-ujOISiU1Fy .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOISiU1Fy .content-head {
  max-width: 800px;
}
.cid-ujOISiU1Fy .mbr-section-subtitle,
.cid-ujOISiU1Fy .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujOISjAuMa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOISjAuMa img,
.cid-ujOISjAuMa .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOISjAuMa .item:focus,
.cid-ujOISjAuMa span:focus {
  outline: none;
}
.cid-ujOISjAuMa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOISjAuMa .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOISjAuMa h5 {
  margin: 0;
}
.cid-ujOISjAuMa .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOISjAuMa .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOISjAuMa .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOISjAuMa .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOISjAuMa .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOISjAuMa .item-wrapper {
    height: auto;
  }
}
.cid-ujOISjAuMa .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujOISjAuMa .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOISjAuMa .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOISjAuMa .mbr-text,
.cid-ujOISjAuMa .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOISjAuMa .content-head {
  max-width: 800px;
}
.cid-ujOISjAuMa .mbr-section-subtitle,
.cid-ujOISjAuMa .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujORKLiTGS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujORKLiTGS img,
.cid-ujORKLiTGS .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujORKLiTGS .item:focus,
.cid-ujORKLiTGS span:focus {
  outline: none;
}
.cid-ujORKLiTGS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujORKLiTGS .item {
    margin-bottom: 1rem;
  }
}
.cid-ujORKLiTGS h5 {
  margin: 0;
}
.cid-ujORKLiTGS .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujORKLiTGS .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujORKLiTGS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujORKLiTGS .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujORKLiTGS .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujORKLiTGS .item-wrapper {
    height: auto;
  }
}
.cid-ujORKLiTGS .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujORKLiTGS .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujORKLiTGS .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujORKLiTGS .mbr-text,
.cid-ujORKLiTGS .item .mbr-section-btn {
  text-align: center;
}
.cid-ujORKLiTGS .content-head {
  max-width: 800px;
}
.cid-ujORKLiTGS .mbr-section-subtitle,
.cid-ujORKLiTGS .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujORMIiPSM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujORMIiPSM img,
.cid-ujORMIiPSM .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujORMIiPSM .item:focus,
.cid-ujORMIiPSM span:focus {
  outline: none;
}
.cid-ujORMIiPSM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujORMIiPSM .item {
    margin-bottom: 1rem;
  }
}
.cid-ujORMIiPSM h5 {
  margin: 0;
}
.cid-ujORMIiPSM .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujORMIiPSM .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujORMIiPSM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujORMIiPSM .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujORMIiPSM .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujORMIiPSM .item-wrapper {
    height: auto;
  }
}
.cid-ujORMIiPSM .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujORMIiPSM .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujORMIiPSM .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujORMIiPSM .mbr-text,
.cid-ujORMIiPSM .item .mbr-section-btn {
  text-align: center;
}
.cid-ujORMIiPSM .content-head {
  max-width: 800px;
}
.cid-ujORMIiPSM .mbr-section-subtitle,
.cid-ujORMIiPSM .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujOUX8UNjF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOUX8UNjF img,
.cid-ujOUX8UNjF .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOUX8UNjF .item:focus,
.cid-ujOUX8UNjF span:focus {
  outline: none;
}
.cid-ujOUX8UNjF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOUX8UNjF .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOUX8UNjF h5 {
  margin: 0;
}
.cid-ujOUX8UNjF .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOUX8UNjF .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOUX8UNjF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOUX8UNjF .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOUX8UNjF .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOUX8UNjF .item-wrapper {
    height: auto;
  }
}
.cid-ujOUX8UNjF .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujOUX8UNjF .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOUX8UNjF .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOUX8UNjF .mbr-text,
.cid-ujOUX8UNjF .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOUX8UNjF .content-head {
  max-width: 800px;
}
.cid-ujOUX8UNjF .mbr-section-subtitle,
.cid-ujOUX8UNjF .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujOUZ1ocie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOUZ1ocie img,
.cid-ujOUZ1ocie .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOUZ1ocie .item:focus,
.cid-ujOUZ1ocie span:focus {
  outline: none;
}
.cid-ujOUZ1ocie .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOUZ1ocie .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOUZ1ocie h5 {
  margin: 0;
}
.cid-ujOUZ1ocie .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOUZ1ocie .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOUZ1ocie .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOUZ1ocie .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOUZ1ocie .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOUZ1ocie .item-wrapper {
    height: auto;
  }
}
.cid-ujOUZ1ocie .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujOUZ1ocie .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOUZ1ocie .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOUZ1ocie .mbr-text,
.cid-ujOUZ1ocie .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOUZ1ocie .content-head {
  max-width: 800px;
}
.cid-ujOUZ1ocie .mbr-section-subtitle,
.cid-ujOUZ1ocie .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujOYme8dyb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOYme8dyb img,
.cid-ujOYme8dyb .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOYme8dyb .item:focus,
.cid-ujOYme8dyb span:focus {
  outline: none;
}
.cid-ujOYme8dyb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOYme8dyb .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOYme8dyb h5 {
  margin: 0;
}
.cid-ujOYme8dyb .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOYme8dyb .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOYme8dyb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOYme8dyb .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOYme8dyb .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOYme8dyb .item-wrapper {
    height: auto;
  }
}
.cid-ujOYme8dyb .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujOYme8dyb .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOYme8dyb .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOYme8dyb .mbr-text,
.cid-ujOYme8dyb .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOYme8dyb .content-head {
  max-width: 800px;
}
.cid-ujOYme8dyb .mbr-section-subtitle,
.cid-ujOYme8dyb .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujOYg66pw1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujOYg66pw1 img,
.cid-ujOYg66pw1 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujOYg66pw1 .item:focus,
.cid-ujOYg66pw1 span:focus {
  outline: none;
}
.cid-ujOYg66pw1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujOYg66pw1 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujOYg66pw1 h5 {
  margin: 0;
}
.cid-ujOYg66pw1 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujOYg66pw1 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujOYg66pw1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujOYg66pw1 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujOYg66pw1 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujOYg66pw1 .item-wrapper {
    height: auto;
  }
}
.cid-ujOYg66pw1 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujOYg66pw1 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujOYg66pw1 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujOYg66pw1 .mbr-text,
.cid-ujOYg66pw1 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujOYg66pw1 .content-head {
  max-width: 800px;
}
.cid-ujOYg66pw1 .mbr-section-subtitle,
.cid-ujOYg66pw1 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujOISkccI2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujOISkccI2 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujOISkccI2 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujOISkccI2 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujOISkccI2 .social-media {
  margin-top: 1.5rem;
}
.cid-ujOISkccI2 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujOISkccI2 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujOISkccI2 .mbr-text,
.cid-ujOISkccI2 .mbr-offer {
  line-height: 1.5;
}
.cid-ujOISkccI2 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujOISkccI2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujOISkccI2 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujOISkccI2 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujOISkccI2 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujOISkccI2 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujOISkccI2 .container-fluid {
  max-width: 1300px;
}
.cid-ujQbakh6Id {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujQbakh6Id .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujQbakh6Id .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujQbakh6Id .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujQbakh6Id .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujQbakh6Id .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujQbakh6Id .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujQbakh6Id .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujQbakh6Id .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujQbakh6Id .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujQbakh6Id .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujQbakh6Id .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujQbakh6Id .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujQbakh6Id .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujQbakh6Id .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujQbakh6Id .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujQbakh6Id .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujQbakh6Id .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujQbakh6Id .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujQbakh6Id .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujQbakh6Id .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujQbakh6Id .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujQbakh6Id .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujQbakh6Id .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujQbakh6Id .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujQbakh6Id .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujQbakh6Id .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujQbakh6Id .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujQbakh6Id .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujQbakh6Id .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujQbakh6Id .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujQbakh6Id .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujQbakh6Id .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujQbakh6Id .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujQbakh6Id .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujQbakh6Id .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujQbakh6Id .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujQbakh6Id .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujQbakh6Id .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujQbakh6Id .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujQbakh6Id .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujQbakh6Id .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujQbakh6Id .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujQbakh6Id .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujQbakh6Id .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujQbakh6Id .dropdown-item.active,
.cid-ujQbakh6Id .dropdown-item:active {
  background-color: transparent;
}
.cid-ujQbakh6Id .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujQbakh6Id .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujQbakh6Id .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujQbakh6Id .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujQbakh6Id .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujQbakh6Id .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujQbakh6Id ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujQbakh6Id .navbar-buttons {
  text-align: center;
}
.cid-ujQbakh6Id button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujQbakh6Id button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujQbakh6Id button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujQbakh6Id button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujQbakh6Id button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujQbakh6Id button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujQbakh6Id nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujQbakh6Id nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujQbakh6Id nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujQbakh6Id nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujQbakh6Id a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujQbakh6Id .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujQbakh6Id .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujQbakh6Id .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujQbakh6Id .nav-link:hover,
.cid-ujQbakh6Id .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujQbakh6Id .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujQbakh6Id .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujQbakh6Id .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujQbalqAZW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujQbalqAZW img,
.cid-ujQbalqAZW .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujQbalqAZW .item:focus,
.cid-ujQbalqAZW span:focus {
  outline: none;
}
.cid-ujQbalqAZW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQbalqAZW .item {
    margin-bottom: 1rem;
  }
}
.cid-ujQbalqAZW h5 {
  margin: 0;
}
.cid-ujQbalqAZW .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujQbalqAZW .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujQbalqAZW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujQbalqAZW .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujQbalqAZW .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujQbalqAZW .item-wrapper {
    height: auto;
  }
}
.cid-ujQbalqAZW .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujQbalqAZW .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujQbalqAZW .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujQbalqAZW .mbr-text,
.cid-ujQbalqAZW .item .mbr-section-btn {
  text-align: center;
}
.cid-ujQbalqAZW .content-head {
  max-width: 800px;
}
.cid-ujQbalqAZW .mbr-section-subtitle,
.cid-ujQbalqAZW .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujQbalqAZW .mbr-section-subtitle,
.cid-ujQbalqAZW .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujQbalZI3c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujQbalZI3c img,
.cid-ujQbalZI3c .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujQbalZI3c .item:focus,
.cid-ujQbalZI3c span:focus {
  outline: none;
}
.cid-ujQbalZI3c .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQbalZI3c .item {
    margin-bottom: 1rem;
  }
}
.cid-ujQbalZI3c h5 {
  margin: 0;
}
.cid-ujQbalZI3c .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujQbalZI3c .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujQbalZI3c .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujQbalZI3c .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujQbalZI3c .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujQbalZI3c .item-wrapper {
    height: auto;
  }
}
.cid-ujQbalZI3c .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujQbalZI3c .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujQbalZI3c .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujQbalZI3c .mbr-text,
.cid-ujQbalZI3c .item .mbr-section-btn {
  text-align: center;
}
.cid-ujQbalZI3c .content-head {
  max-width: 800px;
}
.cid-ujQbalZI3c .mbr-section-subtitle,
.cid-ujQbalZI3c .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujQbamDHjC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujQbamDHjC img,
.cid-ujQbamDHjC .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujQbamDHjC .item:focus,
.cid-ujQbamDHjC span:focus {
  outline: none;
}
.cid-ujQbamDHjC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQbamDHjC .item {
    margin-bottom: 1rem;
  }
}
.cid-ujQbamDHjC h5 {
  margin: 0;
}
.cid-ujQbamDHjC .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujQbamDHjC .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujQbamDHjC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujQbamDHjC .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujQbamDHjC .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujQbamDHjC .item-wrapper {
    height: auto;
  }
}
.cid-ujQbamDHjC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujQbamDHjC .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujQbamDHjC .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujQbamDHjC .mbr-text,
.cid-ujQbamDHjC .item .mbr-section-btn {
  text-align: center;
}
.cid-ujQbamDHjC .content-head {
  max-width: 800px;
}
.cid-ujQbamDHjC .mbr-section-subtitle,
.cid-ujQbamDHjC .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujQbani1tg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujQbani1tg img,
.cid-ujQbani1tg .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujQbani1tg .item:focus,
.cid-ujQbani1tg span:focus {
  outline: none;
}
.cid-ujQbani1tg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQbani1tg .item {
    margin-bottom: 1rem;
  }
}
.cid-ujQbani1tg h5 {
  margin: 0;
}
.cid-ujQbani1tg .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujQbani1tg .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujQbani1tg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujQbani1tg .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujQbani1tg .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujQbani1tg .item-wrapper {
    height: auto;
  }
}
.cid-ujQbani1tg .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujQbani1tg .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujQbani1tg .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujQbani1tg .mbr-text,
.cid-ujQbani1tg .item .mbr-section-btn {
  text-align: center;
}
.cid-ujQbani1tg .content-head {
  max-width: 800px;
}
.cid-ujQbani1tg .mbr-section-subtitle,
.cid-ujQbani1tg .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujQbanT1Rp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujQbanT1Rp img,
.cid-ujQbanT1Rp .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujQbanT1Rp .item:focus,
.cid-ujQbanT1Rp span:focus {
  outline: none;
}
.cid-ujQbanT1Rp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQbanT1Rp .item {
    margin-bottom: 1rem;
  }
}
.cid-ujQbanT1Rp h5 {
  margin: 0;
}
.cid-ujQbanT1Rp .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujQbanT1Rp .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujQbanT1Rp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujQbanT1Rp .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujQbanT1Rp .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujQbanT1Rp .item-wrapper {
    height: auto;
  }
}
.cid-ujQbanT1Rp .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujQbanT1Rp .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujQbanT1Rp .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujQbanT1Rp .mbr-text,
.cid-ujQbanT1Rp .item .mbr-section-btn {
  text-align: center;
}
.cid-ujQbanT1Rp .content-head {
  max-width: 800px;
}
.cid-ujQbanT1Rp .mbr-section-subtitle,
.cid-ujQbanT1Rp .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujQbaoICCT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujQbaoICCT img,
.cid-ujQbaoICCT .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujQbaoICCT .item:focus,
.cid-ujQbaoICCT span:focus {
  outline: none;
}
.cid-ujQbaoICCT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQbaoICCT .item {
    margin-bottom: 1rem;
  }
}
.cid-ujQbaoICCT h5 {
  margin: 0;
}
.cid-ujQbaoICCT .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujQbaoICCT .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujQbaoICCT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujQbaoICCT .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujQbaoICCT .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujQbaoICCT .item-wrapper {
    height: auto;
  }
}
.cid-ujQbaoICCT .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujQbaoICCT .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujQbaoICCT .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujQbaoICCT .mbr-text,
.cid-ujQbaoICCT .item .mbr-section-btn {
  text-align: center;
}
.cid-ujQbaoICCT .content-head {
  max-width: 800px;
}
.cid-ujQbaoICCT .mbr-section-subtitle,
.cid-ujQbaoICCT .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujQbapvSl7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujQbapvSl7 img,
.cid-ujQbapvSl7 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujQbapvSl7 .item:focus,
.cid-ujQbapvSl7 span:focus {
  outline: none;
}
.cid-ujQbapvSl7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQbapvSl7 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujQbapvSl7 h5 {
  margin: 0;
}
.cid-ujQbapvSl7 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujQbapvSl7 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujQbapvSl7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujQbapvSl7 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujQbapvSl7 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujQbapvSl7 .item-wrapper {
    height: auto;
  }
}
.cid-ujQbapvSl7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujQbapvSl7 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujQbapvSl7 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujQbapvSl7 .mbr-text,
.cid-ujQbapvSl7 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujQbapvSl7 .content-head {
  max-width: 800px;
}
.cid-ujQbapvSl7 .mbr-section-subtitle,
.cid-ujQbapvSl7 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujQmO9mb0a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujQmO9mb0a img,
.cid-ujQmO9mb0a .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujQmO9mb0a .item:focus,
.cid-ujQmO9mb0a span:focus {
  outline: none;
}
.cid-ujQmO9mb0a .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQmO9mb0a .item {
    margin-bottom: 1rem;
  }
}
.cid-ujQmO9mb0a h5 {
  margin: 0;
}
.cid-ujQmO9mb0a .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujQmO9mb0a .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujQmO9mb0a .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujQmO9mb0a .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujQmO9mb0a .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujQmO9mb0a .item-wrapper {
    height: auto;
  }
}
.cid-ujQmO9mb0a .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujQmO9mb0a .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujQmO9mb0a .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujQmO9mb0a .mbr-text,
.cid-ujQmO9mb0a .item .mbr-section-btn {
  text-align: center;
}
.cid-ujQmO9mb0a .content-head {
  max-width: 800px;
}
.cid-ujQmO9mb0a .mbr-section-subtitle,
.cid-ujQmO9mb0a .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujQoCDhbid {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujQoCDhbid img,
.cid-ujQoCDhbid .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujQoCDhbid .item:focus,
.cid-ujQoCDhbid span:focus {
  outline: none;
}
.cid-ujQoCDhbid .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQoCDhbid .item {
    margin-bottom: 1rem;
  }
}
.cid-ujQoCDhbid h5 {
  margin: 0;
}
.cid-ujQoCDhbid .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujQoCDhbid .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujQoCDhbid .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujQoCDhbid .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujQoCDhbid .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujQoCDhbid .item-wrapper {
    height: auto;
  }
}
.cid-ujQoCDhbid .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujQoCDhbid .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujQoCDhbid .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujQoCDhbid .mbr-text,
.cid-ujQoCDhbid .item .mbr-section-btn {
  text-align: center;
}
.cid-ujQoCDhbid .content-head {
  max-width: 800px;
}
.cid-ujQoCDhbid .mbr-section-subtitle,
.cid-ujQoCDhbid .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujQoDuk6m0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujQoDuk6m0 img,
.cid-ujQoDuk6m0 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujQoDuk6m0 .item:focus,
.cid-ujQoDuk6m0 span:focus {
  outline: none;
}
.cid-ujQoDuk6m0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQoDuk6m0 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujQoDuk6m0 h5 {
  margin: 0;
}
.cid-ujQoDuk6m0 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujQoDuk6m0 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujQoDuk6m0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujQoDuk6m0 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujQoDuk6m0 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujQoDuk6m0 .item-wrapper {
    height: auto;
  }
}
.cid-ujQoDuk6m0 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujQoDuk6m0 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujQoDuk6m0 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujQoDuk6m0 .mbr-text,
.cid-ujQoDuk6m0 .item .mbr-section-btn {
  text-align: center;
}
.cid-ujQoDuk6m0 .content-head {
  max-width: 800px;
}
.cid-ujQoDuk6m0 .mbr-section-subtitle,
.cid-ujQoDuk6m0 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujQbaq3NSq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujQbaq3NSq .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujQbaq3NSq .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujQbaq3NSq .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujQbaq3NSq .social-media {
  margin-top: 1.5rem;
}
.cid-ujQbaq3NSq .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujQbaq3NSq .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujQbaq3NSq .mbr-text,
.cid-ujQbaq3NSq .mbr-offer {
  line-height: 1.5;
}
.cid-ujQbaq3NSq .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujQbaq3NSq .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujQbaq3NSq .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujQbaq3NSq .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujQbaq3NSq .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujQbaq3NSq .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujQbaq3NSq .container-fluid {
  max-width: 1300px;
}
.cid-ujQswEd5tD {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ujQswEd5tD .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ujQswEd5tD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ujQswEd5tD .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ujQswEd5tD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujQswEd5tD .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ujQswEd5tD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ujQswEd5tD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ujQswEd5tD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujQswEd5tD .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ujQswEd5tD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ujQswEd5tD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ujQswEd5tD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujQswEd5tD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ujQswEd5tD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ujQswEd5tD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujQswEd5tD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujQswEd5tD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ujQswEd5tD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ujQswEd5tD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ujQswEd5tD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujQswEd5tD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ujQswEd5tD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ujQswEd5tD .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ujQswEd5tD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujQswEd5tD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ujQswEd5tD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujQswEd5tD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujQswEd5tD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ujQswEd5tD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ujQswEd5tD .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ujQswEd5tD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujQswEd5tD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ujQswEd5tD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ujQswEd5tD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ujQswEd5tD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujQswEd5tD .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ujQswEd5tD .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ujQswEd5tD .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ujQswEd5tD .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ujQswEd5tD .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ujQswEd5tD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujQswEd5tD .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ujQswEd5tD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujQswEd5tD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujQswEd5tD .dropdown-item.active,
.cid-ujQswEd5tD .dropdown-item:active {
  background-color: transparent;
}
.cid-ujQswEd5tD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ujQswEd5tD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujQswEd5tD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujQswEd5tD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujQswEd5tD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ujQswEd5tD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujQswEd5tD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ujQswEd5tD .navbar-buttons {
  text-align: center;
}
.cid-ujQswEd5tD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujQswEd5tD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ujQswEd5tD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujQswEd5tD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujQswEd5tD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujQswEd5tD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujQswEd5tD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujQswEd5tD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujQswEd5tD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujQswEd5tD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujQswEd5tD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ujQswEd5tD .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ujQswEd5tD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ujQswEd5tD .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ujQswEd5tD .nav-link:hover,
.cid-ujQswEd5tD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ujQswEd5tD .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ujQswEd5tD .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ujQswEd5tD .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ujQswGHEWA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujQswGHEWA img,
.cid-ujQswGHEWA .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujQswGHEWA .item:focus,
.cid-ujQswGHEWA span:focus {
  outline: none;
}
.cid-ujQswGHEWA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQswGHEWA .item {
    margin-bottom: 1rem;
  }
}
.cid-ujQswGHEWA h5 {
  margin: 0;
}
.cid-ujQswGHEWA .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujQswGHEWA .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujQswGHEWA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujQswGHEWA .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujQswGHEWA .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujQswGHEWA .item-wrapper {
    height: auto;
  }
}
.cid-ujQswGHEWA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujQswGHEWA .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujQswGHEWA .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujQswGHEWA .mbr-text,
.cid-ujQswGHEWA .item .mbr-section-btn {
  text-align: center;
}
.cid-ujQswGHEWA .content-head {
  max-width: 800px;
}
.cid-ujQswGHEWA .mbr-section-subtitle,
.cid-ujQswGHEWA .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujQswGHEWA .mbr-section-subtitle,
.cid-ujQswGHEWA .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ujQswI23Rj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujQswI23Rj img,
.cid-ujQswI23Rj .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujQswI23Rj .item:focus,
.cid-ujQswI23Rj span:focus {
  outline: none;
}
.cid-ujQswI23Rj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQswI23Rj .item {
    margin-bottom: 1rem;
  }
}
.cid-ujQswI23Rj h5 {
  margin: 0;
}
.cid-ujQswI23Rj .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujQswI23Rj .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujQswI23Rj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujQswI23Rj .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujQswI23Rj .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujQswI23Rj .item-wrapper {
    height: auto;
  }
}
.cid-ujQswI23Rj .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujQswI23Rj .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujQswI23Rj .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujQswI23Rj .mbr-text,
.cid-ujQswI23Rj .item .mbr-section-btn {
  text-align: center;
}
.cid-ujQswI23Rj .content-head {
  max-width: 800px;
}
.cid-ujQswI23Rj .mbr-section-subtitle,
.cid-ujQswI23Rj .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujQswJxGEE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujQswJxGEE img,
.cid-ujQswJxGEE .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujQswJxGEE .item:focus,
.cid-ujQswJxGEE span:focus {
  outline: none;
}
.cid-ujQswJxGEE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQswJxGEE .item {
    margin-bottom: 1rem;
  }
}
.cid-ujQswJxGEE h5 {
  margin: 0;
}
.cid-ujQswJxGEE .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujQswJxGEE .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujQswJxGEE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujQswJxGEE .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujQswJxGEE .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujQswJxGEE .item-wrapper {
    height: auto;
  }
}
.cid-ujQswJxGEE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujQswJxGEE .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujQswJxGEE .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujQswJxGEE .mbr-text,
.cid-ujQswJxGEE .item .mbr-section-btn {
  text-align: center;
}
.cid-ujQswJxGEE .content-head {
  max-width: 800px;
}
.cid-ujQswJxGEE .mbr-section-subtitle,
.cid-ujQswJxGEE .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ujQswKe1zk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ujQswKe1zk img,
.cid-ujQswKe1zk .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ujQswKe1zk .item:focus,
.cid-ujQswKe1zk span:focus {
  outline: none;
}
.cid-ujQswKe1zk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQswKe1zk .item {
    margin-bottom: 1rem;
  }
}
.cid-ujQswKe1zk h5 {
  margin: 0;
}
.cid-ujQswKe1zk .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujQswKe1zk .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ujQswKe1zk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujQswKe1zk .item-wrapper:hover {
  border-color: #000000;
}
.cid-ujQswKe1zk .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ujQswKe1zk .item-wrapper {
    height: auto;
  }
}
.cid-ujQswKe1zk .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ujQswKe1zk .item-title {
  text-align: center;
  color: #000000;
}
.cid-ujQswKe1zk .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ujQswKe1zk .mbr-text,
.cid-ujQswKe1zk .item .mbr-section-btn {
  text-align: center;
}
.cid-ujQswKe1zk .content-head {
  max-width: 800px;
}
.cid-ujQswKe1zk .mbr-section-subtitle,
.cid-ujQswKe1zk .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ujQswMLecm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ujQswMLecm .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ujQswMLecm .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ujQswMLecm .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ujQswMLecm .social-media {
  margin-top: 1.5rem;
}
.cid-ujQswMLecm .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujQswMLecm .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ujQswMLecm .mbr-text,
.cid-ujQswMLecm .mbr-offer {
  line-height: 1.5;
}
.cid-ujQswMLecm .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ujQswMLecm .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujQswMLecm .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ujQswMLecm .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ujQswMLecm .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujQswMLecm .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ujQswMLecm .container-fluid {
  max-width: 1300px;
}
.cid-uk2OTLpzuc {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uk2OTLpzuc .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uk2OTLpzuc .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uk2OTLpzuc .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uk2OTLpzuc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uk2OTLpzuc .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uk2OTLpzuc .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uk2OTLpzuc .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uk2OTLpzuc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uk2OTLpzuc .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uk2OTLpzuc .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uk2OTLpzuc .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uk2OTLpzuc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk2OTLpzuc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uk2OTLpzuc .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uk2OTLpzuc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk2OTLpzuc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk2OTLpzuc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uk2OTLpzuc .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uk2OTLpzuc .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uk2OTLpzuc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk2OTLpzuc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uk2OTLpzuc .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uk2OTLpzuc .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uk2OTLpzuc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk2OTLpzuc .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uk2OTLpzuc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk2OTLpzuc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk2OTLpzuc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uk2OTLpzuc .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uk2OTLpzuc .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uk2OTLpzuc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uk2OTLpzuc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uk2OTLpzuc .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uk2OTLpzuc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uk2OTLpzuc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uk2OTLpzuc .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uk2OTLpzuc .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uk2OTLpzuc .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uk2OTLpzuc .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uk2OTLpzuc .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uk2OTLpzuc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uk2OTLpzuc .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uk2OTLpzuc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk2OTLpzuc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk2OTLpzuc .dropdown-item.active,
.cid-uk2OTLpzuc .dropdown-item:active {
  background-color: transparent;
}
.cid-uk2OTLpzuc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uk2OTLpzuc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk2OTLpzuc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk2OTLpzuc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uk2OTLpzuc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uk2OTLpzuc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uk2OTLpzuc ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uk2OTLpzuc .navbar-buttons {
  text-align: center;
}
.cid-uk2OTLpzuc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uk2OTLpzuc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uk2OTLpzuc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uk2OTLpzuc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uk2OTLpzuc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uk2OTLpzuc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uk2OTLpzuc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uk2OTLpzuc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uk2OTLpzuc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uk2OTLpzuc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uk2OTLpzuc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uk2OTLpzuc .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uk2OTLpzuc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uk2OTLpzuc .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uk2OTLpzuc .nav-link:hover,
.cid-uk2OTLpzuc .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uk2OTLpzuc .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uk2OTLpzuc .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uk2OTLpzuc .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uk2OTMjeBN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk2OTMjeBN img,
.cid-uk2OTMjeBN .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk2OTMjeBN .item:focus,
.cid-uk2OTMjeBN span:focus {
  outline: none;
}
.cid-uk2OTMjeBN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk2OTMjeBN .item {
    margin-bottom: 1rem;
  }
}
.cid-uk2OTMjeBN h5 {
  margin: 0;
}
.cid-uk2OTMjeBN .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk2OTMjeBN .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk2OTMjeBN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk2OTMjeBN .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk2OTMjeBN .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk2OTMjeBN .item-wrapper {
    height: auto;
  }
}
.cid-uk2OTMjeBN .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uk2OTMjeBN .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk2OTMjeBN .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk2OTMjeBN .mbr-text,
.cid-uk2OTMjeBN .item .mbr-section-btn {
  text-align: center;
}
.cid-uk2OTMjeBN .content-head {
  max-width: 800px;
}
.cid-uk2OTMjeBN .mbr-section-subtitle,
.cid-uk2OTMjeBN .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uk2OTMjeBN .mbr-section-subtitle,
.cid-uk2OTMjeBN .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uk2OTMUvaX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk2OTMUvaX img,
.cid-uk2OTMUvaX .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk2OTMUvaX .item:focus,
.cid-uk2OTMUvaX span:focus {
  outline: none;
}
.cid-uk2OTMUvaX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk2OTMUvaX .item {
    margin-bottom: 1rem;
  }
}
.cid-uk2OTMUvaX h5 {
  margin: 0;
}
.cid-uk2OTMUvaX .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk2OTMUvaX .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk2OTMUvaX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk2OTMUvaX .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk2OTMUvaX .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk2OTMUvaX .item-wrapper {
    height: auto;
  }
}
.cid-uk2OTMUvaX .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uk2OTMUvaX .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk2OTMUvaX .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk2OTMUvaX .mbr-text,
.cid-uk2OTMUvaX .item .mbr-section-btn {
  text-align: center;
}
.cid-uk2OTMUvaX .content-head {
  max-width: 800px;
}
.cid-uk2OTMUvaX .mbr-section-subtitle,
.cid-uk2OTMUvaX .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uk2OTNt0Ql {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk2OTNt0Ql img,
.cid-uk2OTNt0Ql .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk2OTNt0Ql .item:focus,
.cid-uk2OTNt0Ql span:focus {
  outline: none;
}
.cid-uk2OTNt0Ql .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk2OTNt0Ql .item {
    margin-bottom: 1rem;
  }
}
.cid-uk2OTNt0Ql h5 {
  margin: 0;
}
.cid-uk2OTNt0Ql .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk2OTNt0Ql .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk2OTNt0Ql .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk2OTNt0Ql .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk2OTNt0Ql .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk2OTNt0Ql .item-wrapper {
    height: auto;
  }
}
.cid-uk2OTNt0Ql .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uk2OTNt0Ql .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk2OTNt0Ql .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk2OTNt0Ql .mbr-text,
.cid-uk2OTNt0Ql .item .mbr-section-btn {
  text-align: center;
}
.cid-uk2OTNt0Ql .content-head {
  max-width: 800px;
}
.cid-uk2OTNt0Ql .mbr-section-subtitle,
.cid-uk2OTNt0Ql .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uk2OTO11C4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk2OTO11C4 img,
.cid-uk2OTO11C4 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk2OTO11C4 .item:focus,
.cid-uk2OTO11C4 span:focus {
  outline: none;
}
.cid-uk2OTO11C4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk2OTO11C4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uk2OTO11C4 h5 {
  margin: 0;
}
.cid-uk2OTO11C4 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk2OTO11C4 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk2OTO11C4 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk2OTO11C4 .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk2OTO11C4 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk2OTO11C4 .item-wrapper {
    height: auto;
  }
}
.cid-uk2OTO11C4 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uk2OTO11C4 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk2OTO11C4 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk2OTO11C4 .mbr-text,
.cid-uk2OTO11C4 .item .mbr-section-btn {
  text-align: center;
}
.cid-uk2OTO11C4 .content-head {
  max-width: 800px;
}
.cid-uk2OTO11C4 .mbr-section-subtitle,
.cid-uk2OTO11C4 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uk3jD4kmfJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk3jD4kmfJ img,
.cid-uk3jD4kmfJ .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk3jD4kmfJ .item:focus,
.cid-uk3jD4kmfJ span:focus {
  outline: none;
}
.cid-uk3jD4kmfJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk3jD4kmfJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uk3jD4kmfJ h5 {
  margin: 0;
}
.cid-uk3jD4kmfJ .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk3jD4kmfJ .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk3jD4kmfJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk3jD4kmfJ .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk3jD4kmfJ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk3jD4kmfJ .item-wrapper {
    height: auto;
  }
}
.cid-uk3jD4kmfJ .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uk3jD4kmfJ .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk3jD4kmfJ .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk3jD4kmfJ .mbr-text,
.cid-uk3jD4kmfJ .item .mbr-section-btn {
  text-align: center;
}
.cid-uk3jD4kmfJ .content-head {
  max-width: 800px;
}
.cid-uk3jD4kmfJ .mbr-section-subtitle,
.cid-uk3jD4kmfJ .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uk3jBCUEQu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk3jBCUEQu img,
.cid-uk3jBCUEQu .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk3jBCUEQu .item:focus,
.cid-uk3jBCUEQu span:focus {
  outline: none;
}
.cid-uk3jBCUEQu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk3jBCUEQu .item {
    margin-bottom: 1rem;
  }
}
.cid-uk3jBCUEQu h5 {
  margin: 0;
}
.cid-uk3jBCUEQu .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk3jBCUEQu .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk3jBCUEQu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk3jBCUEQu .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk3jBCUEQu .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk3jBCUEQu .item-wrapper {
    height: auto;
  }
}
.cid-uk3jBCUEQu .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uk3jBCUEQu .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk3jBCUEQu .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk3jBCUEQu .mbr-text,
.cid-uk3jBCUEQu .item .mbr-section-btn {
  text-align: center;
}
.cid-uk3jBCUEQu .content-head {
  max-width: 800px;
}
.cid-uk3jBCUEQu .mbr-section-subtitle,
.cid-uk3jBCUEQu .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uk3nVg8wzA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk3nVg8wzA img,
.cid-uk3nVg8wzA .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk3nVg8wzA .item:focus,
.cid-uk3nVg8wzA span:focus {
  outline: none;
}
.cid-uk3nVg8wzA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk3nVg8wzA .item {
    margin-bottom: 1rem;
  }
}
.cid-uk3nVg8wzA h5 {
  margin: 0;
}
.cid-uk3nVg8wzA .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk3nVg8wzA .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk3nVg8wzA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk3nVg8wzA .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk3nVg8wzA .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk3nVg8wzA .item-wrapper {
    height: auto;
  }
}
.cid-uk3nVg8wzA .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uk3nVg8wzA .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk3nVg8wzA .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk3nVg8wzA .mbr-text,
.cid-uk3nVg8wzA .item .mbr-section-btn {
  text-align: center;
}
.cid-uk3nVg8wzA .content-head {
  max-width: 800px;
}
.cid-uk3nVg8wzA .mbr-section-subtitle,
.cid-uk3nVg8wzA .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uk3rnriXUi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk3rnriXUi img,
.cid-uk3rnriXUi .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk3rnriXUi .item:focus,
.cid-uk3rnriXUi span:focus {
  outline: none;
}
.cid-uk3rnriXUi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk3rnriXUi .item {
    margin-bottom: 1rem;
  }
}
.cid-uk3rnriXUi h5 {
  margin: 0;
}
.cid-uk3rnriXUi .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk3rnriXUi .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk3rnriXUi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk3rnriXUi .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk3rnriXUi .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk3rnriXUi .item-wrapper {
    height: auto;
  }
}
.cid-uk3rnriXUi .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uk3rnriXUi .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk3rnriXUi .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk3rnriXUi .mbr-text,
.cid-uk3rnriXUi .item .mbr-section-btn {
  text-align: center;
}
.cid-uk3rnriXUi .content-head {
  max-width: 800px;
}
.cid-uk3rnriXUi .mbr-section-subtitle,
.cid-uk3rnriXUi .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uk2OTOlU0e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uk2OTOlU0e .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uk2OTOlU0e .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uk2OTOlU0e .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uk2OTOlU0e .social-media {
  margin-top: 1.5rem;
}
.cid-uk2OTOlU0e .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uk2OTOlU0e .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uk2OTOlU0e .mbr-text,
.cid-uk2OTOlU0e .mbr-offer {
  line-height: 1.5;
}
.cid-uk2OTOlU0e .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uk2OTOlU0e .container-fluid {
    padding: 0 1rem;
  }
  .cid-uk2OTOlU0e .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uk2OTOlU0e .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uk2OTOlU0e .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uk2OTOlU0e .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uk2OTOlU0e .container-fluid {
  max-width: 1300px;
}
.cid-uk6wO3tSFb {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uk6wO3tSFb .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uk6wO3tSFb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uk6wO3tSFb .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uk6wO3tSFb .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uk6wO3tSFb .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uk6wO3tSFb .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uk6wO3tSFb .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uk6wO3tSFb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uk6wO3tSFb .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uk6wO3tSFb .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uk6wO3tSFb .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uk6wO3tSFb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk6wO3tSFb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uk6wO3tSFb .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uk6wO3tSFb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk6wO3tSFb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk6wO3tSFb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uk6wO3tSFb .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uk6wO3tSFb .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uk6wO3tSFb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk6wO3tSFb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uk6wO3tSFb .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uk6wO3tSFb .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uk6wO3tSFb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk6wO3tSFb .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uk6wO3tSFb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk6wO3tSFb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk6wO3tSFb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uk6wO3tSFb .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uk6wO3tSFb .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uk6wO3tSFb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uk6wO3tSFb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uk6wO3tSFb .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uk6wO3tSFb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uk6wO3tSFb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uk6wO3tSFb .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uk6wO3tSFb .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uk6wO3tSFb .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uk6wO3tSFb .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uk6wO3tSFb .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uk6wO3tSFb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uk6wO3tSFb .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uk6wO3tSFb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk6wO3tSFb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk6wO3tSFb .dropdown-item.active,
.cid-uk6wO3tSFb .dropdown-item:active {
  background-color: transparent;
}
.cid-uk6wO3tSFb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uk6wO3tSFb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk6wO3tSFb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk6wO3tSFb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uk6wO3tSFb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uk6wO3tSFb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uk6wO3tSFb ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uk6wO3tSFb .navbar-buttons {
  text-align: center;
}
.cid-uk6wO3tSFb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uk6wO3tSFb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uk6wO3tSFb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uk6wO3tSFb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uk6wO3tSFb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uk6wO3tSFb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uk6wO3tSFb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uk6wO3tSFb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uk6wO3tSFb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uk6wO3tSFb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uk6wO3tSFb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uk6wO3tSFb .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uk6wO3tSFb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uk6wO3tSFb .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uk6wO3tSFb .nav-link:hover,
.cid-uk6wO3tSFb .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uk6wO3tSFb .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uk6wO3tSFb .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uk6wO3tSFb .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uk6wO4pva9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk6wO4pva9 img,
.cid-uk6wO4pva9 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk6wO4pva9 .item:focus,
.cid-uk6wO4pva9 span:focus {
  outline: none;
}
.cid-uk6wO4pva9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk6wO4pva9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uk6wO4pva9 h5 {
  margin: 0;
}
.cid-uk6wO4pva9 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk6wO4pva9 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk6wO4pva9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk6wO4pva9 .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk6wO4pva9 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk6wO4pva9 .item-wrapper {
    height: auto;
  }
}
.cid-uk6wO4pva9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uk6wO4pva9 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk6wO4pva9 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk6wO4pva9 .mbr-text,
.cid-uk6wO4pva9 .item .mbr-section-btn {
  text-align: center;
}
.cid-uk6wO4pva9 .content-head {
  max-width: 800px;
}
.cid-uk6wO4pva9 .mbr-section-subtitle,
.cid-uk6wO4pva9 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uk6wO4pva9 .mbr-section-subtitle,
.cid-uk6wO4pva9 .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uk6wO4Yefi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk6wO4Yefi img,
.cid-uk6wO4Yefi .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk6wO4Yefi .item:focus,
.cid-uk6wO4Yefi span:focus {
  outline: none;
}
.cid-uk6wO4Yefi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk6wO4Yefi .item {
    margin-bottom: 1rem;
  }
}
.cid-uk6wO4Yefi h5 {
  margin: 0;
}
.cid-uk6wO4Yefi .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk6wO4Yefi .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk6wO4Yefi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk6wO4Yefi .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk6wO4Yefi .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk6wO4Yefi .item-wrapper {
    height: auto;
  }
}
.cid-uk6wO4Yefi .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uk6wO4Yefi .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk6wO4Yefi .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk6wO4Yefi .mbr-text,
.cid-uk6wO4Yefi .item .mbr-section-btn {
  text-align: center;
}
.cid-uk6wO4Yefi .content-head {
  max-width: 800px;
}
.cid-uk6wO4Yefi .mbr-section-subtitle,
.cid-uk6wO4Yefi .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uk6wO5y3e0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uk6wO5y3e0 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uk6wO5y3e0 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uk6wO5y3e0 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uk6wO5y3e0 .social-media {
  margin-top: 1.5rem;
}
.cid-uk6wO5y3e0 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uk6wO5y3e0 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uk6wO5y3e0 .mbr-text,
.cid-uk6wO5y3e0 .mbr-offer {
  line-height: 1.5;
}
.cid-uk6wO5y3e0 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uk6wO5y3e0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uk6wO5y3e0 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uk6wO5y3e0 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uk6wO5y3e0 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uk6wO5y3e0 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uk6wO5y3e0 .container-fluid {
  max-width: 1300px;
}
.cid-uk6A62DFie {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uk6A62DFie .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uk6A62DFie .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uk6A62DFie .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uk6A62DFie .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uk6A62DFie .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uk6A62DFie .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uk6A62DFie .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uk6A62DFie .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uk6A62DFie .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uk6A62DFie .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uk6A62DFie .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uk6A62DFie .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk6A62DFie .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uk6A62DFie .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uk6A62DFie .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk6A62DFie .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk6A62DFie .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uk6A62DFie .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uk6A62DFie .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uk6A62DFie .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk6A62DFie .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uk6A62DFie .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uk6A62DFie .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uk6A62DFie .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk6A62DFie .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uk6A62DFie .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk6A62DFie .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk6A62DFie .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uk6A62DFie .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uk6A62DFie .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uk6A62DFie .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uk6A62DFie .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uk6A62DFie .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uk6A62DFie .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uk6A62DFie .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uk6A62DFie .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uk6A62DFie .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uk6A62DFie .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uk6A62DFie .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uk6A62DFie .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uk6A62DFie .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uk6A62DFie .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uk6A62DFie .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk6A62DFie .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk6A62DFie .dropdown-item.active,
.cid-uk6A62DFie .dropdown-item:active {
  background-color: transparent;
}
.cid-uk6A62DFie .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uk6A62DFie .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk6A62DFie .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk6A62DFie .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uk6A62DFie .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uk6A62DFie .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uk6A62DFie ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uk6A62DFie .navbar-buttons {
  text-align: center;
}
.cid-uk6A62DFie button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uk6A62DFie button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uk6A62DFie button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uk6A62DFie button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uk6A62DFie button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uk6A62DFie button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uk6A62DFie nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uk6A62DFie nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uk6A62DFie nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uk6A62DFie nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uk6A62DFie a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uk6A62DFie .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uk6A62DFie .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uk6A62DFie .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uk6A62DFie .nav-link:hover,
.cid-uk6A62DFie .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uk6A62DFie .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uk6A62DFie .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uk6A62DFie .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uk6A63MMmb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk6A63MMmb img,
.cid-uk6A63MMmb .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk6A63MMmb .item:focus,
.cid-uk6A63MMmb span:focus {
  outline: none;
}
.cid-uk6A63MMmb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk6A63MMmb .item {
    margin-bottom: 1rem;
  }
}
.cid-uk6A63MMmb h5 {
  margin: 0;
}
.cid-uk6A63MMmb .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk6A63MMmb .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk6A63MMmb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk6A63MMmb .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk6A63MMmb .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk6A63MMmb .item-wrapper {
    height: auto;
  }
}
.cid-uk6A63MMmb .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uk6A63MMmb .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk6A63MMmb .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk6A63MMmb .mbr-text,
.cid-uk6A63MMmb .item .mbr-section-btn {
  text-align: center;
}
.cid-uk6A63MMmb .content-head {
  max-width: 800px;
}
.cid-uk6A63MMmb .mbr-section-subtitle,
.cid-uk6A63MMmb .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uk6A63MMmb .mbr-section-subtitle,
.cid-uk6A63MMmb .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uk6A64MmOi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uk6A64MmOi .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uk6A64MmOi .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uk6A64MmOi .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uk6A64MmOi .social-media {
  margin-top: 1.5rem;
}
.cid-uk6A64MmOi .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uk6A64MmOi .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uk6A64MmOi .mbr-text,
.cid-uk6A64MmOi .mbr-offer {
  line-height: 1.5;
}
.cid-uk6A64MmOi .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uk6A64MmOi .container-fluid {
    padding: 0 1rem;
  }
  .cid-uk6A64MmOi .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uk6A64MmOi .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uk6A64MmOi .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uk6A64MmOi .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uk6A64MmOi .container-fluid {
  max-width: 1300px;
}
.cid-uk6CnH4vqa {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uk6CnH4vqa .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uk6CnH4vqa .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uk6CnH4vqa .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uk6CnH4vqa .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uk6CnH4vqa .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uk6CnH4vqa .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uk6CnH4vqa .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uk6CnH4vqa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uk6CnH4vqa .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uk6CnH4vqa .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uk6CnH4vqa .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uk6CnH4vqa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk6CnH4vqa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uk6CnH4vqa .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uk6CnH4vqa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk6CnH4vqa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk6CnH4vqa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uk6CnH4vqa .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uk6CnH4vqa .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uk6CnH4vqa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk6CnH4vqa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uk6CnH4vqa .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uk6CnH4vqa .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uk6CnH4vqa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk6CnH4vqa .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uk6CnH4vqa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk6CnH4vqa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk6CnH4vqa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uk6CnH4vqa .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uk6CnH4vqa .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uk6CnH4vqa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uk6CnH4vqa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uk6CnH4vqa .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uk6CnH4vqa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uk6CnH4vqa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uk6CnH4vqa .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uk6CnH4vqa .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uk6CnH4vqa .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uk6CnH4vqa .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uk6CnH4vqa .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uk6CnH4vqa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uk6CnH4vqa .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uk6CnH4vqa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk6CnH4vqa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk6CnH4vqa .dropdown-item.active,
.cid-uk6CnH4vqa .dropdown-item:active {
  background-color: transparent;
}
.cid-uk6CnH4vqa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uk6CnH4vqa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk6CnH4vqa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk6CnH4vqa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uk6CnH4vqa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uk6CnH4vqa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uk6CnH4vqa ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uk6CnH4vqa .navbar-buttons {
  text-align: center;
}
.cid-uk6CnH4vqa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uk6CnH4vqa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uk6CnH4vqa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uk6CnH4vqa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uk6CnH4vqa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uk6CnH4vqa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uk6CnH4vqa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uk6CnH4vqa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uk6CnH4vqa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uk6CnH4vqa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uk6CnH4vqa a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uk6CnH4vqa .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uk6CnH4vqa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uk6CnH4vqa .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uk6CnH4vqa .nav-link:hover,
.cid-uk6CnH4vqa .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uk6CnH4vqa .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uk6CnH4vqa .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uk6CnH4vqa .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uk6CnI709H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk6CnI709H img,
.cid-uk6CnI709H .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk6CnI709H .item:focus,
.cid-uk6CnI709H span:focus {
  outline: none;
}
.cid-uk6CnI709H .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk6CnI709H .item {
    margin-bottom: 1rem;
  }
}
.cid-uk6CnI709H h5 {
  margin: 0;
}
.cid-uk6CnI709H .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk6CnI709H .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk6CnI709H .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk6CnI709H .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk6CnI709H .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk6CnI709H .item-wrapper {
    height: auto;
  }
}
.cid-uk6CnI709H .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uk6CnI709H .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk6CnI709H .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk6CnI709H .mbr-text,
.cid-uk6CnI709H .item .mbr-section-btn {
  text-align: center;
}
.cid-uk6CnI709H .content-head {
  max-width: 800px;
}
.cid-uk6CnI709H .mbr-section-subtitle,
.cid-uk6CnI709H .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uk6CnI709H .mbr-section-subtitle,
.cid-uk6CnI709H .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uk6CnIJ1vn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk6CnIJ1vn img,
.cid-uk6CnIJ1vn .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk6CnIJ1vn .item:focus,
.cid-uk6CnIJ1vn span:focus {
  outline: none;
}
.cid-uk6CnIJ1vn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk6CnIJ1vn .item {
    margin-bottom: 1rem;
  }
}
.cid-uk6CnIJ1vn h5 {
  margin: 0;
}
.cid-uk6CnIJ1vn .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk6CnIJ1vn .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk6CnIJ1vn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk6CnIJ1vn .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk6CnIJ1vn .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk6CnIJ1vn .item-wrapper {
    height: auto;
  }
}
.cid-uk6CnIJ1vn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uk6CnIJ1vn .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk6CnIJ1vn .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk6CnIJ1vn .mbr-text,
.cid-uk6CnIJ1vn .item .mbr-section-btn {
  text-align: center;
}
.cid-uk6CnIJ1vn .content-head {
  max-width: 800px;
}
.cid-uk6CnIJ1vn .mbr-section-subtitle,
.cid-uk6CnIJ1vn .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uk6CnJjQiB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk6CnJjQiB img,
.cid-uk6CnJjQiB .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk6CnJjQiB .item:focus,
.cid-uk6CnJjQiB span:focus {
  outline: none;
}
.cid-uk6CnJjQiB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk6CnJjQiB .item {
    margin-bottom: 1rem;
  }
}
.cid-uk6CnJjQiB h5 {
  margin: 0;
}
.cid-uk6CnJjQiB .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk6CnJjQiB .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk6CnJjQiB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk6CnJjQiB .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk6CnJjQiB .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk6CnJjQiB .item-wrapper {
    height: auto;
  }
}
.cid-uk6CnJjQiB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uk6CnJjQiB .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk6CnJjQiB .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk6CnJjQiB .mbr-text,
.cid-uk6CnJjQiB .item .mbr-section-btn {
  text-align: center;
}
.cid-uk6CnJjQiB .content-head {
  max-width: 800px;
}
.cid-uk6CnJjQiB .mbr-section-subtitle,
.cid-uk6CnJjQiB .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uk6CnJWjy2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk6CnJWjy2 img,
.cid-uk6CnJWjy2 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk6CnJWjy2 .item:focus,
.cid-uk6CnJWjy2 span:focus {
  outline: none;
}
.cid-uk6CnJWjy2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk6CnJWjy2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uk6CnJWjy2 h5 {
  margin: 0;
}
.cid-uk6CnJWjy2 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk6CnJWjy2 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk6CnJWjy2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk6CnJWjy2 .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk6CnJWjy2 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk6CnJWjy2 .item-wrapper {
    height: auto;
  }
}
.cid-uk6CnJWjy2 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uk6CnJWjy2 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk6CnJWjy2 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk6CnJWjy2 .mbr-text,
.cid-uk6CnJWjy2 .item .mbr-section-btn {
  text-align: center;
}
.cid-uk6CnJWjy2 .content-head {
  max-width: 800px;
}
.cid-uk6CnJWjy2 .mbr-section-subtitle,
.cid-uk6CnJWjy2 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uk6CnKEodL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk6CnKEodL img,
.cid-uk6CnKEodL .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk6CnKEodL .item:focus,
.cid-uk6CnKEodL span:focus {
  outline: none;
}
.cid-uk6CnKEodL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk6CnKEodL .item {
    margin-bottom: 1rem;
  }
}
.cid-uk6CnKEodL h5 {
  margin: 0;
}
.cid-uk6CnKEodL .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk6CnKEodL .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk6CnKEodL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk6CnKEodL .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk6CnKEodL .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk6CnKEodL .item-wrapper {
    height: auto;
  }
}
.cid-uk6CnKEodL .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uk6CnKEodL .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk6CnKEodL .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk6CnKEodL .mbr-text,
.cid-uk6CnKEodL .item .mbr-section-btn {
  text-align: center;
}
.cid-uk6CnKEodL .content-head {
  max-width: 800px;
}
.cid-uk6CnKEodL .mbr-section-subtitle,
.cid-uk6CnKEodL .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uk6CnLhyW1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk6CnLhyW1 img,
.cid-uk6CnLhyW1 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk6CnLhyW1 .item:focus,
.cid-uk6CnLhyW1 span:focus {
  outline: none;
}
.cid-uk6CnLhyW1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk6CnLhyW1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uk6CnLhyW1 h5 {
  margin: 0;
}
.cid-uk6CnLhyW1 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk6CnLhyW1 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk6CnLhyW1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk6CnLhyW1 .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk6CnLhyW1 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk6CnLhyW1 .item-wrapper {
    height: auto;
  }
}
.cid-uk6CnLhyW1 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uk6CnLhyW1 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk6CnLhyW1 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk6CnLhyW1 .mbr-text,
.cid-uk6CnLhyW1 .item .mbr-section-btn {
  text-align: center;
}
.cid-uk6CnLhyW1 .content-head {
  max-width: 800px;
}
.cid-uk6CnLhyW1 .mbr-section-subtitle,
.cid-uk6CnLhyW1 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uk6CnLUCFM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uk6CnLUCFM img,
.cid-uk6CnLUCFM .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uk6CnLUCFM .item:focus,
.cid-uk6CnLUCFM span:focus {
  outline: none;
}
.cid-uk6CnLUCFM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk6CnLUCFM .item {
    margin-bottom: 1rem;
  }
}
.cid-uk6CnLUCFM h5 {
  margin: 0;
}
.cid-uk6CnLUCFM .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk6CnLUCFM .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uk6CnLUCFM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uk6CnLUCFM .item-wrapper:hover {
  border-color: #000000;
}
.cid-uk6CnLUCFM .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uk6CnLUCFM .item-wrapper {
    height: auto;
  }
}
.cid-uk6CnLUCFM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uk6CnLUCFM .item-title {
  text-align: center;
  color: #000000;
}
.cid-uk6CnLUCFM .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uk6CnLUCFM .mbr-text,
.cid-uk6CnLUCFM .item .mbr-section-btn {
  text-align: center;
}
.cid-uk6CnLUCFM .content-head {
  max-width: 800px;
}
.cid-uk6CnLUCFM .mbr-section-subtitle,
.cid-uk6CnLUCFM .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uk6CnMv5xY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uk6CnMv5xY .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uk6CnMv5xY .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uk6CnMv5xY .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uk6CnMv5xY .social-media {
  margin-top: 1.5rem;
}
.cid-uk6CnMv5xY .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uk6CnMv5xY .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uk6CnMv5xY .mbr-text,
.cid-uk6CnMv5xY .mbr-offer {
  line-height: 1.5;
}
.cid-uk6CnMv5xY .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uk6CnMv5xY .container-fluid {
    padding: 0 1rem;
  }
  .cid-uk6CnMv5xY .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uk6CnMv5xY .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uk6CnMv5xY .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uk6CnMv5xY .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uk6CnMv5xY .container-fluid {
  max-width: 1300px;
}
.cid-ukKSJTmupU {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ukKSJTmupU .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ukKSJTmupU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ukKSJTmupU .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ukKSJTmupU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ukKSJTmupU .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ukKSJTmupU .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ukKSJTmupU .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ukKSJTmupU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukKSJTmupU .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ukKSJTmupU .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ukKSJTmupU .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ukKSJTmupU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukKSJTmupU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ukKSJTmupU .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ukKSJTmupU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukKSJTmupU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukKSJTmupU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukKSJTmupU .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ukKSJTmupU .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ukKSJTmupU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukKSJTmupU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ukKSJTmupU .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ukKSJTmupU .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ukKSJTmupU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukKSJTmupU .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ukKSJTmupU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukKSJTmupU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukKSJTmupU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukKSJTmupU .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ukKSJTmupU .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ukKSJTmupU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukKSJTmupU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ukKSJTmupU .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ukKSJTmupU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ukKSJTmupU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukKSJTmupU .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ukKSJTmupU .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ukKSJTmupU .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ukKSJTmupU .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ukKSJTmupU .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ukKSJTmupU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukKSJTmupU .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ukKSJTmupU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukKSJTmupU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukKSJTmupU .dropdown-item.active,
.cid-ukKSJTmupU .dropdown-item:active {
  background-color: transparent;
}
.cid-ukKSJTmupU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ukKSJTmupU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukKSJTmupU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukKSJTmupU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukKSJTmupU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ukKSJTmupU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukKSJTmupU ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ukKSJTmupU .navbar-buttons {
  text-align: center;
}
.cid-ukKSJTmupU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukKSJTmupU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ukKSJTmupU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukKSJTmupU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukKSJTmupU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukKSJTmupU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukKSJTmupU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukKSJTmupU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukKSJTmupU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukKSJTmupU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukKSJTmupU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ukKSJTmupU .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ukKSJTmupU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ukKSJTmupU .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ukKSJTmupU .nav-link:hover,
.cid-ukKSJTmupU .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ukKSJTmupU .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ukKSJTmupU .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ukKSJTmupU .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ukKSJUt9Xv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ukKSJUt9Xv img,
.cid-ukKSJUt9Xv .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ukKSJUt9Xv .item:focus,
.cid-ukKSJUt9Xv span:focus {
  outline: none;
}
.cid-ukKSJUt9Xv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukKSJUt9Xv .item {
    margin-bottom: 1rem;
  }
}
.cid-ukKSJUt9Xv h5 {
  margin: 0;
}
.cid-ukKSJUt9Xv .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ukKSJUt9Xv .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ukKSJUt9Xv .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ukKSJUt9Xv .item-wrapper:hover {
  border-color: #000000;
}
.cid-ukKSJUt9Xv .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ukKSJUt9Xv .item-wrapper {
    height: auto;
  }
}
.cid-ukKSJUt9Xv .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ukKSJUt9Xv .item-title {
  text-align: center;
  color: #000000;
}
.cid-ukKSJUt9Xv .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ukKSJUt9Xv .mbr-text,
.cid-ukKSJUt9Xv .item .mbr-section-btn {
  text-align: center;
}
.cid-ukKSJUt9Xv .content-head {
  max-width: 800px;
}
.cid-ukKSJUt9Xv .mbr-section-subtitle,
.cid-ukKSJUt9Xv .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ukKSJUt9Xv .mbr-section-subtitle,
.cid-ukKSJUt9Xv .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ukKSJUNiit {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukKSJUNiit .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ukKSJUNiit .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ukKSJUNiit .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ukKSJUNiit .social-media {
  margin-top: 1.5rem;
}
.cid-ukKSJUNiit .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ukKSJUNiit .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ukKSJUNiit .mbr-text,
.cid-ukKSJUNiit .mbr-offer {
  line-height: 1.5;
}
.cid-ukKSJUNiit .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ukKSJUNiit .container-fluid {
    padding: 0 1rem;
  }
  .cid-ukKSJUNiit .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ukKSJUNiit .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ukKSJUNiit .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ukKSJUNiit .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ukKSJUNiit .container-fluid {
  max-width: 1300px;
}
.cid-ukKTyMdNZr {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ukKTyMdNZr .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ukKTyMdNZr .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ukKTyMdNZr .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ukKTyMdNZr .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ukKTyMdNZr .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ukKTyMdNZr .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ukKTyMdNZr .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ukKTyMdNZr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukKTyMdNZr .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ukKTyMdNZr .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ukKTyMdNZr .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ukKTyMdNZr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukKTyMdNZr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ukKTyMdNZr .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ukKTyMdNZr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukKTyMdNZr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukKTyMdNZr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukKTyMdNZr .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ukKTyMdNZr .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ukKTyMdNZr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukKTyMdNZr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ukKTyMdNZr .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ukKTyMdNZr .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ukKTyMdNZr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukKTyMdNZr .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ukKTyMdNZr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukKTyMdNZr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukKTyMdNZr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukKTyMdNZr .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ukKTyMdNZr .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ukKTyMdNZr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukKTyMdNZr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ukKTyMdNZr .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ukKTyMdNZr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ukKTyMdNZr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukKTyMdNZr .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ukKTyMdNZr .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ukKTyMdNZr .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ukKTyMdNZr .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ukKTyMdNZr .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ukKTyMdNZr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukKTyMdNZr .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ukKTyMdNZr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukKTyMdNZr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukKTyMdNZr .dropdown-item.active,
.cid-ukKTyMdNZr .dropdown-item:active {
  background-color: transparent;
}
.cid-ukKTyMdNZr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ukKTyMdNZr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukKTyMdNZr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukKTyMdNZr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukKTyMdNZr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ukKTyMdNZr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukKTyMdNZr ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ukKTyMdNZr .navbar-buttons {
  text-align: center;
}
.cid-ukKTyMdNZr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukKTyMdNZr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ukKTyMdNZr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukKTyMdNZr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukKTyMdNZr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukKTyMdNZr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukKTyMdNZr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukKTyMdNZr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukKTyMdNZr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukKTyMdNZr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukKTyMdNZr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ukKTyMdNZr .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ukKTyMdNZr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ukKTyMdNZr .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ukKTyMdNZr .nav-link:hover,
.cid-ukKTyMdNZr .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ukKTyMdNZr .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ukKTyMdNZr .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ukKTyMdNZr .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ukKTyNdPjN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ukKTyNdPjN img,
.cid-ukKTyNdPjN .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ukKTyNdPjN .item:focus,
.cid-ukKTyNdPjN span:focus {
  outline: none;
}
.cid-ukKTyNdPjN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukKTyNdPjN .item {
    margin-bottom: 1rem;
  }
}
.cid-ukKTyNdPjN h5 {
  margin: 0;
}
.cid-ukKTyNdPjN .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ukKTyNdPjN .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ukKTyNdPjN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ukKTyNdPjN .item-wrapper:hover {
  border-color: #000000;
}
.cid-ukKTyNdPjN .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ukKTyNdPjN .item-wrapper {
    height: auto;
  }
}
.cid-ukKTyNdPjN .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ukKTyNdPjN .item-title {
  text-align: center;
  color: #000000;
}
.cid-ukKTyNdPjN .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ukKTyNdPjN .mbr-text,
.cid-ukKTyNdPjN .item .mbr-section-btn {
  text-align: center;
}
.cid-ukKTyNdPjN .content-head {
  max-width: 800px;
}
.cid-ukKTyNdPjN .mbr-section-subtitle,
.cid-ukKTyNdPjN .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ukKTyNdPjN .mbr-section-subtitle,
.cid-ukKTyNdPjN .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ukKTyOeq47 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukKTyOeq47 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ukKTyOeq47 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ukKTyOeq47 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ukKTyOeq47 .social-media {
  margin-top: 1.5rem;
}
.cid-ukKTyOeq47 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ukKTyOeq47 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ukKTyOeq47 .mbr-text,
.cid-ukKTyOeq47 .mbr-offer {
  line-height: 1.5;
}
.cid-ukKTyOeq47 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ukKTyOeq47 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ukKTyOeq47 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ukKTyOeq47 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ukKTyOeq47 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ukKTyOeq47 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ukKTyOeq47 .container-fluid {
  max-width: 1300px;
}
.cid-ukXomBoiQj {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ukXomBoiQj .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ukXomBoiQj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ukXomBoiQj .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ukXomBoiQj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ukXomBoiQj .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ukXomBoiQj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ukXomBoiQj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ukXomBoiQj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukXomBoiQj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ukXomBoiQj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ukXomBoiQj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ukXomBoiQj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukXomBoiQj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ukXomBoiQj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ukXomBoiQj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukXomBoiQj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukXomBoiQj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukXomBoiQj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ukXomBoiQj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ukXomBoiQj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukXomBoiQj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ukXomBoiQj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ukXomBoiQj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ukXomBoiQj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukXomBoiQj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ukXomBoiQj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukXomBoiQj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukXomBoiQj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukXomBoiQj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ukXomBoiQj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ukXomBoiQj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukXomBoiQj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ukXomBoiQj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ukXomBoiQj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ukXomBoiQj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukXomBoiQj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ukXomBoiQj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ukXomBoiQj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ukXomBoiQj .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ukXomBoiQj .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ukXomBoiQj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukXomBoiQj .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ukXomBoiQj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukXomBoiQj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukXomBoiQj .dropdown-item.active,
.cid-ukXomBoiQj .dropdown-item:active {
  background-color: transparent;
}
.cid-ukXomBoiQj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ukXomBoiQj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukXomBoiQj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukXomBoiQj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukXomBoiQj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ukXomBoiQj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukXomBoiQj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ukXomBoiQj .navbar-buttons {
  text-align: center;
}
.cid-ukXomBoiQj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukXomBoiQj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ukXomBoiQj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukXomBoiQj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukXomBoiQj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukXomBoiQj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukXomBoiQj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukXomBoiQj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukXomBoiQj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukXomBoiQj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukXomBoiQj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ukXomBoiQj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ukXomBoiQj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ukXomBoiQj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ukXomBoiQj .nav-link:hover,
.cid-ukXomBoiQj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ukXomBoiQj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ukXomBoiQj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ukXomBoiQj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ukXomCJysx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ukXomCJysx img,
.cid-ukXomCJysx .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ukXomCJysx .item:focus,
.cid-ukXomCJysx span:focus {
  outline: none;
}
.cid-ukXomCJysx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukXomCJysx .item {
    margin-bottom: 1rem;
  }
}
.cid-ukXomCJysx h5 {
  margin: 0;
}
.cid-ukXomCJysx .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ukXomCJysx .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ukXomCJysx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ukXomCJysx .item-wrapper:hover {
  border-color: #000000;
}
.cid-ukXomCJysx .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ukXomCJysx .item-wrapper {
    height: auto;
  }
}
.cid-ukXomCJysx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ukXomCJysx .item-title {
  text-align: center;
  color: #000000;
}
.cid-ukXomCJysx .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ukXomCJysx .mbr-text,
.cid-ukXomCJysx .item .mbr-section-btn {
  text-align: center;
}
.cid-ukXomCJysx .content-head {
  max-width: 800px;
}
.cid-ukXomCJysx .mbr-section-subtitle,
.cid-ukXomCJysx .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ukXomCJysx .mbr-section-subtitle,
.cid-ukXomCJysx .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ukXrPfKK7Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ukXrPfKK7Q img,
.cid-ukXrPfKK7Q .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ukXrPfKK7Q .item:focus,
.cid-ukXrPfKK7Q span:focus {
  outline: none;
}
.cid-ukXrPfKK7Q .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukXrPfKK7Q .item {
    margin-bottom: 1rem;
  }
}
.cid-ukXrPfKK7Q h5 {
  margin: 0;
}
.cid-ukXrPfKK7Q .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ukXrPfKK7Q .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ukXrPfKK7Q .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ukXrPfKK7Q .item-wrapper:hover {
  border-color: #000000;
}
.cid-ukXrPfKK7Q .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ukXrPfKK7Q .item-wrapper {
    height: auto;
  }
}
.cid-ukXrPfKK7Q .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ukXrPfKK7Q .item-title {
  text-align: center;
  color: #000000;
}
.cid-ukXrPfKK7Q .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ukXrPfKK7Q .mbr-text,
.cid-ukXrPfKK7Q .item .mbr-section-btn {
  text-align: center;
}
.cid-ukXrPfKK7Q .content-head {
  max-width: 800px;
}
.cid-ukXrPfKK7Q .mbr-section-subtitle,
.cid-ukXrPfKK7Q .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ukXomD8gPX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukXomD8gPX .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ukXomD8gPX .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ukXomD8gPX .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ukXomD8gPX .social-media {
  margin-top: 1.5rem;
}
.cid-ukXomD8gPX .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ukXomD8gPX .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ukXomD8gPX .mbr-text,
.cid-ukXomD8gPX .mbr-offer {
  line-height: 1.5;
}
.cid-ukXomD8gPX .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ukXomD8gPX .container-fluid {
    padding: 0 1rem;
  }
  .cid-ukXomD8gPX .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ukXomD8gPX .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ukXomD8gPX .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ukXomD8gPX .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ukXomD8gPX .container-fluid {
  max-width: 1300px;
}
.cid-ukXtYWfkHi {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ukXtYWfkHi .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ukXtYWfkHi .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ukXtYWfkHi .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ukXtYWfkHi .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ukXtYWfkHi .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ukXtYWfkHi .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ukXtYWfkHi .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ukXtYWfkHi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukXtYWfkHi .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ukXtYWfkHi .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ukXtYWfkHi .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ukXtYWfkHi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukXtYWfkHi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ukXtYWfkHi .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ukXtYWfkHi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukXtYWfkHi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukXtYWfkHi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukXtYWfkHi .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ukXtYWfkHi .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ukXtYWfkHi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukXtYWfkHi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ukXtYWfkHi .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ukXtYWfkHi .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ukXtYWfkHi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukXtYWfkHi .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ukXtYWfkHi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukXtYWfkHi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukXtYWfkHi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukXtYWfkHi .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ukXtYWfkHi .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ukXtYWfkHi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukXtYWfkHi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ukXtYWfkHi .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ukXtYWfkHi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ukXtYWfkHi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukXtYWfkHi .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ukXtYWfkHi .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ukXtYWfkHi .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ukXtYWfkHi .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ukXtYWfkHi .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ukXtYWfkHi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukXtYWfkHi .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ukXtYWfkHi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukXtYWfkHi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukXtYWfkHi .dropdown-item.active,
.cid-ukXtYWfkHi .dropdown-item:active {
  background-color: transparent;
}
.cid-ukXtYWfkHi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ukXtYWfkHi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukXtYWfkHi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukXtYWfkHi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukXtYWfkHi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ukXtYWfkHi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukXtYWfkHi ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ukXtYWfkHi .navbar-buttons {
  text-align: center;
}
.cid-ukXtYWfkHi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukXtYWfkHi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ukXtYWfkHi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukXtYWfkHi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukXtYWfkHi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukXtYWfkHi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukXtYWfkHi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukXtYWfkHi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukXtYWfkHi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukXtYWfkHi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukXtYWfkHi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ukXtYWfkHi .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ukXtYWfkHi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ukXtYWfkHi .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ukXtYWfkHi .nav-link:hover,
.cid-ukXtYWfkHi .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ukXtYWfkHi .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ukXtYWfkHi .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ukXtYWfkHi .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ukXtYXnkb0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ukXtYXnkb0 img,
.cid-ukXtYXnkb0 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ukXtYXnkb0 .item:focus,
.cid-ukXtYXnkb0 span:focus {
  outline: none;
}
.cid-ukXtYXnkb0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukXtYXnkb0 .item {
    margin-bottom: 1rem;
  }
}
.cid-ukXtYXnkb0 h5 {
  margin: 0;
}
.cid-ukXtYXnkb0 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ukXtYXnkb0 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ukXtYXnkb0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ukXtYXnkb0 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ukXtYXnkb0 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ukXtYXnkb0 .item-wrapper {
    height: auto;
  }
}
.cid-ukXtYXnkb0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ukXtYXnkb0 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ukXtYXnkb0 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ukXtYXnkb0 .mbr-text,
.cid-ukXtYXnkb0 .item .mbr-section-btn {
  text-align: center;
}
.cid-ukXtYXnkb0 .content-head {
  max-width: 800px;
}
.cid-ukXtYXnkb0 .mbr-section-subtitle,
.cid-ukXtYXnkb0 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ukXtYXnkb0 .mbr-section-subtitle,
.cid-ukXtYXnkb0 .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ukXtYY17r1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ukXtYY17r1 img,
.cid-ukXtYY17r1 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ukXtYY17r1 .item:focus,
.cid-ukXtYY17r1 span:focus {
  outline: none;
}
.cid-ukXtYY17r1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukXtYY17r1 .item {
    margin-bottom: 1rem;
  }
}
.cid-ukXtYY17r1 h5 {
  margin: 0;
}
.cid-ukXtYY17r1 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ukXtYY17r1 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ukXtYY17r1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ukXtYY17r1 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ukXtYY17r1 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ukXtYY17r1 .item-wrapper {
    height: auto;
  }
}
.cid-ukXtYY17r1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ukXtYY17r1 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ukXtYY17r1 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ukXtYY17r1 .mbr-text,
.cid-ukXtYY17r1 .item .mbr-section-btn {
  text-align: center;
}
.cid-ukXtYY17r1 .content-head {
  max-width: 800px;
}
.cid-ukXtYY17r1 .mbr-section-subtitle,
.cid-ukXtYY17r1 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ukXtYYHeHZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ukXtYYHeHZ img,
.cid-ukXtYYHeHZ .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ukXtYYHeHZ .item:focus,
.cid-ukXtYYHeHZ span:focus {
  outline: none;
}
.cid-ukXtYYHeHZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukXtYYHeHZ .item {
    margin-bottom: 1rem;
  }
}
.cid-ukXtYYHeHZ h5 {
  margin: 0;
}
.cid-ukXtYYHeHZ .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ukXtYYHeHZ .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ukXtYYHeHZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ukXtYYHeHZ .item-wrapper:hover {
  border-color: #000000;
}
.cid-ukXtYYHeHZ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ukXtYYHeHZ .item-wrapper {
    height: auto;
  }
}
.cid-ukXtYYHeHZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ukXtYYHeHZ .item-title {
  text-align: center;
  color: #000000;
}
.cid-ukXtYYHeHZ .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ukXtYYHeHZ .mbr-text,
.cid-ukXtYYHeHZ .item .mbr-section-btn {
  text-align: center;
}
.cid-ukXtYYHeHZ .content-head {
  max-width: 800px;
}
.cid-ukXtYYHeHZ .mbr-section-subtitle,
.cid-ukXtYYHeHZ .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ukXtYZq0Sc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ukXtYZq0Sc img,
.cid-ukXtYZq0Sc .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ukXtYZq0Sc .item:focus,
.cid-ukXtYZq0Sc span:focus {
  outline: none;
}
.cid-ukXtYZq0Sc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukXtYZq0Sc .item {
    margin-bottom: 1rem;
  }
}
.cid-ukXtYZq0Sc h5 {
  margin: 0;
}
.cid-ukXtYZq0Sc .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ukXtYZq0Sc .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ukXtYZq0Sc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ukXtYZq0Sc .item-wrapper:hover {
  border-color: #000000;
}
.cid-ukXtYZq0Sc .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ukXtYZq0Sc .item-wrapper {
    height: auto;
  }
}
.cid-ukXtYZq0Sc .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ukXtYZq0Sc .item-title {
  text-align: center;
  color: #000000;
}
.cid-ukXtYZq0Sc .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ukXtYZq0Sc .mbr-text,
.cid-ukXtYZq0Sc .item .mbr-section-btn {
  text-align: center;
}
.cid-ukXtYZq0Sc .content-head {
  max-width: 800px;
}
.cid-ukXtYZq0Sc .mbr-section-subtitle,
.cid-ukXtYZq0Sc .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ukXxUXBT7K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ukXxUXBT7K img,
.cid-ukXxUXBT7K .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ukXxUXBT7K .item:focus,
.cid-ukXxUXBT7K span:focus {
  outline: none;
}
.cid-ukXxUXBT7K .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukXxUXBT7K .item {
    margin-bottom: 1rem;
  }
}
.cid-ukXxUXBT7K h5 {
  margin: 0;
}
.cid-ukXxUXBT7K .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ukXxUXBT7K .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ukXxUXBT7K .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ukXxUXBT7K .item-wrapper:hover {
  border-color: #000000;
}
.cid-ukXxUXBT7K .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ukXxUXBT7K .item-wrapper {
    height: auto;
  }
}
.cid-ukXxUXBT7K .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ukXxUXBT7K .item-title {
  text-align: center;
  color: #000000;
}
.cid-ukXxUXBT7K .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ukXxUXBT7K .mbr-text,
.cid-ukXxUXBT7K .item .mbr-section-btn {
  text-align: center;
}
.cid-ukXxUXBT7K .content-head {
  max-width: 800px;
}
.cid-ukXxUXBT7K .mbr-section-subtitle,
.cid-ukXxUXBT7K .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ukXxUbep1l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ukXxUbep1l img,
.cid-ukXxUbep1l .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ukXxUbep1l .item:focus,
.cid-ukXxUbep1l span:focus {
  outline: none;
}
.cid-ukXxUbep1l .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukXxUbep1l .item {
    margin-bottom: 1rem;
  }
}
.cid-ukXxUbep1l h5 {
  margin: 0;
}
.cid-ukXxUbep1l .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ukXxUbep1l .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ukXxUbep1l .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ukXxUbep1l .item-wrapper:hover {
  border-color: #000000;
}
.cid-ukXxUbep1l .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ukXxUbep1l .item-wrapper {
    height: auto;
  }
}
.cid-ukXxUbep1l .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ukXxUbep1l .item-title {
  text-align: center;
  color: #000000;
}
.cid-ukXxUbep1l .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ukXxUbep1l .mbr-text,
.cid-ukXxUbep1l .item .mbr-section-btn {
  text-align: center;
}
.cid-ukXxUbep1l .content-head {
  max-width: 800px;
}
.cid-ukXxUbep1l .mbr-section-subtitle,
.cid-ukXxUbep1l .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ukXtZ07w56 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ukXtZ07w56 img,
.cid-ukXtZ07w56 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ukXtZ07w56 .item:focus,
.cid-ukXtZ07w56 span:focus {
  outline: none;
}
.cid-ukXtZ07w56 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukXtZ07w56 .item {
    margin-bottom: 1rem;
  }
}
.cid-ukXtZ07w56 h5 {
  margin: 0;
}
.cid-ukXtZ07w56 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ukXtZ07w56 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ukXtZ07w56 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ukXtZ07w56 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ukXtZ07w56 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ukXtZ07w56 .item-wrapper {
    height: auto;
  }
}
.cid-ukXtZ07w56 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ukXtZ07w56 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ukXtZ07w56 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ukXtZ07w56 .mbr-text,
.cid-ukXtZ07w56 .item .mbr-section-btn {
  text-align: center;
}
.cid-ukXtZ07w56 .content-head {
  max-width: 800px;
}
.cid-ukXtZ07w56 .mbr-section-subtitle,
.cid-ukXtZ07w56 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ukXtZ0xlIo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukXtZ0xlIo .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ukXtZ0xlIo .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ukXtZ0xlIo .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ukXtZ0xlIo .social-media {
  margin-top: 1.5rem;
}
.cid-ukXtZ0xlIo .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ukXtZ0xlIo .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ukXtZ0xlIo .mbr-text,
.cid-ukXtZ0xlIo .mbr-offer {
  line-height: 1.5;
}
.cid-ukXtZ0xlIo .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ukXtZ0xlIo .container-fluid {
    padding: 0 1rem;
  }
  .cid-ukXtZ0xlIo .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ukXtZ0xlIo .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ukXtZ0xlIo .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ukXtZ0xlIo .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ukXtZ0xlIo .container-fluid {
  max-width: 1300px;
}
.cid-ukXHES0yVY {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ukXHES0yVY .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ukXHES0yVY .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ukXHES0yVY .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ukXHES0yVY .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ukXHES0yVY .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ukXHES0yVY .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ukXHES0yVY .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ukXHES0yVY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukXHES0yVY .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ukXHES0yVY .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ukXHES0yVY .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ukXHES0yVY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukXHES0yVY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ukXHES0yVY .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ukXHES0yVY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukXHES0yVY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukXHES0yVY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukXHES0yVY .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ukXHES0yVY .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ukXHES0yVY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukXHES0yVY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ukXHES0yVY .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ukXHES0yVY .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ukXHES0yVY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukXHES0yVY .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ukXHES0yVY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukXHES0yVY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukXHES0yVY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukXHES0yVY .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ukXHES0yVY .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ukXHES0yVY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukXHES0yVY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ukXHES0yVY .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ukXHES0yVY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ukXHES0yVY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukXHES0yVY .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ukXHES0yVY .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ukXHES0yVY .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ukXHES0yVY .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ukXHES0yVY .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ukXHES0yVY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukXHES0yVY .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ukXHES0yVY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukXHES0yVY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukXHES0yVY .dropdown-item.active,
.cid-ukXHES0yVY .dropdown-item:active {
  background-color: transparent;
}
.cid-ukXHES0yVY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ukXHES0yVY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukXHES0yVY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukXHES0yVY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukXHES0yVY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ukXHES0yVY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukXHES0yVY ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ukXHES0yVY .navbar-buttons {
  text-align: center;
}
.cid-ukXHES0yVY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukXHES0yVY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ukXHES0yVY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukXHES0yVY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukXHES0yVY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukXHES0yVY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukXHES0yVY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukXHES0yVY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukXHES0yVY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukXHES0yVY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukXHES0yVY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ukXHES0yVY .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ukXHES0yVY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ukXHES0yVY .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ukXHES0yVY .nav-link:hover,
.cid-ukXHES0yVY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ukXHES0yVY .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ukXHES0yVY .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ukXHES0yVY .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ukXHET23BS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ukXHET23BS img,
.cid-ukXHET23BS .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ukXHET23BS .item:focus,
.cid-ukXHET23BS span:focus {
  outline: none;
}
.cid-ukXHET23BS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukXHET23BS .item {
    margin-bottom: 1rem;
  }
}
.cid-ukXHET23BS h5 {
  margin: 0;
}
.cid-ukXHET23BS .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ukXHET23BS .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ukXHET23BS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ukXHET23BS .item-wrapper:hover {
  border-color: #000000;
}
.cid-ukXHET23BS .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ukXHET23BS .item-wrapper {
    height: auto;
  }
}
.cid-ukXHET23BS .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ukXHET23BS .item-title {
  text-align: center;
  color: #000000;
}
.cid-ukXHET23BS .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ukXHET23BS .mbr-text,
.cid-ukXHET23BS .item .mbr-section-btn {
  text-align: center;
}
.cid-ukXHET23BS .content-head {
  max-width: 800px;
}
.cid-ukXHET23BS .mbr-section-subtitle,
.cid-ukXHET23BS .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ukXHET23BS .mbr-section-subtitle,
.cid-ukXHET23BS .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ukXHETkdYM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukXHETkdYM .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ukXHETkdYM .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ukXHETkdYM .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ukXHETkdYM .social-media {
  margin-top: 1.5rem;
}
.cid-ukXHETkdYM .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ukXHETkdYM .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ukXHETkdYM .mbr-text,
.cid-ukXHETkdYM .mbr-offer {
  line-height: 1.5;
}
.cid-ukXHETkdYM .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ukXHETkdYM .container-fluid {
    padding: 0 1rem;
  }
  .cid-ukXHETkdYM .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ukXHETkdYM .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ukXHETkdYM .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ukXHETkdYM .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ukXHETkdYM .container-fluid {
  max-width: 1300px;
}
.cid-ukXIKM1SpI {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ukXIKM1SpI .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ukXIKM1SpI .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ukXIKM1SpI .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ukXIKM1SpI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ukXIKM1SpI .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ukXIKM1SpI .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ukXIKM1SpI .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ukXIKM1SpI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukXIKM1SpI .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ukXIKM1SpI .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ukXIKM1SpI .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ukXIKM1SpI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukXIKM1SpI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ukXIKM1SpI .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ukXIKM1SpI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukXIKM1SpI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukXIKM1SpI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukXIKM1SpI .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ukXIKM1SpI .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ukXIKM1SpI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukXIKM1SpI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ukXIKM1SpI .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ukXIKM1SpI .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ukXIKM1SpI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukXIKM1SpI .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ukXIKM1SpI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukXIKM1SpI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukXIKM1SpI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukXIKM1SpI .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ukXIKM1SpI .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ukXIKM1SpI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukXIKM1SpI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ukXIKM1SpI .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ukXIKM1SpI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ukXIKM1SpI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukXIKM1SpI .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ukXIKM1SpI .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ukXIKM1SpI .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ukXIKM1SpI .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ukXIKM1SpI .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ukXIKM1SpI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukXIKM1SpI .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ukXIKM1SpI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukXIKM1SpI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukXIKM1SpI .dropdown-item.active,
.cid-ukXIKM1SpI .dropdown-item:active {
  background-color: transparent;
}
.cid-ukXIKM1SpI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ukXIKM1SpI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukXIKM1SpI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukXIKM1SpI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukXIKM1SpI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ukXIKM1SpI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukXIKM1SpI ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ukXIKM1SpI .navbar-buttons {
  text-align: center;
}
.cid-ukXIKM1SpI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukXIKM1SpI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ukXIKM1SpI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukXIKM1SpI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukXIKM1SpI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukXIKM1SpI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukXIKM1SpI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukXIKM1SpI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukXIKM1SpI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukXIKM1SpI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukXIKM1SpI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ukXIKM1SpI .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ukXIKM1SpI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ukXIKM1SpI .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ukXIKM1SpI .nav-link:hover,
.cid-ukXIKM1SpI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ukXIKM1SpI .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ukXIKM1SpI .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ukXIKM1SpI .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ukXIKMYEOr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ukXIKMYEOr img,
.cid-ukXIKMYEOr .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ukXIKMYEOr .item:focus,
.cid-ukXIKMYEOr span:focus {
  outline: none;
}
.cid-ukXIKMYEOr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukXIKMYEOr .item {
    margin-bottom: 1rem;
  }
}
.cid-ukXIKMYEOr h5 {
  margin: 0;
}
.cid-ukXIKMYEOr .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ukXIKMYEOr .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ukXIKMYEOr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ukXIKMYEOr .item-wrapper:hover {
  border-color: #000000;
}
.cid-ukXIKMYEOr .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ukXIKMYEOr .item-wrapper {
    height: auto;
  }
}
.cid-ukXIKMYEOr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ukXIKMYEOr .item-title {
  text-align: center;
  color: #000000;
}
.cid-ukXIKMYEOr .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ukXIKMYEOr .mbr-text,
.cid-ukXIKMYEOr .item .mbr-section-btn {
  text-align: center;
}
.cid-ukXIKMYEOr .content-head {
  max-width: 800px;
}
.cid-ukXIKMYEOr .mbr-section-subtitle,
.cid-ukXIKMYEOr .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ukXIKMYEOr .mbr-section-subtitle,
.cid-ukXIKMYEOr .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ukXIKO50Ij {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukXIKO50Ij .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ukXIKO50Ij .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ukXIKO50Ij .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ukXIKO50Ij .social-media {
  margin-top: 1.5rem;
}
.cid-ukXIKO50Ij .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ukXIKO50Ij .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ukXIKO50Ij .mbr-text,
.cid-ukXIKO50Ij .mbr-offer {
  line-height: 1.5;
}
.cid-ukXIKO50Ij .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ukXIKO50Ij .container-fluid {
    padding: 0 1rem;
  }
  .cid-ukXIKO50Ij .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ukXIKO50Ij .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ukXIKO50Ij .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ukXIKO50Ij .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ukXIKO50Ij .container-fluid {
  max-width: 1300px;
}
.cid-ule0Xy4Ryv {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ule0Xy4Ryv .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ule0Xy4Ryv .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ule0Xy4Ryv .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ule0Xy4Ryv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ule0Xy4Ryv .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ule0Xy4Ryv .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ule0Xy4Ryv .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ule0Xy4Ryv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ule0Xy4Ryv .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ule0Xy4Ryv .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ule0Xy4Ryv .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ule0Xy4Ryv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ule0Xy4Ryv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ule0Xy4Ryv .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ule0Xy4Ryv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ule0Xy4Ryv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ule0Xy4Ryv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ule0Xy4Ryv .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ule0Xy4Ryv .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ule0Xy4Ryv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ule0Xy4Ryv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ule0Xy4Ryv .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ule0Xy4Ryv .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ule0Xy4Ryv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ule0Xy4Ryv .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ule0Xy4Ryv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ule0Xy4Ryv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ule0Xy4Ryv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ule0Xy4Ryv .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ule0Xy4Ryv .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ule0Xy4Ryv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ule0Xy4Ryv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ule0Xy4Ryv .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ule0Xy4Ryv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ule0Xy4Ryv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ule0Xy4Ryv .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ule0Xy4Ryv .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ule0Xy4Ryv .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ule0Xy4Ryv .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ule0Xy4Ryv .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ule0Xy4Ryv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ule0Xy4Ryv .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ule0Xy4Ryv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ule0Xy4Ryv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ule0Xy4Ryv .dropdown-item.active,
.cid-ule0Xy4Ryv .dropdown-item:active {
  background-color: transparent;
}
.cid-ule0Xy4Ryv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ule0Xy4Ryv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ule0Xy4Ryv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ule0Xy4Ryv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ule0Xy4Ryv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ule0Xy4Ryv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ule0Xy4Ryv ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ule0Xy4Ryv .navbar-buttons {
  text-align: center;
}
.cid-ule0Xy4Ryv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ule0Xy4Ryv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ule0Xy4Ryv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ule0Xy4Ryv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ule0Xy4Ryv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ule0Xy4Ryv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ule0Xy4Ryv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ule0Xy4Ryv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ule0Xy4Ryv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ule0Xy4Ryv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ule0Xy4Ryv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ule0Xy4Ryv .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ule0Xy4Ryv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ule0Xy4Ryv .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ule0Xy4Ryv .nav-link:hover,
.cid-ule0Xy4Ryv .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ule0Xy4Ryv .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ule0Xy4Ryv .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ule0Xy4Ryv .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ule0Xzdirf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ule0Xzdirf img,
.cid-ule0Xzdirf .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ule0Xzdirf .item:focus,
.cid-ule0Xzdirf span:focus {
  outline: none;
}
.cid-ule0Xzdirf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ule0Xzdirf .item {
    margin-bottom: 1rem;
  }
}
.cid-ule0Xzdirf h5 {
  margin: 0;
}
.cid-ule0Xzdirf .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ule0Xzdirf .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ule0Xzdirf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ule0Xzdirf .item-wrapper:hover {
  border-color: #000000;
}
.cid-ule0Xzdirf .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ule0Xzdirf .item-wrapper {
    height: auto;
  }
}
.cid-ule0Xzdirf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ule0Xzdirf .item-title {
  text-align: center;
  color: #000000;
}
.cid-ule0Xzdirf .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ule0Xzdirf .mbr-text,
.cid-ule0Xzdirf .item .mbr-section-btn {
  text-align: center;
}
.cid-ule0Xzdirf .content-head {
  max-width: 800px;
}
.cid-ule0Xzdirf .mbr-section-subtitle,
.cid-ule0Xzdirf .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ule0Xzdirf .mbr-section-subtitle,
.cid-ule0Xzdirf .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ule0XzMOFV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ule0XzMOFV img,
.cid-ule0XzMOFV .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ule0XzMOFV .item:focus,
.cid-ule0XzMOFV span:focus {
  outline: none;
}
.cid-ule0XzMOFV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ule0XzMOFV .item {
    margin-bottom: 1rem;
  }
}
.cid-ule0XzMOFV h5 {
  margin: 0;
}
.cid-ule0XzMOFV .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ule0XzMOFV .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ule0XzMOFV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ule0XzMOFV .item-wrapper:hover {
  border-color: #000000;
}
.cid-ule0XzMOFV .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ule0XzMOFV .item-wrapper {
    height: auto;
  }
}
.cid-ule0XzMOFV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ule0XzMOFV .item-title {
  text-align: center;
  color: #000000;
}
.cid-ule0XzMOFV .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ule0XzMOFV .mbr-text,
.cid-ule0XzMOFV .item .mbr-section-btn {
  text-align: center;
}
.cid-ule0XzMOFV .content-head {
  max-width: 800px;
}
.cid-ule0XzMOFV .mbr-section-subtitle,
.cid-ule0XzMOFV .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ule0XAubUg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ule0XAubUg img,
.cid-ule0XAubUg .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ule0XAubUg .item:focus,
.cid-ule0XAubUg span:focus {
  outline: none;
}
.cid-ule0XAubUg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ule0XAubUg .item {
    margin-bottom: 1rem;
  }
}
.cid-ule0XAubUg h5 {
  margin: 0;
}
.cid-ule0XAubUg .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ule0XAubUg .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ule0XAubUg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ule0XAubUg .item-wrapper:hover {
  border-color: #000000;
}
.cid-ule0XAubUg .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ule0XAubUg .item-wrapper {
    height: auto;
  }
}
.cid-ule0XAubUg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ule0XAubUg .item-title {
  text-align: center;
  color: #000000;
}
.cid-ule0XAubUg .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ule0XAubUg .mbr-text,
.cid-ule0XAubUg .item .mbr-section-btn {
  text-align: center;
}
.cid-ule0XAubUg .content-head {
  max-width: 800px;
}
.cid-ule0XAubUg .mbr-section-subtitle,
.cid-ule0XAubUg .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ule0XBdbeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ule0XBdbeB img,
.cid-ule0XBdbeB .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ule0XBdbeB .item:focus,
.cid-ule0XBdbeB span:focus {
  outline: none;
}
.cid-ule0XBdbeB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ule0XBdbeB .item {
    margin-bottom: 1rem;
  }
}
.cid-ule0XBdbeB h5 {
  margin: 0;
}
.cid-ule0XBdbeB .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ule0XBdbeB .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ule0XBdbeB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ule0XBdbeB .item-wrapper:hover {
  border-color: #000000;
}
.cid-ule0XBdbeB .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ule0XBdbeB .item-wrapper {
    height: auto;
  }
}
.cid-ule0XBdbeB .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ule0XBdbeB .item-title {
  text-align: center;
  color: #000000;
}
.cid-ule0XBdbeB .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ule0XBdbeB .mbr-text,
.cid-ule0XBdbeB .item .mbr-section-btn {
  text-align: center;
}
.cid-ule0XBdbeB .content-head {
  max-width: 800px;
}
.cid-ule0XBdbeB .mbr-section-subtitle,
.cid-ule0XBdbeB .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ule0XBNnwE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ule0XBNnwE img,
.cid-ule0XBNnwE .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ule0XBNnwE .item:focus,
.cid-ule0XBNnwE span:focus {
  outline: none;
}
.cid-ule0XBNnwE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ule0XBNnwE .item {
    margin-bottom: 1rem;
  }
}
.cid-ule0XBNnwE h5 {
  margin: 0;
}
.cid-ule0XBNnwE .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ule0XBNnwE .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ule0XBNnwE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ule0XBNnwE .item-wrapper:hover {
  border-color: #000000;
}
.cid-ule0XBNnwE .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ule0XBNnwE .item-wrapper {
    height: auto;
  }
}
.cid-ule0XBNnwE .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ule0XBNnwE .item-title {
  text-align: center;
  color: #000000;
}
.cid-ule0XBNnwE .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ule0XBNnwE .mbr-text,
.cid-ule0XBNnwE .item .mbr-section-btn {
  text-align: center;
}
.cid-ule0XBNnwE .content-head {
  max-width: 800px;
}
.cid-ule0XBNnwE .mbr-section-subtitle,
.cid-ule0XBNnwE .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ule0XCoNvd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ule0XCoNvd img,
.cid-ule0XCoNvd .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ule0XCoNvd .item:focus,
.cid-ule0XCoNvd span:focus {
  outline: none;
}
.cid-ule0XCoNvd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ule0XCoNvd .item {
    margin-bottom: 1rem;
  }
}
.cid-ule0XCoNvd h5 {
  margin: 0;
}
.cid-ule0XCoNvd .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ule0XCoNvd .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ule0XCoNvd .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ule0XCoNvd .item-wrapper:hover {
  border-color: #000000;
}
.cid-ule0XCoNvd .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ule0XCoNvd .item-wrapper {
    height: auto;
  }
}
.cid-ule0XCoNvd .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ule0XCoNvd .item-title {
  text-align: center;
  color: #000000;
}
.cid-ule0XCoNvd .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ule0XCoNvd .mbr-text,
.cid-ule0XCoNvd .item .mbr-section-btn {
  text-align: center;
}
.cid-ule0XCoNvd .content-head {
  max-width: 800px;
}
.cid-ule0XCoNvd .mbr-section-subtitle,
.cid-ule0XCoNvd .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ule0XDDceW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ule0XDDceW .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ule0XDDceW .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ule0XDDceW .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ule0XDDceW .social-media {
  margin-top: 1.5rem;
}
.cid-ule0XDDceW .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ule0XDDceW .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ule0XDDceW .mbr-text,
.cid-ule0XDDceW .mbr-offer {
  line-height: 1.5;
}
.cid-ule0XDDceW .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ule0XDDceW .container-fluid {
    padding: 0 1rem;
  }
  .cid-ule0XDDceW .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ule0XDDceW .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ule0XDDceW .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ule0XDDceW .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ule0XDDceW .container-fluid {
  max-width: 1300px;
}
.cid-ulecq2xNBC {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulecq2xNBC .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulecq2xNBC .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulecq2xNBC .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulecq2xNBC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulecq2xNBC .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulecq2xNBC .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulecq2xNBC .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulecq2xNBC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulecq2xNBC .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulecq2xNBC .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulecq2xNBC .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulecq2xNBC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulecq2xNBC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ulecq2xNBC .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulecq2xNBC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulecq2xNBC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulecq2xNBC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulecq2xNBC .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulecq2xNBC .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulecq2xNBC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulecq2xNBC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulecq2xNBC .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulecq2xNBC .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulecq2xNBC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulecq2xNBC .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulecq2xNBC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulecq2xNBC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulecq2xNBC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulecq2xNBC .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulecq2xNBC .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulecq2xNBC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulecq2xNBC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulecq2xNBC .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulecq2xNBC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulecq2xNBC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulecq2xNBC .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulecq2xNBC .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulecq2xNBC .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulecq2xNBC .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulecq2xNBC .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulecq2xNBC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulecq2xNBC .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulecq2xNBC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulecq2xNBC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulecq2xNBC .dropdown-item.active,
.cid-ulecq2xNBC .dropdown-item:active {
  background-color: transparent;
}
.cid-ulecq2xNBC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ulecq2xNBC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulecq2xNBC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulecq2xNBC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulecq2xNBC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulecq2xNBC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulecq2xNBC ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulecq2xNBC .navbar-buttons {
  text-align: center;
}
.cid-ulecq2xNBC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulecq2xNBC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulecq2xNBC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulecq2xNBC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulecq2xNBC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulecq2xNBC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulecq2xNBC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulecq2xNBC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulecq2xNBC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulecq2xNBC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulecq2xNBC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulecq2xNBC .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulecq2xNBC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulecq2xNBC .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulecq2xNBC .nav-link:hover,
.cid-ulecq2xNBC .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulecq2xNBC .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulecq2xNBC .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulecq2xNBC .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulecq3AeJY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulecq3AeJY img,
.cid-ulecq3AeJY .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulecq3AeJY .item:focus,
.cid-ulecq3AeJY span:focus {
  outline: none;
}
.cid-ulecq3AeJY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulecq3AeJY .item {
    margin-bottom: 1rem;
  }
}
.cid-ulecq3AeJY h5 {
  margin: 0;
}
.cid-ulecq3AeJY .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulecq3AeJY .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulecq3AeJY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulecq3AeJY .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulecq3AeJY .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulecq3AeJY .item-wrapper {
    height: auto;
  }
}
.cid-ulecq3AeJY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulecq3AeJY .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulecq3AeJY .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulecq3AeJY .mbr-text,
.cid-ulecq3AeJY .item .mbr-section-btn {
  text-align: center;
}
.cid-ulecq3AeJY .content-head {
  max-width: 800px;
}
.cid-ulecq3AeJY .mbr-section-subtitle,
.cid-ulecq3AeJY .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulecq3AeJY .mbr-section-subtitle,
.cid-ulecq3AeJY .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ulecq4aMAX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulecq4aMAX img,
.cid-ulecq4aMAX .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulecq4aMAX .item:focus,
.cid-ulecq4aMAX span:focus {
  outline: none;
}
.cid-ulecq4aMAX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulecq4aMAX .item {
    margin-bottom: 1rem;
  }
}
.cid-ulecq4aMAX h5 {
  margin: 0;
}
.cid-ulecq4aMAX .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulecq4aMAX .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulecq4aMAX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulecq4aMAX .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulecq4aMAX .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulecq4aMAX .item-wrapper {
    height: auto;
  }
}
.cid-ulecq4aMAX .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ulecq4aMAX .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulecq4aMAX .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulecq4aMAX .mbr-text,
.cid-ulecq4aMAX .item .mbr-section-btn {
  text-align: center;
}
.cid-ulecq4aMAX .content-head {
  max-width: 800px;
}
.cid-ulecq4aMAX .mbr-section-subtitle,
.cid-ulecq4aMAX .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ulecq6iF3E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulecq6iF3E .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulecq6iF3E .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulecq6iF3E .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulecq6iF3E .social-media {
  margin-top: 1.5rem;
}
.cid-ulecq6iF3E .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulecq6iF3E .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulecq6iF3E .mbr-text,
.cid-ulecq6iF3E .mbr-offer {
  line-height: 1.5;
}
.cid-ulecq6iF3E .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulecq6iF3E .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulecq6iF3E .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulecq6iF3E .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulecq6iF3E .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulecq6iF3E .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ulecq6iF3E .container-fluid {
  max-width: 1300px;
}
.cid-ulefn1Bamo {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulefn1Bamo .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulefn1Bamo .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulefn1Bamo .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulefn1Bamo .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulefn1Bamo .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulefn1Bamo .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulefn1Bamo .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulefn1Bamo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulefn1Bamo .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulefn1Bamo .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulefn1Bamo .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulefn1Bamo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulefn1Bamo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ulefn1Bamo .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulefn1Bamo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulefn1Bamo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulefn1Bamo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulefn1Bamo .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulefn1Bamo .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulefn1Bamo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulefn1Bamo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulefn1Bamo .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulefn1Bamo .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulefn1Bamo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulefn1Bamo .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulefn1Bamo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulefn1Bamo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulefn1Bamo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulefn1Bamo .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulefn1Bamo .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulefn1Bamo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulefn1Bamo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulefn1Bamo .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulefn1Bamo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulefn1Bamo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulefn1Bamo .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulefn1Bamo .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulefn1Bamo .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulefn1Bamo .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulefn1Bamo .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulefn1Bamo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulefn1Bamo .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulefn1Bamo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulefn1Bamo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulefn1Bamo .dropdown-item.active,
.cid-ulefn1Bamo .dropdown-item:active {
  background-color: transparent;
}
.cid-ulefn1Bamo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ulefn1Bamo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulefn1Bamo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulefn1Bamo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulefn1Bamo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulefn1Bamo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulefn1Bamo ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulefn1Bamo .navbar-buttons {
  text-align: center;
}
.cid-ulefn1Bamo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulefn1Bamo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulefn1Bamo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulefn1Bamo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulefn1Bamo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulefn1Bamo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulefn1Bamo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulefn1Bamo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulefn1Bamo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulefn1Bamo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulefn1Bamo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulefn1Bamo .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulefn1Bamo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulefn1Bamo .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulefn1Bamo .nav-link:hover,
.cid-ulefn1Bamo .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulefn1Bamo .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulefn1Bamo .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulefn1Bamo .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulefn2LWUd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulefn2LWUd img,
.cid-ulefn2LWUd .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulefn2LWUd .item:focus,
.cid-ulefn2LWUd span:focus {
  outline: none;
}
.cid-ulefn2LWUd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulefn2LWUd .item {
    margin-bottom: 1rem;
  }
}
.cid-ulefn2LWUd h5 {
  margin: 0;
}
.cid-ulefn2LWUd .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulefn2LWUd .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulefn2LWUd .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulefn2LWUd .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulefn2LWUd .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulefn2LWUd .item-wrapper {
    height: auto;
  }
}
.cid-ulefn2LWUd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulefn2LWUd .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulefn2LWUd .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulefn2LWUd .mbr-text,
.cid-ulefn2LWUd .item .mbr-section-btn {
  text-align: center;
}
.cid-ulefn2LWUd .content-head {
  max-width: 800px;
}
.cid-ulefn2LWUd .mbr-section-subtitle,
.cid-ulefn2LWUd .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulefn2LWUd .mbr-section-subtitle,
.cid-ulefn2LWUd .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ulefn35gqT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulefn35gqT .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulefn35gqT .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulefn35gqT .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulefn35gqT .social-media {
  margin-top: 1.5rem;
}
.cid-ulefn35gqT .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulefn35gqT .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulefn35gqT .mbr-text,
.cid-ulefn35gqT .mbr-offer {
  line-height: 1.5;
}
.cid-ulefn35gqT .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulefn35gqT .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulefn35gqT .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulefn35gqT .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulefn35gqT .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulefn35gqT .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ulefn35gqT .container-fluid {
  max-width: 1300px;
}
.cid-ulegrNX2VL {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulegrNX2VL .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulegrNX2VL .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulegrNX2VL .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulegrNX2VL .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulegrNX2VL .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulegrNX2VL .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulegrNX2VL .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulegrNX2VL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulegrNX2VL .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulegrNX2VL .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulegrNX2VL .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulegrNX2VL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulegrNX2VL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ulegrNX2VL .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulegrNX2VL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulegrNX2VL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulegrNX2VL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulegrNX2VL .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulegrNX2VL .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulegrNX2VL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulegrNX2VL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulegrNX2VL .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulegrNX2VL .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulegrNX2VL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulegrNX2VL .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulegrNX2VL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulegrNX2VL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulegrNX2VL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulegrNX2VL .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulegrNX2VL .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulegrNX2VL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulegrNX2VL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulegrNX2VL .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulegrNX2VL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulegrNX2VL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulegrNX2VL .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulegrNX2VL .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulegrNX2VL .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulegrNX2VL .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulegrNX2VL .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulegrNX2VL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulegrNX2VL .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulegrNX2VL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulegrNX2VL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulegrNX2VL .dropdown-item.active,
.cid-ulegrNX2VL .dropdown-item:active {
  background-color: transparent;
}
.cid-ulegrNX2VL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ulegrNX2VL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulegrNX2VL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulegrNX2VL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulegrNX2VL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulegrNX2VL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulegrNX2VL ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulegrNX2VL .navbar-buttons {
  text-align: center;
}
.cid-ulegrNX2VL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulegrNX2VL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulegrNX2VL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulegrNX2VL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulegrNX2VL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulegrNX2VL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulegrNX2VL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulegrNX2VL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulegrNX2VL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulegrNX2VL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulegrNX2VL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulegrNX2VL .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulegrNX2VL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulegrNX2VL .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulegrNX2VL .nav-link:hover,
.cid-ulegrNX2VL .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulegrNX2VL .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulegrNX2VL .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulegrNX2VL .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulegrOVJhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulegrOVJhe img,
.cid-ulegrOVJhe .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulegrOVJhe .item:focus,
.cid-ulegrOVJhe span:focus {
  outline: none;
}
.cid-ulegrOVJhe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulegrOVJhe .item {
    margin-bottom: 1rem;
  }
}
.cid-ulegrOVJhe h5 {
  margin: 0;
}
.cid-ulegrOVJhe .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulegrOVJhe .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulegrOVJhe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulegrOVJhe .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulegrOVJhe .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulegrOVJhe .item-wrapper {
    height: auto;
  }
}
.cid-ulegrOVJhe .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulegrOVJhe .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulegrOVJhe .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulegrOVJhe .mbr-text,
.cid-ulegrOVJhe .item .mbr-section-btn {
  text-align: center;
}
.cid-ulegrOVJhe .content-head {
  max-width: 800px;
}
.cid-ulegrOVJhe .mbr-section-subtitle,
.cid-ulegrOVJhe .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulegrOVJhe .mbr-section-subtitle,
.cid-ulegrOVJhe .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ulegrPyc4F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulegrPyc4F img,
.cid-ulegrPyc4F .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulegrPyc4F .item:focus,
.cid-ulegrPyc4F span:focus {
  outline: none;
}
.cid-ulegrPyc4F .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulegrPyc4F .item {
    margin-bottom: 1rem;
  }
}
.cid-ulegrPyc4F h5 {
  margin: 0;
}
.cid-ulegrPyc4F .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulegrPyc4F .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulegrPyc4F .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulegrPyc4F .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulegrPyc4F .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulegrPyc4F .item-wrapper {
    height: auto;
  }
}
.cid-ulegrPyc4F .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ulegrPyc4F .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulegrPyc4F .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulegrPyc4F .mbr-text,
.cid-ulegrPyc4F .item .mbr-section-btn {
  text-align: center;
}
.cid-ulegrPyc4F .content-head {
  max-width: 800px;
}
.cid-ulegrPyc4F .mbr-section-subtitle,
.cid-ulegrPyc4F .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ulegrQDpog {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulegrQDpog .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulegrQDpog .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulegrQDpog .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulegrQDpog .social-media {
  margin-top: 1.5rem;
}
.cid-ulegrQDpog .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulegrQDpog .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulegrQDpog .mbr-text,
.cid-ulegrQDpog .mbr-offer {
  line-height: 1.5;
}
.cid-ulegrQDpog .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulegrQDpog .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulegrQDpog .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulegrQDpog .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulegrQDpog .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulegrQDpog .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ulegrQDpog .container-fluid {
  max-width: 1300px;
}
.cid-ulejnrRbRf {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulejnrRbRf .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulejnrRbRf .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulejnrRbRf .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulejnrRbRf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulejnrRbRf .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulejnrRbRf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulejnrRbRf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulejnrRbRf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulejnrRbRf .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulejnrRbRf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulejnrRbRf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulejnrRbRf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulejnrRbRf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ulejnrRbRf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulejnrRbRf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulejnrRbRf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulejnrRbRf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulejnrRbRf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulejnrRbRf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulejnrRbRf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulejnrRbRf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulejnrRbRf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulejnrRbRf .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulejnrRbRf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulejnrRbRf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulejnrRbRf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulejnrRbRf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulejnrRbRf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulejnrRbRf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulejnrRbRf .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulejnrRbRf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulejnrRbRf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulejnrRbRf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulejnrRbRf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulejnrRbRf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulejnrRbRf .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulejnrRbRf .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulejnrRbRf .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulejnrRbRf .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulejnrRbRf .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulejnrRbRf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulejnrRbRf .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulejnrRbRf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulejnrRbRf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulejnrRbRf .dropdown-item.active,
.cid-ulejnrRbRf .dropdown-item:active {
  background-color: transparent;
}
.cid-ulejnrRbRf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ulejnrRbRf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulejnrRbRf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulejnrRbRf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulejnrRbRf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulejnrRbRf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulejnrRbRf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulejnrRbRf .navbar-buttons {
  text-align: center;
}
.cid-ulejnrRbRf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulejnrRbRf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulejnrRbRf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulejnrRbRf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulejnrRbRf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulejnrRbRf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulejnrRbRf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulejnrRbRf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulejnrRbRf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulejnrRbRf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulejnrRbRf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulejnrRbRf .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulejnrRbRf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulejnrRbRf .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulejnrRbRf .nav-link:hover,
.cid-ulejnrRbRf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulejnrRbRf .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulejnrRbRf .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulejnrRbRf .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulejnsW5Z6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulejnsW5Z6 img,
.cid-ulejnsW5Z6 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulejnsW5Z6 .item:focus,
.cid-ulejnsW5Z6 span:focus {
  outline: none;
}
.cid-ulejnsW5Z6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulejnsW5Z6 .item {
    margin-bottom: 1rem;
  }
}
.cid-ulejnsW5Z6 h5 {
  margin: 0;
}
.cid-ulejnsW5Z6 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulejnsW5Z6 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulejnsW5Z6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulejnsW5Z6 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulejnsW5Z6 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulejnsW5Z6 .item-wrapper {
    height: auto;
  }
}
.cid-ulejnsW5Z6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulejnsW5Z6 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulejnsW5Z6 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulejnsW5Z6 .mbr-text,
.cid-ulejnsW5Z6 .item .mbr-section-btn {
  text-align: center;
}
.cid-ulejnsW5Z6 .content-head {
  max-width: 800px;
}
.cid-ulejnsW5Z6 .mbr-section-subtitle,
.cid-ulejnsW5Z6 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulejnsW5Z6 .mbr-section-subtitle,
.cid-ulejnsW5Z6 .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ulejnty9E8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulejnty9E8 img,
.cid-ulejnty9E8 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulejnty9E8 .item:focus,
.cid-ulejnty9E8 span:focus {
  outline: none;
}
.cid-ulejnty9E8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulejnty9E8 .item {
    margin-bottom: 1rem;
  }
}
.cid-ulejnty9E8 h5 {
  margin: 0;
}
.cid-ulejnty9E8 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulejnty9E8 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulejnty9E8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulejnty9E8 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulejnty9E8 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulejnty9E8 .item-wrapper {
    height: auto;
  }
}
.cid-ulejnty9E8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulejnty9E8 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulejnty9E8 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulejnty9E8 .mbr-text,
.cid-ulejnty9E8 .item .mbr-section-btn {
  text-align: center;
}
.cid-ulejnty9E8 .content-head {
  max-width: 800px;
}
.cid-ulejnty9E8 .mbr-section-subtitle,
.cid-ulejnty9E8 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulejnueO5F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulejnueO5F img,
.cid-ulejnueO5F .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulejnueO5F .item:focus,
.cid-ulejnueO5F span:focus {
  outline: none;
}
.cid-ulejnueO5F .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulejnueO5F .item {
    margin-bottom: 1rem;
  }
}
.cid-ulejnueO5F h5 {
  margin: 0;
}
.cid-ulejnueO5F .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulejnueO5F .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulejnueO5F .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulejnueO5F .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulejnueO5F .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulejnueO5F .item-wrapper {
    height: auto;
  }
}
.cid-ulejnueO5F .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulejnueO5F .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulejnueO5F .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulejnueO5F .mbr-text,
.cid-ulejnueO5F .item .mbr-section-btn {
  text-align: center;
}
.cid-ulejnueO5F .content-head {
  max-width: 800px;
}
.cid-ulejnueO5F .mbr-section-subtitle,
.cid-ulejnueO5F .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulemXGINTX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulemXGINTX img,
.cid-ulemXGINTX .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulemXGINTX .item:focus,
.cid-ulemXGINTX span:focus {
  outline: none;
}
.cid-ulemXGINTX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulemXGINTX .item {
    margin-bottom: 1rem;
  }
}
.cid-ulemXGINTX h5 {
  margin: 0;
}
.cid-ulemXGINTX .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulemXGINTX .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulemXGINTX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulemXGINTX .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulemXGINTX .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulemXGINTX .item-wrapper {
    height: auto;
  }
}
.cid-ulemXGINTX .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ulemXGINTX .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulemXGINTX .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulemXGINTX .mbr-text,
.cid-ulemXGINTX .item .mbr-section-btn {
  text-align: center;
}
.cid-ulemXGINTX .content-head {
  max-width: 800px;
}
.cid-ulemXGINTX .mbr-section-subtitle,
.cid-ulemXGINTX .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ulenWfHj18 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulenWfHj18 img,
.cid-ulenWfHj18 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulenWfHj18 .item:focus,
.cid-ulenWfHj18 span:focus {
  outline: none;
}
.cid-ulenWfHj18 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulenWfHj18 .item {
    margin-bottom: 1rem;
  }
}
.cid-ulenWfHj18 h5 {
  margin: 0;
}
.cid-ulenWfHj18 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulenWfHj18 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulenWfHj18 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulenWfHj18 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulenWfHj18 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulenWfHj18 .item-wrapper {
    height: auto;
  }
}
.cid-ulenWfHj18 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ulenWfHj18 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulenWfHj18 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulenWfHj18 .mbr-text,
.cid-ulenWfHj18 .item .mbr-section-btn {
  text-align: center;
}
.cid-ulenWfHj18 .content-head {
  max-width: 800px;
}
.cid-ulenWfHj18 .mbr-section-subtitle,
.cid-ulenWfHj18 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ulejnuDnAo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulejnuDnAo .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulejnuDnAo .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulejnuDnAo .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulejnuDnAo .social-media {
  margin-top: 1.5rem;
}
.cid-ulejnuDnAo .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulejnuDnAo .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulejnuDnAo .mbr-text,
.cid-ulejnuDnAo .mbr-offer {
  line-height: 1.5;
}
.cid-ulejnuDnAo .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulejnuDnAo .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulejnuDnAo .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulejnuDnAo .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulejnuDnAo .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulejnuDnAo .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ulejnuDnAo .container-fluid {
  max-width: 1300px;
}
.cid-ulep0ddQLs {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulep0ddQLs .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulep0ddQLs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulep0ddQLs .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulep0ddQLs .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulep0ddQLs .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulep0ddQLs .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulep0ddQLs .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulep0ddQLs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulep0ddQLs .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulep0ddQLs .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulep0ddQLs .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulep0ddQLs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulep0ddQLs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ulep0ddQLs .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulep0ddQLs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulep0ddQLs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulep0ddQLs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulep0ddQLs .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulep0ddQLs .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulep0ddQLs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulep0ddQLs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulep0ddQLs .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulep0ddQLs .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulep0ddQLs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulep0ddQLs .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulep0ddQLs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulep0ddQLs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulep0ddQLs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulep0ddQLs .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulep0ddQLs .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulep0ddQLs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulep0ddQLs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulep0ddQLs .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulep0ddQLs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulep0ddQLs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulep0ddQLs .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulep0ddQLs .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulep0ddQLs .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulep0ddQLs .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulep0ddQLs .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulep0ddQLs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulep0ddQLs .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulep0ddQLs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulep0ddQLs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulep0ddQLs .dropdown-item.active,
.cid-ulep0ddQLs .dropdown-item:active {
  background-color: transparent;
}
.cid-ulep0ddQLs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ulep0ddQLs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulep0ddQLs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulep0ddQLs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulep0ddQLs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulep0ddQLs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulep0ddQLs ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulep0ddQLs .navbar-buttons {
  text-align: center;
}
.cid-ulep0ddQLs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulep0ddQLs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulep0ddQLs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulep0ddQLs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulep0ddQLs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulep0ddQLs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulep0ddQLs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulep0ddQLs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulep0ddQLs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulep0ddQLs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulep0ddQLs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulep0ddQLs .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulep0ddQLs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulep0ddQLs .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulep0ddQLs .nav-link:hover,
.cid-ulep0ddQLs .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulep0ddQLs .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulep0ddQLs .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulep0ddQLs .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulep0ekGC1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulep0ekGC1 img,
.cid-ulep0ekGC1 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulep0ekGC1 .item:focus,
.cid-ulep0ekGC1 span:focus {
  outline: none;
}
.cid-ulep0ekGC1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulep0ekGC1 .item {
    margin-bottom: 1rem;
  }
}
.cid-ulep0ekGC1 h5 {
  margin: 0;
}
.cid-ulep0ekGC1 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulep0ekGC1 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulep0ekGC1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulep0ekGC1 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulep0ekGC1 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulep0ekGC1 .item-wrapper {
    height: auto;
  }
}
.cid-ulep0ekGC1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulep0ekGC1 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulep0ekGC1 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulep0ekGC1 .mbr-text,
.cid-ulep0ekGC1 .item .mbr-section-btn {
  text-align: center;
}
.cid-ulep0ekGC1 .content-head {
  max-width: 800px;
}
.cid-ulep0ekGC1 .mbr-section-subtitle,
.cid-ulep0ekGC1 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulep0ekGC1 .mbr-section-subtitle,
.cid-ulep0ekGC1 .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ulep0gpP5Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulep0gpP5Z .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulep0gpP5Z .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulep0gpP5Z .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulep0gpP5Z .social-media {
  margin-top: 1.5rem;
}
.cid-ulep0gpP5Z .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulep0gpP5Z .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulep0gpP5Z .mbr-text,
.cid-ulep0gpP5Z .mbr-offer {
  line-height: 1.5;
}
.cid-ulep0gpP5Z .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulep0gpP5Z .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulep0gpP5Z .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulep0gpP5Z .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulep0gpP5Z .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulep0gpP5Z .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ulep0gpP5Z .container-fluid {
  max-width: 1300px;
}
.cid-ulerdsF6bi {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulerdsF6bi .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulerdsF6bi .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulerdsF6bi .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulerdsF6bi .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulerdsF6bi .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulerdsF6bi .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulerdsF6bi .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulerdsF6bi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulerdsF6bi .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulerdsF6bi .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulerdsF6bi .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulerdsF6bi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulerdsF6bi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ulerdsF6bi .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulerdsF6bi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulerdsF6bi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulerdsF6bi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulerdsF6bi .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulerdsF6bi .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulerdsF6bi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulerdsF6bi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulerdsF6bi .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulerdsF6bi .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulerdsF6bi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulerdsF6bi .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulerdsF6bi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulerdsF6bi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulerdsF6bi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulerdsF6bi .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulerdsF6bi .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulerdsF6bi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulerdsF6bi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulerdsF6bi .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulerdsF6bi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulerdsF6bi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulerdsF6bi .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulerdsF6bi .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulerdsF6bi .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulerdsF6bi .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulerdsF6bi .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulerdsF6bi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulerdsF6bi .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulerdsF6bi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulerdsF6bi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulerdsF6bi .dropdown-item.active,
.cid-ulerdsF6bi .dropdown-item:active {
  background-color: transparent;
}
.cid-ulerdsF6bi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ulerdsF6bi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulerdsF6bi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulerdsF6bi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulerdsF6bi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulerdsF6bi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulerdsF6bi ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulerdsF6bi .navbar-buttons {
  text-align: center;
}
.cid-ulerdsF6bi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulerdsF6bi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulerdsF6bi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulerdsF6bi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulerdsF6bi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulerdsF6bi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulerdsF6bi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulerdsF6bi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulerdsF6bi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulerdsF6bi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulerdsF6bi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulerdsF6bi .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulerdsF6bi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulerdsF6bi .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulerdsF6bi .nav-link:hover,
.cid-ulerdsF6bi .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulerdsF6bi .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulerdsF6bi .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulerdsF6bi .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulerdtBjpb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulerdtBjpb img,
.cid-ulerdtBjpb .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulerdtBjpb .item:focus,
.cid-ulerdtBjpb span:focus {
  outline: none;
}
.cid-ulerdtBjpb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulerdtBjpb .item {
    margin-bottom: 1rem;
  }
}
.cid-ulerdtBjpb h5 {
  margin: 0;
}
.cid-ulerdtBjpb .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulerdtBjpb .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulerdtBjpb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulerdtBjpb .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulerdtBjpb .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulerdtBjpb .item-wrapper {
    height: auto;
  }
}
.cid-ulerdtBjpb .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulerdtBjpb .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulerdtBjpb .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulerdtBjpb .mbr-text,
.cid-ulerdtBjpb .item .mbr-section-btn {
  text-align: center;
  color: #03426a;
}
.cid-ulerdtBjpb .content-head {
  max-width: 800px;
}
.cid-ulerdtBjpb .mbr-section-subtitle,
.cid-ulerdtBjpb .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulerdtBjpb .mbr-section-subtitle,
.cid-ulerdtBjpb .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ulerdtYu8l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulerdtYu8l .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulerdtYu8l .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulerdtYu8l .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulerdtYu8l .social-media {
  margin-top: 1.5rem;
}
.cid-ulerdtYu8l .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulerdtYu8l .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulerdtYu8l .mbr-text,
.cid-ulerdtYu8l .mbr-offer {
  line-height: 1.5;
}
.cid-ulerdtYu8l .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulerdtYu8l .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulerdtYu8l .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulerdtYu8l .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulerdtYu8l .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulerdtYu8l .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ulerdtYu8l .container-fluid {
  max-width: 1300px;
}
.cid-ulevlKY4IS {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulevlKY4IS .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulevlKY4IS .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulevlKY4IS .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulevlKY4IS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulevlKY4IS .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulevlKY4IS .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulevlKY4IS .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulevlKY4IS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulevlKY4IS .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulevlKY4IS .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulevlKY4IS .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulevlKY4IS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulevlKY4IS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ulevlKY4IS .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulevlKY4IS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulevlKY4IS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulevlKY4IS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulevlKY4IS .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulevlKY4IS .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulevlKY4IS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulevlKY4IS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulevlKY4IS .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulevlKY4IS .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulevlKY4IS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulevlKY4IS .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulevlKY4IS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulevlKY4IS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulevlKY4IS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulevlKY4IS .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulevlKY4IS .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulevlKY4IS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulevlKY4IS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulevlKY4IS .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulevlKY4IS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulevlKY4IS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulevlKY4IS .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulevlKY4IS .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulevlKY4IS .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulevlKY4IS .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulevlKY4IS .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulevlKY4IS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulevlKY4IS .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulevlKY4IS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulevlKY4IS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulevlKY4IS .dropdown-item.active,
.cid-ulevlKY4IS .dropdown-item:active {
  background-color: transparent;
}
.cid-ulevlKY4IS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ulevlKY4IS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulevlKY4IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulevlKY4IS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulevlKY4IS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulevlKY4IS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulevlKY4IS ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulevlKY4IS .navbar-buttons {
  text-align: center;
}
.cid-ulevlKY4IS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulevlKY4IS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulevlKY4IS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulevlKY4IS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulevlKY4IS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulevlKY4IS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulevlKY4IS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulevlKY4IS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulevlKY4IS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulevlKY4IS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulevlKY4IS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulevlKY4IS .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulevlKY4IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulevlKY4IS .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulevlKY4IS .nav-link:hover,
.cid-ulevlKY4IS .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulevlKY4IS .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulevlKY4IS .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulevlKY4IS .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulevlM3O1p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulevlM3O1p img,
.cid-ulevlM3O1p .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulevlM3O1p .item:focus,
.cid-ulevlM3O1p span:focus {
  outline: none;
}
.cid-ulevlM3O1p .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulevlM3O1p .item {
    margin-bottom: 1rem;
  }
}
.cid-ulevlM3O1p h5 {
  margin: 0;
}
.cid-ulevlM3O1p .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulevlM3O1p .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulevlM3O1p .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulevlM3O1p .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulevlM3O1p .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulevlM3O1p .item-wrapper {
    height: auto;
  }
}
.cid-ulevlM3O1p .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulevlM3O1p .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulevlM3O1p .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulevlM3O1p .mbr-text,
.cid-ulevlM3O1p .item .mbr-section-btn {
  text-align: center;
}
.cid-ulevlM3O1p .content-head {
  max-width: 800px;
}
.cid-ulevlM3O1p .mbr-section-subtitle,
.cid-ulevlM3O1p .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulevlM3O1p .mbr-section-subtitle,
.cid-ulevlM3O1p .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-ulevlMBE22 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulevlMBE22 img,
.cid-ulevlMBE22 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulevlMBE22 .item:focus,
.cid-ulevlMBE22 span:focus {
  outline: none;
}
.cid-ulevlMBE22 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulevlMBE22 .item {
    margin-bottom: 1rem;
  }
}
.cid-ulevlMBE22 h5 {
  margin: 0;
}
.cid-ulevlMBE22 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulevlMBE22 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulevlMBE22 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulevlMBE22 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulevlMBE22 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulevlMBE22 .item-wrapper {
    height: auto;
  }
}
.cid-ulevlMBE22 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulevlMBE22 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulevlMBE22 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulevlMBE22 .mbr-text,
.cid-ulevlMBE22 .item .mbr-section-btn {
  text-align: center;
}
.cid-ulevlMBE22 .content-head {
  max-width: 800px;
}
.cid-ulevlMBE22 .mbr-section-subtitle,
.cid-ulevlMBE22 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulevlNdW9O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulevlNdW9O img,
.cid-ulevlNdW9O .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulevlNdW9O .item:focus,
.cid-ulevlNdW9O span:focus {
  outline: none;
}
.cid-ulevlNdW9O .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulevlNdW9O .item {
    margin-bottom: 1rem;
  }
}
.cid-ulevlNdW9O h5 {
  margin: 0;
}
.cid-ulevlNdW9O .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulevlNdW9O .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulevlNdW9O .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulevlNdW9O .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulevlNdW9O .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulevlNdW9O .item-wrapper {
    height: auto;
  }
}
.cid-ulevlNdW9O .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulevlNdW9O .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulevlNdW9O .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulevlNdW9O .mbr-text,
.cid-ulevlNdW9O .item .mbr-section-btn {
  text-align: center;
}
.cid-ulevlNdW9O .content-head {
  max-width: 800px;
}
.cid-ulevlNdW9O .mbr-section-subtitle,
.cid-ulevlNdW9O .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulevlNOK90 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulevlNOK90 img,
.cid-ulevlNOK90 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulevlNOK90 .item:focus,
.cid-ulevlNOK90 span:focus {
  outline: none;
}
.cid-ulevlNOK90 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulevlNOK90 .item {
    margin-bottom: 1rem;
  }
}
.cid-ulevlNOK90 h5 {
  margin: 0;
}
.cid-ulevlNOK90 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulevlNOK90 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulevlNOK90 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulevlNOK90 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulevlNOK90 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulevlNOK90 .item-wrapper {
    height: auto;
  }
}
.cid-ulevlNOK90 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ulevlNOK90 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulevlNOK90 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulevlNOK90 .mbr-text,
.cid-ulevlNOK90 .item .mbr-section-btn {
  text-align: center;
}
.cid-ulevlNOK90 .content-head {
  max-width: 800px;
}
.cid-ulevlNOK90 .mbr-section-subtitle,
.cid-ulevlNOK90 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ulevlOseEM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulevlOseEM img,
.cid-ulevlOseEM .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulevlOseEM .item:focus,
.cid-ulevlOseEM span:focus {
  outline: none;
}
.cid-ulevlOseEM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulevlOseEM .item {
    margin-bottom: 1rem;
  }
}
.cid-ulevlOseEM h5 {
  margin: 0;
}
.cid-ulevlOseEM .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulevlOseEM .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulevlOseEM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulevlOseEM .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulevlOseEM .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulevlOseEM .item-wrapper {
    height: auto;
  }
}
.cid-ulevlOseEM .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ulevlOseEM .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulevlOseEM .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-ulevlOseEM .mbr-text,
.cid-ulevlOseEM .item .mbr-section-btn {
  text-align: center;
}
.cid-ulevlOseEM .content-head {
  max-width: 800px;
}
.cid-ulevlOseEM .mbr-section-subtitle,
.cid-ulevlOseEM .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ulevlQiKY6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulevlQiKY6 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulevlQiKY6 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulevlQiKY6 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulevlQiKY6 .social-media {
  margin-top: 1.5rem;
}
.cid-ulevlQiKY6 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulevlQiKY6 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulevlQiKY6 .mbr-text,
.cid-ulevlQiKY6 .mbr-offer {
  line-height: 1.5;
}
.cid-ulevlQiKY6 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulevlQiKY6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulevlQiKY6 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulevlQiKY6 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulevlQiKY6 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulevlQiKY6 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ulevlQiKY6 .container-fluid {
  max-width: 1300px;
}
.cid-uleB7wSFeU {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uleB7wSFeU .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uleB7wSFeU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uleB7wSFeU .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uleB7wSFeU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uleB7wSFeU .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uleB7wSFeU .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uleB7wSFeU .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uleB7wSFeU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uleB7wSFeU .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uleB7wSFeU .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uleB7wSFeU .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uleB7wSFeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uleB7wSFeU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uleB7wSFeU .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uleB7wSFeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uleB7wSFeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uleB7wSFeU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uleB7wSFeU .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uleB7wSFeU .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uleB7wSFeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uleB7wSFeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uleB7wSFeU .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uleB7wSFeU .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uleB7wSFeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uleB7wSFeU .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uleB7wSFeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uleB7wSFeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uleB7wSFeU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uleB7wSFeU .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uleB7wSFeU .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uleB7wSFeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uleB7wSFeU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uleB7wSFeU .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uleB7wSFeU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uleB7wSFeU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uleB7wSFeU .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uleB7wSFeU .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uleB7wSFeU .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uleB7wSFeU .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uleB7wSFeU .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uleB7wSFeU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uleB7wSFeU .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uleB7wSFeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uleB7wSFeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uleB7wSFeU .dropdown-item.active,
.cid-uleB7wSFeU .dropdown-item:active {
  background-color: transparent;
}
.cid-uleB7wSFeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uleB7wSFeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uleB7wSFeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uleB7wSFeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uleB7wSFeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uleB7wSFeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uleB7wSFeU ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uleB7wSFeU .navbar-buttons {
  text-align: center;
}
.cid-uleB7wSFeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uleB7wSFeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uleB7wSFeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uleB7wSFeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uleB7wSFeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uleB7wSFeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uleB7wSFeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uleB7wSFeU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uleB7wSFeU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uleB7wSFeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uleB7wSFeU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uleB7wSFeU .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uleB7wSFeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uleB7wSFeU .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uleB7wSFeU .nav-link:hover,
.cid-uleB7wSFeU .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uleB7wSFeU .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uleB7wSFeU .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uleB7wSFeU .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uleB7xXUPL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uleB7xXUPL img,
.cid-uleB7xXUPL .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uleB7xXUPL .item:focus,
.cid-uleB7xXUPL span:focus {
  outline: none;
}
.cid-uleB7xXUPL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uleB7xXUPL .item {
    margin-bottom: 1rem;
  }
}
.cid-uleB7xXUPL h5 {
  margin: 0;
}
.cid-uleB7xXUPL .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uleB7xXUPL .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uleB7xXUPL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uleB7xXUPL .item-wrapper:hover {
  border-color: #000000;
}
.cid-uleB7xXUPL .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uleB7xXUPL .item-wrapper {
    height: auto;
  }
}
.cid-uleB7xXUPL .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uleB7xXUPL .item-title {
  text-align: center;
  color: #000000;
}
.cid-uleB7xXUPL .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uleB7xXUPL .mbr-text,
.cid-uleB7xXUPL .item .mbr-section-btn {
  text-align: center;
}
.cid-uleB7xXUPL .content-head {
  max-width: 800px;
}
.cid-uleB7xXUPL .mbr-section-subtitle,
.cid-uleB7xXUPL .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uleB7xXUPL .mbr-section-subtitle,
.cid-uleB7xXUPL .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uleB7zcjYC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uleB7zcjYC .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uleB7zcjYC .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uleB7zcjYC .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uleB7zcjYC .social-media {
  margin-top: 1.5rem;
}
.cid-uleB7zcjYC .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uleB7zcjYC .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uleB7zcjYC .mbr-text,
.cid-uleB7zcjYC .mbr-offer {
  line-height: 1.5;
}
.cid-uleB7zcjYC .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uleB7zcjYC .container-fluid {
    padding: 0 1rem;
  }
  .cid-uleB7zcjYC .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uleB7zcjYC .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uleB7zcjYC .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uleB7zcjYC .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uleB7zcjYC .container-fluid {
  max-width: 1300px;
}
.cid-uleCpPm77e {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uleCpPm77e .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uleCpPm77e .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uleCpPm77e .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uleCpPm77e .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uleCpPm77e .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uleCpPm77e .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uleCpPm77e .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uleCpPm77e .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uleCpPm77e .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uleCpPm77e .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uleCpPm77e .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uleCpPm77e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uleCpPm77e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uleCpPm77e .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uleCpPm77e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uleCpPm77e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uleCpPm77e .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uleCpPm77e .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uleCpPm77e .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uleCpPm77e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uleCpPm77e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uleCpPm77e .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uleCpPm77e .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uleCpPm77e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uleCpPm77e .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uleCpPm77e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uleCpPm77e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uleCpPm77e .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uleCpPm77e .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uleCpPm77e .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uleCpPm77e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uleCpPm77e .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uleCpPm77e .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uleCpPm77e .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uleCpPm77e .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uleCpPm77e .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uleCpPm77e .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uleCpPm77e .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uleCpPm77e .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uleCpPm77e .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uleCpPm77e .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uleCpPm77e .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uleCpPm77e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uleCpPm77e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uleCpPm77e .dropdown-item.active,
.cid-uleCpPm77e .dropdown-item:active {
  background-color: transparent;
}
.cid-uleCpPm77e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uleCpPm77e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uleCpPm77e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uleCpPm77e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uleCpPm77e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uleCpPm77e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uleCpPm77e ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uleCpPm77e .navbar-buttons {
  text-align: center;
}
.cid-uleCpPm77e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uleCpPm77e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uleCpPm77e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uleCpPm77e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uleCpPm77e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uleCpPm77e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uleCpPm77e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uleCpPm77e nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uleCpPm77e nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uleCpPm77e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uleCpPm77e a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uleCpPm77e .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uleCpPm77e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uleCpPm77e .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uleCpPm77e .nav-link:hover,
.cid-uleCpPm77e .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uleCpPm77e .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uleCpPm77e .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uleCpPm77e .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uleCpQCykV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uleCpQCykV img,
.cid-uleCpQCykV .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uleCpQCykV .item:focus,
.cid-uleCpQCykV span:focus {
  outline: none;
}
.cid-uleCpQCykV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uleCpQCykV .item {
    margin-bottom: 1rem;
  }
}
.cid-uleCpQCykV h5 {
  margin: 0;
}
.cid-uleCpQCykV .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uleCpQCykV .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uleCpQCykV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uleCpQCykV .item-wrapper:hover {
  border-color: #000000;
}
.cid-uleCpQCykV .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uleCpQCykV .item-wrapper {
    height: auto;
  }
}
.cid-uleCpQCykV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uleCpQCykV .item-title {
  text-align: center;
  color: #000000;
}
.cid-uleCpQCykV .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uleCpQCykV .mbr-text,
.cid-uleCpQCykV .item .mbr-section-btn {
  text-align: center;
}
.cid-uleCpQCykV .content-head {
  max-width: 800px;
}
.cid-uleCpQCykV .mbr-section-subtitle,
.cid-uleCpQCykV .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uleCpQCykV .mbr-section-subtitle,
.cid-uleCpQCykV .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uleCpRjQa3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uleCpRjQa3 img,
.cid-uleCpRjQa3 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uleCpRjQa3 .item:focus,
.cid-uleCpRjQa3 span:focus {
  outline: none;
}
.cid-uleCpRjQa3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uleCpRjQa3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uleCpRjQa3 h5 {
  margin: 0;
}
.cid-uleCpRjQa3 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uleCpRjQa3 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uleCpRjQa3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uleCpRjQa3 .item-wrapper:hover {
  border-color: #000000;
}
.cid-uleCpRjQa3 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uleCpRjQa3 .item-wrapper {
    height: auto;
  }
}
.cid-uleCpRjQa3 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uleCpRjQa3 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uleCpRjQa3 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uleCpRjQa3 .mbr-text,
.cid-uleCpRjQa3 .item .mbr-section-btn {
  text-align: center;
}
.cid-uleCpRjQa3 .content-head {
  max-width: 800px;
}
.cid-uleCpRjQa3 .mbr-section-subtitle,
.cid-uleCpRjQa3 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uleCpS2gQ0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uleCpS2gQ0 img,
.cid-uleCpS2gQ0 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uleCpS2gQ0 .item:focus,
.cid-uleCpS2gQ0 span:focus {
  outline: none;
}
.cid-uleCpS2gQ0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uleCpS2gQ0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uleCpS2gQ0 h5 {
  margin: 0;
}
.cid-uleCpS2gQ0 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uleCpS2gQ0 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uleCpS2gQ0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uleCpS2gQ0 .item-wrapper:hover {
  border-color: #000000;
}
.cid-uleCpS2gQ0 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uleCpS2gQ0 .item-wrapper {
    height: auto;
  }
}
.cid-uleCpS2gQ0 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uleCpS2gQ0 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uleCpS2gQ0 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uleCpS2gQ0 .mbr-text,
.cid-uleCpS2gQ0 .item .mbr-section-btn {
  text-align: center;
}
.cid-uleCpS2gQ0 .content-head {
  max-width: 800px;
}
.cid-uleCpS2gQ0 .mbr-section-subtitle,
.cid-uleCpS2gQ0 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uleCpSxvzZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uleCpSxvzZ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uleCpSxvzZ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uleCpSxvzZ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uleCpSxvzZ .social-media {
  margin-top: 1.5rem;
}
.cid-uleCpSxvzZ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uleCpSxvzZ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uleCpSxvzZ .mbr-text,
.cid-uleCpSxvzZ .mbr-offer {
  line-height: 1.5;
}
.cid-uleCpSxvzZ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uleCpSxvzZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uleCpSxvzZ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uleCpSxvzZ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uleCpSxvzZ .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uleCpSxvzZ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uleCpSxvzZ .container-fluid {
  max-width: 1300px;
}
.cid-uleHfqPaxR {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uleHfqPaxR .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uleHfqPaxR .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uleHfqPaxR .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uleHfqPaxR .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uleHfqPaxR .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uleHfqPaxR .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uleHfqPaxR .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uleHfqPaxR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uleHfqPaxR .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uleHfqPaxR .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uleHfqPaxR .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uleHfqPaxR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uleHfqPaxR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uleHfqPaxR .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uleHfqPaxR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uleHfqPaxR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uleHfqPaxR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uleHfqPaxR .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uleHfqPaxR .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uleHfqPaxR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uleHfqPaxR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uleHfqPaxR .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uleHfqPaxR .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uleHfqPaxR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uleHfqPaxR .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uleHfqPaxR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uleHfqPaxR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uleHfqPaxR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uleHfqPaxR .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uleHfqPaxR .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uleHfqPaxR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uleHfqPaxR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uleHfqPaxR .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uleHfqPaxR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uleHfqPaxR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uleHfqPaxR .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uleHfqPaxR .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uleHfqPaxR .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uleHfqPaxR .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uleHfqPaxR .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uleHfqPaxR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uleHfqPaxR .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uleHfqPaxR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uleHfqPaxR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uleHfqPaxR .dropdown-item.active,
.cid-uleHfqPaxR .dropdown-item:active {
  background-color: transparent;
}
.cid-uleHfqPaxR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uleHfqPaxR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uleHfqPaxR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uleHfqPaxR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uleHfqPaxR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uleHfqPaxR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uleHfqPaxR ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uleHfqPaxR .navbar-buttons {
  text-align: center;
}
.cid-uleHfqPaxR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uleHfqPaxR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uleHfqPaxR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uleHfqPaxR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uleHfqPaxR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uleHfqPaxR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uleHfqPaxR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uleHfqPaxR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uleHfqPaxR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uleHfqPaxR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uleHfqPaxR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uleHfqPaxR .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uleHfqPaxR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uleHfqPaxR .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uleHfqPaxR .nav-link:hover,
.cid-uleHfqPaxR .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uleHfqPaxR .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uleHfqPaxR .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uleHfqPaxR .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uleHfrQCxD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uleHfrQCxD img,
.cid-uleHfrQCxD .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uleHfrQCxD .item:focus,
.cid-uleHfrQCxD span:focus {
  outline: none;
}
.cid-uleHfrQCxD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uleHfrQCxD .item {
    margin-bottom: 1rem;
  }
}
.cid-uleHfrQCxD h5 {
  margin: 0;
}
.cid-uleHfrQCxD .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uleHfrQCxD .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uleHfrQCxD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uleHfrQCxD .item-wrapper:hover {
  border-color: #000000;
}
.cid-uleHfrQCxD .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uleHfrQCxD .item-wrapper {
    height: auto;
  }
}
.cid-uleHfrQCxD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uleHfrQCxD .item-title {
  text-align: center;
  color: #000000;
}
.cid-uleHfrQCxD .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uleHfrQCxD .mbr-text,
.cid-uleHfrQCxD .item .mbr-section-btn {
  text-align: center;
}
.cid-uleHfrQCxD .content-head {
  max-width: 800px;
}
.cid-uleHfrQCxD .mbr-section-subtitle,
.cid-uleHfrQCxD .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uleHfrQCxD .mbr-section-subtitle,
.cid-uleHfrQCxD .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uleHfspce9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uleHfspce9 img,
.cid-uleHfspce9 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uleHfspce9 .item:focus,
.cid-uleHfspce9 span:focus {
  outline: none;
}
.cid-uleHfspce9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uleHfspce9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uleHfspce9 h5 {
  margin: 0;
}
.cid-uleHfspce9 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uleHfspce9 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uleHfspce9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uleHfspce9 .item-wrapper:hover {
  border-color: #000000;
}
.cid-uleHfspce9 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uleHfspce9 .item-wrapper {
    height: auto;
  }
}
.cid-uleHfspce9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uleHfspce9 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uleHfspce9 .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uleHfspce9 .mbr-text,
.cid-uleHfspce9 .item .mbr-section-btn {
  text-align: center;
}
.cid-uleHfspce9 .content-head {
  max-width: 800px;
}
.cid-uleHfspce9 .mbr-section-subtitle,
.cid-uleHfspce9 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uleHft19Gu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uleHft19Gu img,
.cid-uleHft19Gu .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uleHft19Gu .item:focus,
.cid-uleHft19Gu span:focus {
  outline: none;
}
.cid-uleHft19Gu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uleHft19Gu .item {
    margin-bottom: 1rem;
  }
}
.cid-uleHft19Gu h5 {
  margin: 0;
}
.cid-uleHft19Gu .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uleHft19Gu .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uleHft19Gu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uleHft19Gu .item-wrapper:hover {
  border-color: #000000;
}
.cid-uleHft19Gu .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uleHft19Gu .item-wrapper {
    height: auto;
  }
}
.cid-uleHft19Gu .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uleHft19Gu .item-title {
  text-align: center;
  color: #000000;
}
.cid-uleHft19Gu .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uleHft19Gu .mbr-text,
.cid-uleHft19Gu .item .mbr-section-btn {
  text-align: center;
}
.cid-uleHft19Gu .content-head {
  max-width: 800px;
}
.cid-uleHft19Gu .mbr-section-subtitle,
.cid-uleHft19Gu .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uleHfttNM9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uleHfttNM9 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uleHfttNM9 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uleHfttNM9 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uleHfttNM9 .social-media {
  margin-top: 1.5rem;
}
.cid-uleHfttNM9 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uleHfttNM9 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uleHfttNM9 .mbr-text,
.cid-uleHfttNM9 .mbr-offer {
  line-height: 1.5;
}
.cid-uleHfttNM9 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uleHfttNM9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uleHfttNM9 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uleHfttNM9 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uleHfttNM9 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uleHfttNM9 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uleHfttNM9 .container-fluid {
  max-width: 1300px;
}
.cid-uleNvMwqtY {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uleNvMwqtY .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uleNvMwqtY .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uleNvMwqtY .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uleNvMwqtY .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uleNvMwqtY .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uleNvMwqtY .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uleNvMwqtY .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uleNvMwqtY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uleNvMwqtY .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uleNvMwqtY .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uleNvMwqtY .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uleNvMwqtY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uleNvMwqtY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uleNvMwqtY .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uleNvMwqtY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uleNvMwqtY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uleNvMwqtY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uleNvMwqtY .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uleNvMwqtY .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uleNvMwqtY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uleNvMwqtY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uleNvMwqtY .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uleNvMwqtY .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uleNvMwqtY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uleNvMwqtY .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uleNvMwqtY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uleNvMwqtY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uleNvMwqtY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uleNvMwqtY .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uleNvMwqtY .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uleNvMwqtY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uleNvMwqtY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uleNvMwqtY .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uleNvMwqtY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uleNvMwqtY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uleNvMwqtY .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uleNvMwqtY .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uleNvMwqtY .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uleNvMwqtY .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uleNvMwqtY .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uleNvMwqtY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uleNvMwqtY .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uleNvMwqtY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uleNvMwqtY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uleNvMwqtY .dropdown-item.active,
.cid-uleNvMwqtY .dropdown-item:active {
  background-color: transparent;
}
.cid-uleNvMwqtY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uleNvMwqtY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uleNvMwqtY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uleNvMwqtY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uleNvMwqtY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uleNvMwqtY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uleNvMwqtY ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uleNvMwqtY .navbar-buttons {
  text-align: center;
}
.cid-uleNvMwqtY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uleNvMwqtY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uleNvMwqtY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uleNvMwqtY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uleNvMwqtY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uleNvMwqtY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uleNvMwqtY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uleNvMwqtY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uleNvMwqtY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uleNvMwqtY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uleNvMwqtY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uleNvMwqtY .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uleNvMwqtY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uleNvMwqtY .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uleNvMwqtY .nav-link:hover,
.cid-uleNvMwqtY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uleNvMwqtY .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uleNvMwqtY .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uleNvMwqtY .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uleNvO5NMM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uleNvO5NMM img,
.cid-uleNvO5NMM .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uleNvO5NMM .item:focus,
.cid-uleNvO5NMM span:focus {
  outline: none;
}
.cid-uleNvO5NMM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uleNvO5NMM .item {
    margin-bottom: 1rem;
  }
}
.cid-uleNvO5NMM h5 {
  margin: 0;
}
.cid-uleNvO5NMM .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uleNvO5NMM .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uleNvO5NMM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uleNvO5NMM .item-wrapper:hover {
  border-color: #000000;
}
.cid-uleNvO5NMM .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uleNvO5NMM .item-wrapper {
    height: auto;
  }
}
.cid-uleNvO5NMM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uleNvO5NMM .item-title {
  text-align: center;
  color: #000000;
}
.cid-uleNvO5NMM .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uleNvO5NMM .mbr-text,
.cid-uleNvO5NMM .item .mbr-section-btn {
  text-align: center;
  color: #03426a;
}
.cid-uleNvO5NMM .content-head {
  max-width: 800px;
}
.cid-uleNvO5NMM .mbr-section-subtitle,
.cid-uleNvO5NMM .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uleNvO5NMM .mbr-section-subtitle,
.cid-uleNvO5NMM .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uleNvOz2yh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uleNvOz2yh .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uleNvOz2yh .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uleNvOz2yh .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uleNvOz2yh .social-media {
  margin-top: 1.5rem;
}
.cid-uleNvOz2yh .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uleNvOz2yh .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uleNvOz2yh .mbr-text,
.cid-uleNvOz2yh .mbr-offer {
  line-height: 1.5;
}
.cid-uleNvOz2yh .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uleNvOz2yh .container-fluid {
    padding: 0 1rem;
  }
  .cid-uleNvOz2yh .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uleNvOz2yh .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uleNvOz2yh .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uleNvOz2yh .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uleNvOz2yh .container-fluid {
  max-width: 1300px;
}
.cid-uleOqQuHZa {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uleOqQuHZa .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uleOqQuHZa .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uleOqQuHZa .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uleOqQuHZa .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uleOqQuHZa .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uleOqQuHZa .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uleOqQuHZa .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uleOqQuHZa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uleOqQuHZa .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uleOqQuHZa .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uleOqQuHZa .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uleOqQuHZa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uleOqQuHZa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uleOqQuHZa .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uleOqQuHZa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uleOqQuHZa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uleOqQuHZa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uleOqQuHZa .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uleOqQuHZa .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uleOqQuHZa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uleOqQuHZa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uleOqQuHZa .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uleOqQuHZa .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uleOqQuHZa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uleOqQuHZa .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uleOqQuHZa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uleOqQuHZa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uleOqQuHZa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uleOqQuHZa .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uleOqQuHZa .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uleOqQuHZa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uleOqQuHZa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uleOqQuHZa .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uleOqQuHZa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uleOqQuHZa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uleOqQuHZa .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uleOqQuHZa .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uleOqQuHZa .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uleOqQuHZa .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uleOqQuHZa .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uleOqQuHZa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uleOqQuHZa .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uleOqQuHZa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uleOqQuHZa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uleOqQuHZa .dropdown-item.active,
.cid-uleOqQuHZa .dropdown-item:active {
  background-color: transparent;
}
.cid-uleOqQuHZa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uleOqQuHZa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uleOqQuHZa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uleOqQuHZa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uleOqQuHZa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uleOqQuHZa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uleOqQuHZa ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uleOqQuHZa .navbar-buttons {
  text-align: center;
}
.cid-uleOqQuHZa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uleOqQuHZa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uleOqQuHZa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uleOqQuHZa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uleOqQuHZa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uleOqQuHZa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uleOqQuHZa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uleOqQuHZa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uleOqQuHZa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uleOqQuHZa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uleOqQuHZa a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uleOqQuHZa .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uleOqQuHZa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uleOqQuHZa .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uleOqQuHZa .nav-link:hover,
.cid-uleOqQuHZa .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uleOqQuHZa .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uleOqQuHZa .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uleOqQuHZa .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uleOqRJdSk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uleOqRJdSk img,
.cid-uleOqRJdSk .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uleOqRJdSk .item:focus,
.cid-uleOqRJdSk span:focus {
  outline: none;
}
.cid-uleOqRJdSk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uleOqRJdSk .item {
    margin-bottom: 1rem;
  }
}
.cid-uleOqRJdSk h5 {
  margin: 0;
}
.cid-uleOqRJdSk .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uleOqRJdSk .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uleOqRJdSk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uleOqRJdSk .item-wrapper:hover {
  border-color: #000000;
}
.cid-uleOqRJdSk .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uleOqRJdSk .item-wrapper {
    height: auto;
  }
}
.cid-uleOqRJdSk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uleOqRJdSk .item-title {
  text-align: center;
  color: #000000;
}
.cid-uleOqRJdSk .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uleOqRJdSk .mbr-text,
.cid-uleOqRJdSk .item .mbr-section-btn {
  text-align: center;
}
.cid-uleOqRJdSk .content-head {
  max-width: 800px;
}
.cid-uleOqRJdSk .mbr-section-subtitle,
.cid-uleOqRJdSk .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uleOqRJdSk .mbr-section-subtitle,
.cid-uleOqRJdSk .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uleOqSlQ5B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uleOqSlQ5B img,
.cid-uleOqSlQ5B .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uleOqSlQ5B .item:focus,
.cid-uleOqSlQ5B span:focus {
  outline: none;
}
.cid-uleOqSlQ5B .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uleOqSlQ5B .item {
    margin-bottom: 1rem;
  }
}
.cid-uleOqSlQ5B h5 {
  margin: 0;
}
.cid-uleOqSlQ5B .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uleOqSlQ5B .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uleOqSlQ5B .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uleOqSlQ5B .item-wrapper:hover {
  border-color: #000000;
}
.cid-uleOqSlQ5B .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uleOqSlQ5B .item-wrapper {
    height: auto;
  }
}
.cid-uleOqSlQ5B .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uleOqSlQ5B .item-title {
  text-align: center;
  color: #000000;
}
.cid-uleOqSlQ5B .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uleOqSlQ5B .mbr-text,
.cid-uleOqSlQ5B .item .mbr-section-btn {
  text-align: center;
}
.cid-uleOqSlQ5B .content-head {
  max-width: 800px;
}
.cid-uleOqSlQ5B .mbr-section-subtitle,
.cid-uleOqSlQ5B .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uleRaDLK6J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uleRaDLK6J img,
.cid-uleRaDLK6J .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uleRaDLK6J .item:focus,
.cid-uleRaDLK6J span:focus {
  outline: none;
}
.cid-uleRaDLK6J .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uleRaDLK6J .item {
    margin-bottom: 1rem;
  }
}
.cid-uleRaDLK6J h5 {
  margin: 0;
}
.cid-uleRaDLK6J .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uleRaDLK6J .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uleRaDLK6J .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uleRaDLK6J .item-wrapper:hover {
  border-color: #000000;
}
.cid-uleRaDLK6J .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uleRaDLK6J .item-wrapper {
    height: auto;
  }
}
.cid-uleRaDLK6J .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uleRaDLK6J .item-title {
  text-align: center;
  color: #000000;
}
.cid-uleRaDLK6J .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uleRaDLK6J .mbr-text,
.cid-uleRaDLK6J .item .mbr-section-btn {
  text-align: center;
}
.cid-uleRaDLK6J .content-head {
  max-width: 800px;
}
.cid-uleRaDLK6J .mbr-section-subtitle,
.cid-uleRaDLK6J .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uleOqT1QXh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uleOqT1QXh img,
.cid-uleOqT1QXh .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uleOqT1QXh .item:focus,
.cid-uleOqT1QXh span:focus {
  outline: none;
}
.cid-uleOqT1QXh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uleOqT1QXh .item {
    margin-bottom: 1rem;
  }
}
.cid-uleOqT1QXh h5 {
  margin: 0;
}
.cid-uleOqT1QXh .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uleOqT1QXh .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uleOqT1QXh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uleOqT1QXh .item-wrapper:hover {
  border-color: #000000;
}
.cid-uleOqT1QXh .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uleOqT1QXh .item-wrapper {
    height: auto;
  }
}
.cid-uleOqT1QXh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uleOqT1QXh .item-title {
  text-align: center;
  color: #000000;
}
.cid-uleOqT1QXh .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uleOqT1QXh .mbr-text,
.cid-uleOqT1QXh .item .mbr-section-btn {
  text-align: center;
}
.cid-uleOqT1QXh .content-head {
  max-width: 800px;
}
.cid-uleOqT1QXh .mbr-section-subtitle,
.cid-uleOqT1QXh .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uleOqTrZ1V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uleOqTrZ1V .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uleOqTrZ1V .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uleOqTrZ1V .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uleOqTrZ1V .social-media {
  margin-top: 1.5rem;
}
.cid-uleOqTrZ1V .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uleOqTrZ1V .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uleOqTrZ1V .mbr-text,
.cid-uleOqTrZ1V .mbr-offer {
  line-height: 1.5;
}
.cid-uleOqTrZ1V .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uleOqTrZ1V .container-fluid {
    padding: 0 1rem;
  }
  .cid-uleOqTrZ1V .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uleOqTrZ1V .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uleOqTrZ1V .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uleOqTrZ1V .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uleOqTrZ1V .container-fluid {
  max-width: 1300px;
}
.cid-ulpwnLhXkd {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulpwnLhXkd .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulpwnLhXkd .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulpwnLhXkd .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulpwnLhXkd .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulpwnLhXkd .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulpwnLhXkd .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulpwnLhXkd .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulpwnLhXkd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulpwnLhXkd .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulpwnLhXkd .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulpwnLhXkd .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulpwnLhXkd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulpwnLhXkd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ulpwnLhXkd .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulpwnLhXkd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulpwnLhXkd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulpwnLhXkd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulpwnLhXkd .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulpwnLhXkd .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulpwnLhXkd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulpwnLhXkd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulpwnLhXkd .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulpwnLhXkd .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulpwnLhXkd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulpwnLhXkd .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulpwnLhXkd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulpwnLhXkd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulpwnLhXkd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulpwnLhXkd .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulpwnLhXkd .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulpwnLhXkd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulpwnLhXkd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulpwnLhXkd .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulpwnLhXkd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulpwnLhXkd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulpwnLhXkd .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulpwnLhXkd .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulpwnLhXkd .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulpwnLhXkd .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulpwnLhXkd .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulpwnLhXkd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulpwnLhXkd .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulpwnLhXkd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulpwnLhXkd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulpwnLhXkd .dropdown-item.active,
.cid-ulpwnLhXkd .dropdown-item:active {
  background-color: transparent;
}
.cid-ulpwnLhXkd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ulpwnLhXkd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulpwnLhXkd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulpwnLhXkd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulpwnLhXkd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulpwnLhXkd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulpwnLhXkd ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulpwnLhXkd .navbar-buttons {
  text-align: center;
}
.cid-ulpwnLhXkd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulpwnLhXkd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulpwnLhXkd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulpwnLhXkd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulpwnLhXkd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulpwnLhXkd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulpwnLhXkd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulpwnLhXkd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulpwnLhXkd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulpwnLhXkd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulpwnLhXkd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulpwnLhXkd .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulpwnLhXkd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulpwnLhXkd .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulpwnLhXkd .nav-link:hover,
.cid-ulpwnLhXkd .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulpwnLhXkd .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulpwnLhXkd .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulpwnLhXkd .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulpwnMLoGd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulpwnMLoGd img,
.cid-ulpwnMLoGd .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulpwnMLoGd .item:focus,
.cid-ulpwnMLoGd span:focus {
  outline: none;
}
.cid-ulpwnMLoGd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulpwnMLoGd .item {
    margin-bottom: 1rem;
  }
}
.cid-ulpwnMLoGd h5 {
  margin: 0;
}
.cid-ulpwnMLoGd .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulpwnMLoGd .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulpwnMLoGd .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulpwnMLoGd .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulpwnMLoGd .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulpwnMLoGd .item-wrapper {
    height: auto;
  }
}
.cid-ulpwnMLoGd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulpwnMLoGd .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulpwnMLoGd .item-subtitle {
  text-align: center;
}
.cid-ulpwnMLoGd .mbr-text,
.cid-ulpwnMLoGd .item .mbr-section-btn {
  text-align: center;
}
.cid-ulpwnMLoGd .content-head {
  max-width: 800px;
}
.cid-ulpwnMLoGd .mbr-section-subtitle,
.cid-ulpwnMLoGd .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulpwnRaxa9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulpwnRaxa9 img,
.cid-ulpwnRaxa9 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulpwnRaxa9 .item:focus,
.cid-ulpwnRaxa9 span:focus {
  outline: none;
}
.cid-ulpwnRaxa9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulpwnRaxa9 .item {
    margin-bottom: 1rem;
  }
}
.cid-ulpwnRaxa9 h5 {
  margin: 0;
}
.cid-ulpwnRaxa9 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulpwnRaxa9 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulpwnRaxa9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulpwnRaxa9 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulpwnRaxa9 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulpwnRaxa9 .item-wrapper {
    height: auto;
  }
}
.cid-ulpwnRaxa9 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ulpwnRaxa9 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulpwnRaxa9 .item-subtitle {
  text-align: center;
}
.cid-ulpwnRaxa9 .mbr-text,
.cid-ulpwnRaxa9 .item .mbr-section-btn {
  text-align: center;
}
.cid-ulpwnRaxa9 .content-head {
  max-width: 800px;
}
.cid-ulpwnRaxa9 .mbr-section-subtitle,
.cid-ulpwnRaxa9 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ulpwnNG2OH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulpwnNG2OH img,
.cid-ulpwnNG2OH .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulpwnNG2OH .item:focus,
.cid-ulpwnNG2OH span:focus {
  outline: none;
}
.cid-ulpwnNG2OH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulpwnNG2OH .item {
    margin-bottom: 1rem;
  }
}
.cid-ulpwnNG2OH h5 {
  margin: 0;
}
.cid-ulpwnNG2OH .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulpwnNG2OH .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulpwnNG2OH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulpwnNG2OH .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulpwnNG2OH .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulpwnNG2OH .item-wrapper {
    height: auto;
  }
}
.cid-ulpwnNG2OH .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ulpwnNG2OH .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulpwnNG2OH .item-subtitle {
  text-align: center;
}
.cid-ulpwnNG2OH .mbr-text,
.cid-ulpwnNG2OH .item .mbr-section-btn {
  text-align: center;
}
.cid-ulpwnNG2OH .content-head {
  max-width: 800px;
}
.cid-ulpwnNG2OH .mbr-section-subtitle,
.cid-ulpwnNG2OH .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ulpwnSKVAC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulpwnSKVAC .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulpwnSKVAC .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulpwnSKVAC .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulpwnSKVAC .social-media {
  margin-top: 1.5rem;
}
.cid-ulpwnSKVAC .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulpwnSKVAC .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulpwnSKVAC .mbr-text,
.cid-ulpwnSKVAC .mbr-offer {
  line-height: 1.5;
}
.cid-ulpwnSKVAC .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulpwnSKVAC .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulpwnSKVAC .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulpwnSKVAC .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulpwnSKVAC .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulpwnSKVAC .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ulpwnSKVAC .container-fluid {
  max-width: 1300px;
}
.cid-ulq6L20Uq9 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulq6L20Uq9 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulq6L20Uq9 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulq6L20Uq9 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulq6L20Uq9 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulq6L20Uq9 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulq6L20Uq9 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulq6L20Uq9 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulq6L20Uq9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulq6L20Uq9 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulq6L20Uq9 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulq6L20Uq9 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulq6L20Uq9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulq6L20Uq9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ulq6L20Uq9 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulq6L20Uq9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulq6L20Uq9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulq6L20Uq9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulq6L20Uq9 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulq6L20Uq9 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulq6L20Uq9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulq6L20Uq9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulq6L20Uq9 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulq6L20Uq9 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulq6L20Uq9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulq6L20Uq9 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulq6L20Uq9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulq6L20Uq9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulq6L20Uq9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulq6L20Uq9 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulq6L20Uq9 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulq6L20Uq9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulq6L20Uq9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulq6L20Uq9 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulq6L20Uq9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulq6L20Uq9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulq6L20Uq9 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulq6L20Uq9 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulq6L20Uq9 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulq6L20Uq9 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulq6L20Uq9 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulq6L20Uq9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulq6L20Uq9 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulq6L20Uq9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulq6L20Uq9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulq6L20Uq9 .dropdown-item.active,
.cid-ulq6L20Uq9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ulq6L20Uq9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ulq6L20Uq9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulq6L20Uq9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulq6L20Uq9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulq6L20Uq9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulq6L20Uq9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulq6L20Uq9 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulq6L20Uq9 .navbar-buttons {
  text-align: center;
}
.cid-ulq6L20Uq9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulq6L20Uq9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulq6L20Uq9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulq6L20Uq9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulq6L20Uq9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulq6L20Uq9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulq6L20Uq9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulq6L20Uq9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulq6L20Uq9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulq6L20Uq9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulq6L20Uq9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulq6L20Uq9 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulq6L20Uq9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulq6L20Uq9 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulq6L20Uq9 .nav-link:hover,
.cid-ulq6L20Uq9 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulq6L20Uq9 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulq6L20Uq9 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulq6L20Uq9 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulq6L3fzLA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulq6L3fzLA img,
.cid-ulq6L3fzLA .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulq6L3fzLA .item:focus,
.cid-ulq6L3fzLA span:focus {
  outline: none;
}
.cid-ulq6L3fzLA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulq6L3fzLA .item {
    margin-bottom: 1rem;
  }
}
.cid-ulq6L3fzLA h5 {
  margin: 0;
}
.cid-ulq6L3fzLA .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulq6L3fzLA .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulq6L3fzLA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulq6L3fzLA .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulq6L3fzLA .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulq6L3fzLA .item-wrapper {
    height: auto;
  }
}
.cid-ulq6L3fzLA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulq6L3fzLA .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulq6L3fzLA .item-subtitle {
  text-align: center;
}
.cid-ulq6L3fzLA .mbr-text,
.cid-ulq6L3fzLA .item .mbr-section-btn {
  text-align: center;
}
.cid-ulq6L3fzLA .content-head {
  max-width: 800px;
}
.cid-ulq6L3fzLA .mbr-section-subtitle,
.cid-ulq6L3fzLA .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulq6L3VuRe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulq6L3VuRe img,
.cid-ulq6L3VuRe .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulq6L3VuRe .item:focus,
.cid-ulq6L3VuRe span:focus {
  outline: none;
}
.cid-ulq6L3VuRe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulq6L3VuRe .item {
    margin-bottom: 1rem;
  }
}
.cid-ulq6L3VuRe h5 {
  margin: 0;
}
.cid-ulq6L3VuRe .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulq6L3VuRe .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulq6L3VuRe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulq6L3VuRe .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulq6L3VuRe .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulq6L3VuRe .item-wrapper {
    height: auto;
  }
}
.cid-ulq6L3VuRe .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ulq6L3VuRe .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulq6L3VuRe .item-subtitle {
  text-align: center;
}
.cid-ulq6L3VuRe .mbr-text,
.cid-ulq6L3VuRe .item .mbr-section-btn {
  text-align: center;
}
.cid-ulq6L3VuRe .content-head {
  max-width: 800px;
}
.cid-ulq6L3VuRe .mbr-section-subtitle,
.cid-ulq6L3VuRe .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ulq6L4zVAi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulq6L4zVAi img,
.cid-ulq6L4zVAi .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulq6L4zVAi .item:focus,
.cid-ulq6L4zVAi span:focus {
  outline: none;
}
.cid-ulq6L4zVAi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulq6L4zVAi .item {
    margin-bottom: 1rem;
  }
}
.cid-ulq6L4zVAi h5 {
  margin: 0;
}
.cid-ulq6L4zVAi .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulq6L4zVAi .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulq6L4zVAi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulq6L4zVAi .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulq6L4zVAi .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulq6L4zVAi .item-wrapper {
    height: auto;
  }
}
.cid-ulq6L4zVAi .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ulq6L4zVAi .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulq6L4zVAi .item-subtitle {
  text-align: center;
}
.cid-ulq6L4zVAi .mbr-text,
.cid-ulq6L4zVAi .item .mbr-section-btn {
  text-align: center;
}
.cid-ulq6L4zVAi .content-head {
  max-width: 800px;
}
.cid-ulq6L4zVAi .mbr-section-subtitle,
.cid-ulq6L4zVAi .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ulq6L51FEF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulq6L51FEF .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulq6L51FEF .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulq6L51FEF .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulq6L51FEF .social-media {
  margin-top: 1.5rem;
}
.cid-ulq6L51FEF .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulq6L51FEF .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulq6L51FEF .mbr-text,
.cid-ulq6L51FEF .mbr-offer {
  line-height: 1.5;
}
.cid-ulq6L51FEF .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulq6L51FEF .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulq6L51FEF .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulq6L51FEF .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulq6L51FEF .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulq6L51FEF .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ulq6L51FEF .container-fluid {
  max-width: 1300px;
}
.cid-ulqg2drqBu {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulqg2drqBu .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulqg2drqBu .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulqg2drqBu .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulqg2drqBu .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulqg2drqBu .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulqg2drqBu .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulqg2drqBu .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulqg2drqBu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulqg2drqBu .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulqg2drqBu .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulqg2drqBu .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulqg2drqBu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulqg2drqBu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ulqg2drqBu .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulqg2drqBu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulqg2drqBu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulqg2drqBu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulqg2drqBu .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulqg2drqBu .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulqg2drqBu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulqg2drqBu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulqg2drqBu .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulqg2drqBu .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulqg2drqBu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulqg2drqBu .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulqg2drqBu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulqg2drqBu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulqg2drqBu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulqg2drqBu .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulqg2drqBu .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulqg2drqBu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulqg2drqBu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulqg2drqBu .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulqg2drqBu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulqg2drqBu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulqg2drqBu .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulqg2drqBu .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulqg2drqBu .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulqg2drqBu .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulqg2drqBu .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulqg2drqBu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulqg2drqBu .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulqg2drqBu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulqg2drqBu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulqg2drqBu .dropdown-item.active,
.cid-ulqg2drqBu .dropdown-item:active {
  background-color: transparent;
}
.cid-ulqg2drqBu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ulqg2drqBu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulqg2drqBu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulqg2drqBu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulqg2drqBu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulqg2drqBu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulqg2drqBu ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulqg2drqBu .navbar-buttons {
  text-align: center;
}
.cid-ulqg2drqBu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulqg2drqBu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulqg2drqBu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulqg2drqBu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulqg2drqBu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulqg2drqBu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulqg2drqBu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulqg2drqBu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulqg2drqBu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulqg2drqBu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulqg2drqBu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulqg2drqBu .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulqg2drqBu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulqg2drqBu .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulqg2drqBu .nav-link:hover,
.cid-ulqg2drqBu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulqg2drqBu .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulqg2drqBu .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulqg2drqBu .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulqg2eF8j6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulqg2eF8j6 img,
.cid-ulqg2eF8j6 .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulqg2eF8j6 .item:focus,
.cid-ulqg2eF8j6 span:focus {
  outline: none;
}
.cid-ulqg2eF8j6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulqg2eF8j6 .item {
    margin-bottom: 1rem;
  }
}
.cid-ulqg2eF8j6 h5 {
  margin: 0;
}
.cid-ulqg2eF8j6 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulqg2eF8j6 .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulqg2eF8j6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulqg2eF8j6 .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulqg2eF8j6 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulqg2eF8j6 .item-wrapper {
    height: auto;
  }
}
.cid-ulqg2eF8j6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulqg2eF8j6 .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulqg2eF8j6 .item-subtitle {
  text-align: center;
}
.cid-ulqg2eF8j6 .mbr-text,
.cid-ulqg2eF8j6 .item .mbr-section-btn {
  text-align: center;
}
.cid-ulqg2eF8j6 .content-head {
  max-width: 800px;
}
.cid-ulqg2eF8j6 .mbr-section-subtitle,
.cid-ulqg2eF8j6 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulqg2gAj7L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulqg2gAj7L .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulqg2gAj7L .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulqg2gAj7L .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulqg2gAj7L .social-media {
  margin-top: 1.5rem;
}
.cid-ulqg2gAj7L .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulqg2gAj7L .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulqg2gAj7L .mbr-text,
.cid-ulqg2gAj7L .mbr-offer {
  line-height: 1.5;
}
.cid-ulqg2gAj7L .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulqg2gAj7L .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulqg2gAj7L .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulqg2gAj7L .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulqg2gAj7L .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulqg2gAj7L .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ulqg2gAj7L .container-fluid {
  max-width: 1300px;
}
.cid-ulqimPzfrZ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulqimPzfrZ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulqimPzfrZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulqimPzfrZ .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulqimPzfrZ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulqimPzfrZ .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulqimPzfrZ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulqimPzfrZ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulqimPzfrZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulqimPzfrZ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulqimPzfrZ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulqimPzfrZ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulqimPzfrZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulqimPzfrZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ulqimPzfrZ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulqimPzfrZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulqimPzfrZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulqimPzfrZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulqimPzfrZ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulqimPzfrZ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulqimPzfrZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulqimPzfrZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulqimPzfrZ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulqimPzfrZ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulqimPzfrZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulqimPzfrZ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulqimPzfrZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulqimPzfrZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulqimPzfrZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulqimPzfrZ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulqimPzfrZ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulqimPzfrZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulqimPzfrZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulqimPzfrZ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulqimPzfrZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulqimPzfrZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulqimPzfrZ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulqimPzfrZ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulqimPzfrZ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulqimPzfrZ .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulqimPzfrZ .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulqimPzfrZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulqimPzfrZ .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulqimPzfrZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulqimPzfrZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulqimPzfrZ .dropdown-item.active,
.cid-ulqimPzfrZ .dropdown-item:active {
  background-color: transparent;
}
.cid-ulqimPzfrZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ulqimPzfrZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulqimPzfrZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulqimPzfrZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulqimPzfrZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulqimPzfrZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulqimPzfrZ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulqimPzfrZ .navbar-buttons {
  text-align: center;
}
.cid-ulqimPzfrZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulqimPzfrZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulqimPzfrZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulqimPzfrZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulqimPzfrZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulqimPzfrZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulqimPzfrZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulqimPzfrZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulqimPzfrZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulqimPzfrZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulqimPzfrZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulqimPzfrZ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulqimPzfrZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulqimPzfrZ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulqimPzfrZ .nav-link:hover,
.cid-ulqimPzfrZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulqimPzfrZ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulqimPzfrZ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulqimPzfrZ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulqimQKmTq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulqimQKmTq img,
.cid-ulqimQKmTq .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulqimQKmTq .item:focus,
.cid-ulqimQKmTq span:focus {
  outline: none;
}
.cid-ulqimQKmTq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulqimQKmTq .item {
    margin-bottom: 1rem;
  }
}
.cid-ulqimQKmTq h5 {
  margin: 0;
}
.cid-ulqimQKmTq .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulqimQKmTq .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulqimQKmTq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulqimQKmTq .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulqimQKmTq .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulqimQKmTq .item-wrapper {
    height: auto;
  }
}
.cid-ulqimQKmTq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulqimQKmTq .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulqimQKmTq .item-subtitle {
  text-align: center;
}
.cid-ulqimQKmTq .mbr-text,
.cid-ulqimQKmTq .item .mbr-section-btn {
  text-align: center;
}
.cid-ulqimQKmTq .content-head {
  max-width: 800px;
}
.cid-ulqimQKmTq .mbr-section-subtitle,
.cid-ulqimQKmTq .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulqimR8nzK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulqimR8nzK .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulqimR8nzK .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulqimR8nzK .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulqimR8nzK .social-media {
  margin-top: 1.5rem;
}
.cid-ulqimR8nzK .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulqimR8nzK .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulqimR8nzK .mbr-text,
.cid-ulqimR8nzK .mbr-offer {
  line-height: 1.5;
}
.cid-ulqimR8nzK .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulqimR8nzK .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulqimR8nzK .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulqimR8nzK .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulqimR8nzK .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulqimR8nzK .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ulqimR8nzK .container-fluid {
  max-width: 1300px;
}
.cid-ulqjXesNbv {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulqjXesNbv .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulqjXesNbv .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulqjXesNbv .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulqjXesNbv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulqjXesNbv .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulqjXesNbv .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulqjXesNbv .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulqjXesNbv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulqjXesNbv .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulqjXesNbv .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulqjXesNbv .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulqjXesNbv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulqjXesNbv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ulqjXesNbv .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulqjXesNbv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulqjXesNbv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulqjXesNbv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulqjXesNbv .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulqjXesNbv .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulqjXesNbv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulqjXesNbv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulqjXesNbv .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulqjXesNbv .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulqjXesNbv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulqjXesNbv .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulqjXesNbv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulqjXesNbv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulqjXesNbv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulqjXesNbv .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulqjXesNbv .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulqjXesNbv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulqjXesNbv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulqjXesNbv .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulqjXesNbv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulqjXesNbv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulqjXesNbv .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulqjXesNbv .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulqjXesNbv .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulqjXesNbv .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulqjXesNbv .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulqjXesNbv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulqjXesNbv .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulqjXesNbv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulqjXesNbv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulqjXesNbv .dropdown-item.active,
.cid-ulqjXesNbv .dropdown-item:active {
  background-color: transparent;
}
.cid-ulqjXesNbv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ulqjXesNbv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulqjXesNbv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulqjXesNbv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulqjXesNbv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulqjXesNbv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulqjXesNbv ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulqjXesNbv .navbar-buttons {
  text-align: center;
}
.cid-ulqjXesNbv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulqjXesNbv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulqjXesNbv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulqjXesNbv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulqjXesNbv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulqjXesNbv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulqjXesNbv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulqjXesNbv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulqjXesNbv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulqjXesNbv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulqjXesNbv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulqjXesNbv .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulqjXesNbv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulqjXesNbv .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulqjXesNbv .nav-link:hover,
.cid-ulqjXesNbv .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulqjXesNbv .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulqjXesNbv .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulqjXesNbv .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulqjXfLcNZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulqjXfLcNZ img,
.cid-ulqjXfLcNZ .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulqjXfLcNZ .item:focus,
.cid-ulqjXfLcNZ span:focus {
  outline: none;
}
.cid-ulqjXfLcNZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulqjXfLcNZ .item {
    margin-bottom: 1rem;
  }
}
.cid-ulqjXfLcNZ h5 {
  margin: 0;
}
.cid-ulqjXfLcNZ .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulqjXfLcNZ .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulqjXfLcNZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulqjXfLcNZ .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulqjXfLcNZ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulqjXfLcNZ .item-wrapper {
    height: auto;
  }
}
.cid-ulqjXfLcNZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulqjXfLcNZ .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulqjXfLcNZ .item-subtitle {
  text-align: center;
}
.cid-ulqjXfLcNZ .mbr-text,
.cid-ulqjXfLcNZ .item .mbr-section-btn {
  text-align: center;
}
.cid-ulqjXfLcNZ .content-head {
  max-width: 800px;
}
.cid-ulqjXfLcNZ .mbr-section-subtitle,
.cid-ulqjXfLcNZ .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulqjXhIZ9E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulqjXhIZ9E .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulqjXhIZ9E .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulqjXhIZ9E .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulqjXhIZ9E .social-media {
  margin-top: 1.5rem;
}
.cid-ulqjXhIZ9E .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulqjXhIZ9E .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulqjXhIZ9E .mbr-text,
.cid-ulqjXhIZ9E .mbr-offer {
  line-height: 1.5;
}
.cid-ulqjXhIZ9E .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulqjXhIZ9E .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulqjXhIZ9E .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulqjXhIZ9E .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulqjXhIZ9E .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulqjXhIZ9E .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ulqjXhIZ9E .container-fluid {
  max-width: 1300px;
}
.cid-ulqLsf0AbI {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulqLsf0AbI .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulqLsf0AbI .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulqLsf0AbI .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulqLsf0AbI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulqLsf0AbI .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulqLsf0AbI .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulqLsf0AbI .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulqLsf0AbI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulqLsf0AbI .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulqLsf0AbI .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulqLsf0AbI .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulqLsf0AbI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulqLsf0AbI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ulqLsf0AbI .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulqLsf0AbI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulqLsf0AbI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulqLsf0AbI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulqLsf0AbI .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulqLsf0AbI .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulqLsf0AbI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulqLsf0AbI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulqLsf0AbI .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulqLsf0AbI .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulqLsf0AbI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulqLsf0AbI .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulqLsf0AbI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulqLsf0AbI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulqLsf0AbI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulqLsf0AbI .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulqLsf0AbI .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulqLsf0AbI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulqLsf0AbI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulqLsf0AbI .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulqLsf0AbI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulqLsf0AbI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulqLsf0AbI .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulqLsf0AbI .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulqLsf0AbI .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulqLsf0AbI .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulqLsf0AbI .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulqLsf0AbI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulqLsf0AbI .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulqLsf0AbI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulqLsf0AbI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulqLsf0AbI .dropdown-item.active,
.cid-ulqLsf0AbI .dropdown-item:active {
  background-color: transparent;
}
.cid-ulqLsf0AbI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ulqLsf0AbI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulqLsf0AbI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulqLsf0AbI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulqLsf0AbI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulqLsf0AbI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulqLsf0AbI ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulqLsf0AbI .navbar-buttons {
  text-align: center;
}
.cid-ulqLsf0AbI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulqLsf0AbI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulqLsf0AbI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulqLsf0AbI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulqLsf0AbI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulqLsf0AbI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulqLsf0AbI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulqLsf0AbI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulqLsf0AbI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulqLsf0AbI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulqLsf0AbI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulqLsf0AbI .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulqLsf0AbI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulqLsf0AbI .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulqLsf0AbI .nav-link:hover,
.cid-ulqLsf0AbI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulqLsf0AbI .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulqLsf0AbI .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulqLsf0AbI .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulqLsggn2i {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulqLsggn2i img,
.cid-ulqLsggn2i .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulqLsggn2i .item:focus,
.cid-ulqLsggn2i span:focus {
  outline: none;
}
.cid-ulqLsggn2i .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulqLsggn2i .item {
    margin-bottom: 1rem;
  }
}
.cid-ulqLsggn2i h5 {
  margin: 0;
}
.cid-ulqLsggn2i .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulqLsggn2i .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulqLsggn2i .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulqLsggn2i .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulqLsggn2i .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulqLsggn2i .item-wrapper {
    height: auto;
  }
}
.cid-ulqLsggn2i .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulqLsggn2i .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulqLsggn2i .item-subtitle {
  text-align: center;
}
.cid-ulqLsggn2i .mbr-text,
.cid-ulqLsggn2i .item .mbr-section-btn {
  text-align: center;
}
.cid-ulqLsggn2i .content-head {
  max-width: 800px;
}
.cid-ulqLsggn2i .mbr-section-subtitle,
.cid-ulqLsggn2i .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulqLsgVaUB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulqLsgVaUB img,
.cid-ulqLsgVaUB .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulqLsgVaUB .item:focus,
.cid-ulqLsgVaUB span:focus {
  outline: none;
}
.cid-ulqLsgVaUB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulqLsgVaUB .item {
    margin-bottom: 1rem;
  }
}
.cid-ulqLsgVaUB h5 {
  margin: 0;
}
.cid-ulqLsgVaUB .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulqLsgVaUB .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulqLsgVaUB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulqLsgVaUB .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulqLsgVaUB .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulqLsgVaUB .item-wrapper {
    height: auto;
  }
}
.cid-ulqLsgVaUB .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ulqLsgVaUB .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulqLsgVaUB .item-subtitle {
  text-align: center;
}
.cid-ulqLsgVaUB .mbr-text,
.cid-ulqLsgVaUB .item .mbr-section-btn {
  text-align: center;
}
.cid-ulqLsgVaUB .content-head {
  max-width: 800px;
}
.cid-ulqLsgVaUB .mbr-section-subtitle,
.cid-ulqLsgVaUB .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ulqLsi5lK3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulqLsi5lK3 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulqLsi5lK3 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulqLsi5lK3 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulqLsi5lK3 .social-media {
  margin-top: 1.5rem;
}
.cid-ulqLsi5lK3 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulqLsi5lK3 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulqLsi5lK3 .mbr-text,
.cid-ulqLsi5lK3 .mbr-offer {
  line-height: 1.5;
}
.cid-ulqLsi5lK3 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulqLsi5lK3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulqLsi5lK3 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulqLsi5lK3 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulqLsi5lK3 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulqLsi5lK3 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ulqLsi5lK3 .container-fluid {
  max-width: 1300px;
}
.cid-ulqX7YAZtI {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ulqX7YAZtI .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ulqX7YAZtI .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ulqX7YAZtI .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ulqX7YAZtI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ulqX7YAZtI .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ulqX7YAZtI .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ulqX7YAZtI .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ulqX7YAZtI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulqX7YAZtI .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ulqX7YAZtI .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-ulqX7YAZtI .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ulqX7YAZtI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulqX7YAZtI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-ulqX7YAZtI .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ulqX7YAZtI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulqX7YAZtI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulqX7YAZtI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulqX7YAZtI .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ulqX7YAZtI .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ulqX7YAZtI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulqX7YAZtI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ulqX7YAZtI .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ulqX7YAZtI .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ulqX7YAZtI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulqX7YAZtI .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ulqX7YAZtI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulqX7YAZtI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulqX7YAZtI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulqX7YAZtI .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ulqX7YAZtI .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ulqX7YAZtI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulqX7YAZtI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ulqX7YAZtI .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ulqX7YAZtI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ulqX7YAZtI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulqX7YAZtI .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ulqX7YAZtI .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ulqX7YAZtI .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ulqX7YAZtI .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-ulqX7YAZtI .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-ulqX7YAZtI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulqX7YAZtI .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-ulqX7YAZtI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulqX7YAZtI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulqX7YAZtI .dropdown-item.active,
.cid-ulqX7YAZtI .dropdown-item:active {
  background-color: transparent;
}
.cid-ulqX7YAZtI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-ulqX7YAZtI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulqX7YAZtI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulqX7YAZtI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulqX7YAZtI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ulqX7YAZtI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulqX7YAZtI ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ulqX7YAZtI .navbar-buttons {
  text-align: center;
}
.cid-ulqX7YAZtI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulqX7YAZtI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ulqX7YAZtI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulqX7YAZtI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulqX7YAZtI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulqX7YAZtI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulqX7YAZtI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulqX7YAZtI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulqX7YAZtI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulqX7YAZtI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulqX7YAZtI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-ulqX7YAZtI .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-ulqX7YAZtI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ulqX7YAZtI .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ulqX7YAZtI .nav-link:hover,
.cid-ulqX7YAZtI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ulqX7YAZtI .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-ulqX7YAZtI .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ulqX7YAZtI .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ulqX7ZSHfi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulqX7ZSHfi img,
.cid-ulqX7ZSHfi .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulqX7ZSHfi .item:focus,
.cid-ulqX7ZSHfi span:focus {
  outline: none;
}
.cid-ulqX7ZSHfi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulqX7ZSHfi .item {
    margin-bottom: 1rem;
  }
}
.cid-ulqX7ZSHfi h5 {
  margin: 0;
}
.cid-ulqX7ZSHfi .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulqX7ZSHfi .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulqX7ZSHfi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulqX7ZSHfi .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulqX7ZSHfi .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulqX7ZSHfi .item-wrapper {
    height: auto;
  }
}
.cid-ulqX7ZSHfi .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ulqX7ZSHfi .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulqX7ZSHfi .item-subtitle {
  text-align: center;
}
.cid-ulqX7ZSHfi .mbr-text,
.cid-ulqX7ZSHfi .item .mbr-section-btn {
  text-align: center;
}
.cid-ulqX7ZSHfi .content-head {
  max-width: 800px;
}
.cid-ulqX7ZSHfi .mbr-section-subtitle,
.cid-ulqX7ZSHfi .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ulqX80tK7q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-ulqX80tK7q img,
.cid-ulqX80tK7q .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-ulqX80tK7q .item:focus,
.cid-ulqX80tK7q span:focus {
  outline: none;
}
.cid-ulqX80tK7q .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulqX80tK7q .item {
    margin-bottom: 1rem;
  }
}
.cid-ulqX80tK7q h5 {
  margin: 0;
}
.cid-ulqX80tK7q .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulqX80tK7q .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-ulqX80tK7q .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulqX80tK7q .item-wrapper:hover {
  border-color: #000000;
}
.cid-ulqX80tK7q .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-ulqX80tK7q .item-wrapper {
    height: auto;
  }
}
.cid-ulqX80tK7q .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ulqX80tK7q .item-title {
  text-align: center;
  color: #000000;
}
.cid-ulqX80tK7q .item-subtitle {
  text-align: center;
}
.cid-ulqX80tK7q .mbr-text,
.cid-ulqX80tK7q .item .mbr-section-btn {
  text-align: center;
}
.cid-ulqX80tK7q .content-head {
  max-width: 800px;
}
.cid-ulqX80tK7q .mbr-section-subtitle,
.cid-ulqX80tK7q .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ulqX81Eoej {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulqX81Eoej .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ulqX81Eoej .mbr-list li {
  margin-bottom: 1rem;
}
.cid-ulqX81Eoej .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ulqX81Eoej .social-media {
  margin-top: 1.5rem;
}
.cid-ulqX81Eoej .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-ulqX81Eoej .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-ulqX81Eoej .mbr-text,
.cid-ulqX81Eoej .mbr-offer {
  line-height: 1.5;
}
.cid-ulqX81Eoej .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-ulqX81Eoej .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulqX81Eoej .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-ulqX81Eoej .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-ulqX81Eoej .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-ulqX81Eoej .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-ulqX81Eoej .container-fluid {
  max-width: 1300px;
}
.cid-umygaP3dIa {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-umygaP3dIa .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-umygaP3dIa .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-umygaP3dIa .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-umygaP3dIa .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-umygaP3dIa .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-umygaP3dIa .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-umygaP3dIa .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-umygaP3dIa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-umygaP3dIa .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-umygaP3dIa .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-umygaP3dIa .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-umygaP3dIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umygaP3dIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-umygaP3dIa .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-umygaP3dIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umygaP3dIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umygaP3dIa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-umygaP3dIa .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-umygaP3dIa .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-umygaP3dIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umygaP3dIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-umygaP3dIa .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-umygaP3dIa .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-umygaP3dIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umygaP3dIa .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-umygaP3dIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umygaP3dIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umygaP3dIa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-umygaP3dIa .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-umygaP3dIa .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-umygaP3dIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umygaP3dIa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-umygaP3dIa .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-umygaP3dIa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-umygaP3dIa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umygaP3dIa .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-umygaP3dIa .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-umygaP3dIa .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-umygaP3dIa .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-umygaP3dIa .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-umygaP3dIa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-umygaP3dIa .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-umygaP3dIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umygaP3dIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umygaP3dIa .dropdown-item.active,
.cid-umygaP3dIa .dropdown-item:active {
  background-color: transparent;
}
.cid-umygaP3dIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-umygaP3dIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umygaP3dIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umygaP3dIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umygaP3dIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-umygaP3dIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umygaP3dIa ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-umygaP3dIa .navbar-buttons {
  text-align: center;
}
.cid-umygaP3dIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umygaP3dIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-umygaP3dIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-umygaP3dIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-umygaP3dIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-umygaP3dIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-umygaP3dIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umygaP3dIa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-umygaP3dIa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-umygaP3dIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umygaP3dIa a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-umygaP3dIa .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-umygaP3dIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-umygaP3dIa .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-umygaP3dIa .nav-link:hover,
.cid-umygaP3dIa .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-umygaP3dIa .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-umygaP3dIa .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-umygaP3dIa .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-umykp7hzFm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-umykp7hzFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-umykp7hzFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umykp7hzFm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umykp7hzFm .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umykp7hzFm .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umykp7hzFm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umykp7hzFm .container {
    padding: 0 12px;
  }
}
.cid-umykp7hzFm .row {
  justify-content: center;
}
.cid-umykp7hzFm .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umykp7hzFm .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-umykp7hzFm .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-umykp7hzFm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umykp7hzFm .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umykp7hzFm .item {
    margin-bottom: 16px;
  }
}
.cid-umykp7hzFm .item .item-wrapper {
  width: 100%;
}
.cid-umykp7hzFm .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umykp7hzFm .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-umykp7hzFm .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-umykp7hzFm .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-umykp7hzFm .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-umykp7hzFm .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-umykp7hzFm .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-umykp7hzFm .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-umykp7hzFm .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-umykp7hzFm .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-umykp7hzFm .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-umykp7hzFm .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-umykp7hzFm .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-umykp7hzFm .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-umykp7hzFm .item-desc {
  color: #1D1D1F;
}
.cid-umykp7hzFm .item-text {
  color: #1D1D1F;
}
.cid-umygaQw41k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umygaQw41k .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-umygaQw41k .mbr-list li {
  margin-bottom: 1rem;
}
.cid-umygaQw41k .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-umygaQw41k .social-media {
  margin-top: 1.5rem;
}
.cid-umygaQw41k .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-umygaQw41k .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-umygaQw41k .mbr-text,
.cid-umygaQw41k .mbr-offer {
  line-height: 1.5;
}
.cid-umygaQw41k .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-umygaQw41k .container-fluid {
    padding: 0 1rem;
  }
  .cid-umygaQw41k .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-umygaQw41k .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-umygaQw41k .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-umygaQw41k .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-umygaQw41k .container-fluid {
  max-width: 1300px;
}
.cid-umypWS2eKZ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-umypWS2eKZ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-umypWS2eKZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-umypWS2eKZ .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-umypWS2eKZ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-umypWS2eKZ .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-umypWS2eKZ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-umypWS2eKZ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-umypWS2eKZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-umypWS2eKZ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-umypWS2eKZ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-umypWS2eKZ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-umypWS2eKZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umypWS2eKZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-umypWS2eKZ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-umypWS2eKZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umypWS2eKZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umypWS2eKZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-umypWS2eKZ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-umypWS2eKZ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-umypWS2eKZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umypWS2eKZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-umypWS2eKZ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-umypWS2eKZ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-umypWS2eKZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umypWS2eKZ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-umypWS2eKZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umypWS2eKZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umypWS2eKZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-umypWS2eKZ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-umypWS2eKZ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-umypWS2eKZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umypWS2eKZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-umypWS2eKZ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-umypWS2eKZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-umypWS2eKZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umypWS2eKZ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-umypWS2eKZ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-umypWS2eKZ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-umypWS2eKZ .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-umypWS2eKZ .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-umypWS2eKZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-umypWS2eKZ .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-umypWS2eKZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umypWS2eKZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umypWS2eKZ .dropdown-item.active,
.cid-umypWS2eKZ .dropdown-item:active {
  background-color: transparent;
}
.cid-umypWS2eKZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-umypWS2eKZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umypWS2eKZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umypWS2eKZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umypWS2eKZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-umypWS2eKZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umypWS2eKZ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-umypWS2eKZ .navbar-buttons {
  text-align: center;
}
.cid-umypWS2eKZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umypWS2eKZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-umypWS2eKZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-umypWS2eKZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-umypWS2eKZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-umypWS2eKZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-umypWS2eKZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umypWS2eKZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-umypWS2eKZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-umypWS2eKZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umypWS2eKZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-umypWS2eKZ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-umypWS2eKZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-umypWS2eKZ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-umypWS2eKZ .nav-link:hover,
.cid-umypWS2eKZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-umypWS2eKZ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-umypWS2eKZ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-umypWS2eKZ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-umypX1NOGF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-umypX1NOGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-umypX1NOGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umypX1NOGF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umypX1NOGF .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umypX1NOGF .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umypX1NOGF .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umypX1NOGF .container {
    padding: 0 12px;
  }
}
.cid-umypX1NOGF .row {
  justify-content: center;
}
.cid-umypX1NOGF .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umypX1NOGF .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-umypX1NOGF .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-umypX1NOGF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umypX1NOGF .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umypX1NOGF .item {
    margin-bottom: 16px;
  }
}
.cid-umypX1NOGF .item .item-wrapper {
  width: 100%;
}
.cid-umypX1NOGF .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umypX1NOGF .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-umypX1NOGF .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-umypX1NOGF .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-umypX1NOGF .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-umypX1NOGF .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-umypX1NOGF .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-umypX1NOGF .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-umypX1NOGF .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-umypX1NOGF .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-umypX1NOGF .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-umypX1NOGF .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-umypX1NOGF .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-umypX1NOGF .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-umypX1NOGF .item-desc {
  color: #1D1D1F;
}
.cid-umypX1NOGF .item-text {
  color: #1D1D1F;
}
.cid-umytqYtiF0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-umytqYtiF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umytqYtiF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umytqYtiF0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umytqYtiF0 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umytqYtiF0 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umytqYtiF0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umytqYtiF0 .container {
    padding: 0 12px;
  }
}
.cid-umytqYtiF0 .row {
  justify-content: center;
}
.cid-umytqYtiF0 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umytqYtiF0 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-umytqYtiF0 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-umytqYtiF0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umytqYtiF0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umytqYtiF0 .item {
    margin-bottom: 16px;
  }
}
.cid-umytqYtiF0 .item .item-wrapper {
  width: 100%;
}
.cid-umytqYtiF0 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umytqYtiF0 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-umytqYtiF0 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-umytqYtiF0 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-umytqYtiF0 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-umytqYtiF0 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-umytqYtiF0 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-umytqYtiF0 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-umytqYtiF0 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-umytqYtiF0 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-umytqYtiF0 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-umytqYtiF0 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-umytqYtiF0 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-umytqYtiF0 .item-title {
  color: #1D1D1F;
}
.cid-umytqYtiF0 .item-desc {
  color: #1D1D1F;
}
.cid-umytqYtiF0 .item-text {
  color: #1D1D1F;
}
.cid-umyvi4IIGb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-umyvi4IIGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyvi4IIGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyvi4IIGb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umyvi4IIGb .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umyvi4IIGb .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umyvi4IIGb .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-umyvi4IIGb .container {
    padding: 0 12px;
  }
}
.cid-umyvi4IIGb .row {
  justify-content: center;
}
.cid-umyvi4IIGb .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-umyvi4IIGb .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-umyvi4IIGb .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-umyvi4IIGb .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umyvi4IIGb .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umyvi4IIGb .item {
    margin-bottom: 16px;
  }
}
.cid-umyvi4IIGb .item .item-wrapper {
  width: 100%;
}
.cid-umyvi4IIGb .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umyvi4IIGb .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-umyvi4IIGb .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-umyvi4IIGb .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-umyvi4IIGb .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-umyvi4IIGb .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-umyvi4IIGb .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-umyvi4IIGb .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-umyvi4IIGb .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-umyvi4IIGb .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-umyvi4IIGb .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-umyvi4IIGb .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-umyvi4IIGb .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-umyvi4IIGb .item-title {
  color: #1D1D1F;
}
.cid-umyvi4IIGb .item-desc {
  color: #1D1D1F;
}
.cid-umyvi4IIGb .item-text {
  color: #1D1D1F;
}
.cid-umypX57tD6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umypX57tD6 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-umypX57tD6 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-umypX57tD6 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-umypX57tD6 .social-media {
  margin-top: 1.5rem;
}
.cid-umypX57tD6 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-umypX57tD6 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-umypX57tD6 .mbr-text,
.cid-umypX57tD6 .mbr-offer {
  line-height: 1.5;
}
.cid-umypX57tD6 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-umypX57tD6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-umypX57tD6 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-umypX57tD6 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-umypX57tD6 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-umypX57tD6 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-umypX57tD6 .container-fluid {
  max-width: 1300px;
}
.cid-urFHe2GhAo {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-urFHe2GhAo .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-urFHe2GhAo .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-urFHe2GhAo .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-urFHe2GhAo .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-urFHe2GhAo .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-urFHe2GhAo .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-urFHe2GhAo .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-urFHe2GhAo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urFHe2GhAo .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-urFHe2GhAo .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-urFHe2GhAo .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-urFHe2GhAo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urFHe2GhAo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-urFHe2GhAo .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-urFHe2GhAo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urFHe2GhAo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urFHe2GhAo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-urFHe2GhAo .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-urFHe2GhAo .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-urFHe2GhAo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urFHe2GhAo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-urFHe2GhAo .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-urFHe2GhAo .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-urFHe2GhAo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urFHe2GhAo .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-urFHe2GhAo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urFHe2GhAo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urFHe2GhAo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-urFHe2GhAo .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-urFHe2GhAo .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-urFHe2GhAo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urFHe2GhAo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-urFHe2GhAo .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-urFHe2GhAo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-urFHe2GhAo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-urFHe2GhAo .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-urFHe2GhAo .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-urFHe2GhAo .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-urFHe2GhAo .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-urFHe2GhAo .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-urFHe2GhAo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-urFHe2GhAo .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-urFHe2GhAo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urFHe2GhAo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urFHe2GhAo .dropdown-item.active,
.cid-urFHe2GhAo .dropdown-item:active {
  background-color: transparent;
}
.cid-urFHe2GhAo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-urFHe2GhAo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urFHe2GhAo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urFHe2GhAo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-urFHe2GhAo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-urFHe2GhAo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urFHe2GhAo ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-urFHe2GhAo .navbar-buttons {
  text-align: center;
}
.cid-urFHe2GhAo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urFHe2GhAo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-urFHe2GhAo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-urFHe2GhAo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-urFHe2GhAo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-urFHe2GhAo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-urFHe2GhAo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urFHe2GhAo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-urFHe2GhAo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-urFHe2GhAo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urFHe2GhAo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-urFHe2GhAo .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-urFHe2GhAo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-urFHe2GhAo .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-urFHe2GhAo .nav-link:hover,
.cid-urFHe2GhAo .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-urFHe2GhAo .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-urFHe2GhAo .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-urFHe2GhAo .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-urFHe40RZe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-urFHe40RZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-urFHe40RZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urFHe40RZe .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urFHe40RZe .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urFHe40RZe .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-urFHe40RZe .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urFHe40RZe .container {
    padding: 0 12px;
  }
}
.cid-urFHe40RZe .row {
  justify-content: center;
}
.cid-urFHe40RZe .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urFHe40RZe .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-urFHe40RZe .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-urFHe40RZe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urFHe40RZe .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urFHe40RZe .item {
    margin-bottom: 16px;
  }
}
.cid-urFHe40RZe .item .item-wrapper {
  width: 100%;
}
.cid-urFHe40RZe .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urFHe40RZe .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-urFHe40RZe .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-urFHe40RZe .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-urFHe40RZe .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-urFHe40RZe .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-urFHe40RZe .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-urFHe40RZe .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-urFHe40RZe .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urFHe40RZe .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-urFHe40RZe .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-urFHe40RZe .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-urFHe40RZe .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-urFHe40RZe .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-urFHe40RZe .item-desc {
  color: #1D1D1F;
}
.cid-urFHe40RZe .item-text {
  color: #1D1D1F;
}
.cid-urFHe4y8fq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-urFHe4y8fq .mbr-fallback-image.disabled {
  display: none;
}
.cid-urFHe4y8fq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urFHe4y8fq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urFHe4y8fq .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urFHe4y8fq .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-urFHe4y8fq .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urFHe4y8fq .container {
    padding: 0 12px;
  }
}
.cid-urFHe4y8fq .row {
  justify-content: center;
}
.cid-urFHe4y8fq .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urFHe4y8fq .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-urFHe4y8fq .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-urFHe4y8fq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urFHe4y8fq .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urFHe4y8fq .item {
    margin-bottom: 16px;
  }
}
.cid-urFHe4y8fq .item .item-wrapper {
  width: 100%;
}
.cid-urFHe4y8fq .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urFHe4y8fq .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-urFHe4y8fq .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-urFHe4y8fq .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-urFHe4y8fq .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-urFHe4y8fq .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-urFHe4y8fq .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-urFHe4y8fq .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-urFHe4y8fq .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urFHe4y8fq .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-urFHe4y8fq .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-urFHe4y8fq .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-urFHe4y8fq .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-urFHe4y8fq .item-title {
  color: #1D1D1F;
}
.cid-urFHe4y8fq .item-desc {
  color: #1D1D1F;
}
.cid-urFHe4y8fq .item-text {
  color: #1D1D1F;
}
.cid-urFHe5z0tk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urFHe5z0tk .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-urFHe5z0tk .mbr-list li {
  margin-bottom: 1rem;
}
.cid-urFHe5z0tk .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-urFHe5z0tk .social-media {
  margin-top: 1.5rem;
}
.cid-urFHe5z0tk .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-urFHe5z0tk .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-urFHe5z0tk .mbr-text,
.cid-urFHe5z0tk .mbr-offer {
  line-height: 1.5;
}
.cid-urFHe5z0tk .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-urFHe5z0tk .container-fluid {
    padding: 0 1rem;
  }
  .cid-urFHe5z0tk .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-urFHe5z0tk .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-urFHe5z0tk .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-urFHe5z0tk .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-urFHe5z0tk .container-fluid {
  max-width: 1300px;
}
.cid-urFP9bte7k {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-urFP9bte7k .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-urFP9bte7k .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-urFP9bte7k .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-urFP9bte7k .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-urFP9bte7k .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-urFP9bte7k .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-urFP9bte7k .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-urFP9bte7k .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urFP9bte7k .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-urFP9bte7k .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-urFP9bte7k .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-urFP9bte7k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urFP9bte7k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-urFP9bte7k .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-urFP9bte7k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urFP9bte7k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urFP9bte7k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-urFP9bte7k .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-urFP9bte7k .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-urFP9bte7k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urFP9bte7k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-urFP9bte7k .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-urFP9bte7k .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-urFP9bte7k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urFP9bte7k .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-urFP9bte7k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urFP9bte7k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urFP9bte7k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-urFP9bte7k .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-urFP9bte7k .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-urFP9bte7k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urFP9bte7k .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-urFP9bte7k .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-urFP9bte7k .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-urFP9bte7k .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-urFP9bte7k .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-urFP9bte7k .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-urFP9bte7k .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-urFP9bte7k .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-urFP9bte7k .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-urFP9bte7k .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-urFP9bte7k .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-urFP9bte7k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urFP9bte7k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urFP9bte7k .dropdown-item.active,
.cid-urFP9bte7k .dropdown-item:active {
  background-color: transparent;
}
.cid-urFP9bte7k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-urFP9bte7k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urFP9bte7k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urFP9bte7k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-urFP9bte7k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-urFP9bte7k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urFP9bte7k ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-urFP9bte7k .navbar-buttons {
  text-align: center;
}
.cid-urFP9bte7k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urFP9bte7k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-urFP9bte7k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-urFP9bte7k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-urFP9bte7k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-urFP9bte7k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-urFP9bte7k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urFP9bte7k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-urFP9bte7k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-urFP9bte7k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urFP9bte7k a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-urFP9bte7k .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-urFP9bte7k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-urFP9bte7k .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-urFP9bte7k .nav-link:hover,
.cid-urFP9bte7k .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-urFP9bte7k .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-urFP9bte7k .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-urFP9bte7k .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-urFP9cAKzl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-urFP9cAKzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-urFP9cAKzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urFP9cAKzl .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urFP9cAKzl .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urFP9cAKzl .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-urFP9cAKzl .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urFP9cAKzl .container {
    padding: 0 12px;
  }
}
.cid-urFP9cAKzl .row {
  justify-content: center;
}
.cid-urFP9cAKzl .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urFP9cAKzl .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-urFP9cAKzl .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-urFP9cAKzl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urFP9cAKzl .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urFP9cAKzl .item {
    margin-bottom: 16px;
  }
}
.cid-urFP9cAKzl .item .item-wrapper {
  width: 100%;
}
.cid-urFP9cAKzl .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urFP9cAKzl .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-urFP9cAKzl .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-urFP9cAKzl .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-urFP9cAKzl .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-urFP9cAKzl .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-urFP9cAKzl .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-urFP9cAKzl .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-urFP9cAKzl .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urFP9cAKzl .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-urFP9cAKzl .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-urFP9cAKzl .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-urFP9cAKzl .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-urFP9cAKzl .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-urFP9cAKzl .item-desc {
  color: #1D1D1F;
}
.cid-urFP9cAKzl .item-text {
  color: #1D1D1F;
}
.cid-urFP9drn9z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urFP9drn9z .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-urFP9drn9z .mbr-list li {
  margin-bottom: 1rem;
}
.cid-urFP9drn9z .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-urFP9drn9z .social-media {
  margin-top: 1.5rem;
}
.cid-urFP9drn9z .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-urFP9drn9z .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-urFP9drn9z .mbr-text,
.cid-urFP9drn9z .mbr-offer {
  line-height: 1.5;
}
.cid-urFP9drn9z .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-urFP9drn9z .container-fluid {
    padding: 0 1rem;
  }
  .cid-urFP9drn9z .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-urFP9drn9z .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-urFP9drn9z .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-urFP9drn9z .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-urFP9drn9z .container-fluid {
  max-width: 1300px;
}
.cid-urFTqwqMee {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-urFTqwqMee .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-urFTqwqMee .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-urFTqwqMee .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-urFTqwqMee .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-urFTqwqMee .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-urFTqwqMee .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-urFTqwqMee .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-urFTqwqMee .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urFTqwqMee .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-urFTqwqMee .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-urFTqwqMee .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-urFTqwqMee .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urFTqwqMee .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-urFTqwqMee .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-urFTqwqMee .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urFTqwqMee .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urFTqwqMee .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-urFTqwqMee .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-urFTqwqMee .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-urFTqwqMee .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urFTqwqMee .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-urFTqwqMee .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-urFTqwqMee .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-urFTqwqMee .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urFTqwqMee .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-urFTqwqMee .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urFTqwqMee .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urFTqwqMee .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-urFTqwqMee .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-urFTqwqMee .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-urFTqwqMee .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urFTqwqMee .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-urFTqwqMee .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-urFTqwqMee .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-urFTqwqMee .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-urFTqwqMee .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-urFTqwqMee .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-urFTqwqMee .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-urFTqwqMee .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-urFTqwqMee .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-urFTqwqMee .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-urFTqwqMee .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-urFTqwqMee .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urFTqwqMee .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urFTqwqMee .dropdown-item.active,
.cid-urFTqwqMee .dropdown-item:active {
  background-color: transparent;
}
.cid-urFTqwqMee .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-urFTqwqMee .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urFTqwqMee .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urFTqwqMee .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-urFTqwqMee .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-urFTqwqMee .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urFTqwqMee ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-urFTqwqMee .navbar-buttons {
  text-align: center;
}
.cid-urFTqwqMee button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urFTqwqMee button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-urFTqwqMee button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-urFTqwqMee button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-urFTqwqMee button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-urFTqwqMee button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-urFTqwqMee nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urFTqwqMee nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-urFTqwqMee nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-urFTqwqMee nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urFTqwqMee a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-urFTqwqMee .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-urFTqwqMee .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-urFTqwqMee .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-urFTqwqMee .nav-link:hover,
.cid-urFTqwqMee .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-urFTqwqMee .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-urFTqwqMee .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-urFTqwqMee .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-urFTqxtZPS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-urFTqxtZPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-urFTqxtZPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urFTqxtZPS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urFTqxtZPS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urFTqxtZPS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-urFTqxtZPS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urFTqxtZPS .container {
    padding: 0 12px;
  }
}
.cid-urFTqxtZPS .row {
  justify-content: center;
}
.cid-urFTqxtZPS .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urFTqxtZPS .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-urFTqxtZPS .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-urFTqxtZPS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urFTqxtZPS .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urFTqxtZPS .item {
    margin-bottom: 16px;
  }
}
.cid-urFTqxtZPS .item .item-wrapper {
  width: 100%;
}
.cid-urFTqxtZPS .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urFTqxtZPS .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-urFTqxtZPS .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-urFTqxtZPS .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-urFTqxtZPS .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-urFTqxtZPS .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-urFTqxtZPS .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-urFTqxtZPS .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-urFTqxtZPS .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urFTqxtZPS .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-urFTqxtZPS .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-urFTqxtZPS .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-urFTqxtZPS .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-urFTqxtZPS .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-urFTqxtZPS .item-desc {
  color: #1D1D1F;
}
.cid-urFTqxtZPS .item-text {
  color: #1D1D1F;
}
.cid-urFTqxXU3K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urFTqxXU3K .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-urFTqxXU3K .mbr-list li {
  margin-bottom: 1rem;
}
.cid-urFTqxXU3K .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-urFTqxXU3K .social-media {
  margin-top: 1.5rem;
}
.cid-urFTqxXU3K .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-urFTqxXU3K .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-urFTqxXU3K .mbr-text,
.cid-urFTqxXU3K .mbr-offer {
  line-height: 1.5;
}
.cid-urFTqxXU3K .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-urFTqxXU3K .container-fluid {
    padding: 0 1rem;
  }
  .cid-urFTqxXU3K .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-urFTqxXU3K .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-urFTqxXU3K .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-urFTqxXU3K .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-urFTqxXU3K .container-fluid {
  max-width: 1300px;
}
.cid-uA2IHq7GeX {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA2IHq7GeX .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA2IHq7GeX .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA2IHq7GeX .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA2IHq7GeX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA2IHq7GeX .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA2IHq7GeX .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA2IHq7GeX .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA2IHq7GeX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA2IHq7GeX .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA2IHq7GeX .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA2IHq7GeX .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA2IHq7GeX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA2IHq7GeX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA2IHq7GeX .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA2IHq7GeX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA2IHq7GeX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA2IHq7GeX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA2IHq7GeX .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA2IHq7GeX .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA2IHq7GeX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA2IHq7GeX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA2IHq7GeX .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA2IHq7GeX .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA2IHq7GeX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA2IHq7GeX .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA2IHq7GeX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA2IHq7GeX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA2IHq7GeX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA2IHq7GeX .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA2IHq7GeX .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA2IHq7GeX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA2IHq7GeX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA2IHq7GeX .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA2IHq7GeX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA2IHq7GeX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA2IHq7GeX .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA2IHq7GeX .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA2IHq7GeX .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA2IHq7GeX .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA2IHq7GeX .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA2IHq7GeX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA2IHq7GeX .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA2IHq7GeX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA2IHq7GeX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA2IHq7GeX .dropdown-item.active,
.cid-uA2IHq7GeX .dropdown-item:active {
  background-color: transparent;
}
.cid-uA2IHq7GeX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA2IHq7GeX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA2IHq7GeX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA2IHq7GeX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA2IHq7GeX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA2IHq7GeX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA2IHq7GeX ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA2IHq7GeX .navbar-buttons {
  text-align: center;
}
.cid-uA2IHq7GeX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA2IHq7GeX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA2IHq7GeX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA2IHq7GeX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA2IHq7GeX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA2IHq7GeX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA2IHq7GeX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA2IHq7GeX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA2IHq7GeX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA2IHq7GeX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA2IHq7GeX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA2IHq7GeX .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA2IHq7GeX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA2IHq7GeX .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA2IHq7GeX .nav-link:hover,
.cid-uA2IHq7GeX .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA2IHq7GeX .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA2IHq7GeX .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA2IHq7GeX .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA2IHr99cm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA2IHr99cm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2IHr99cm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2IHr99cm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA2IHr99cm .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA2IHr99cm .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA2IHr99cm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA2IHr99cm .container {
    padding: 0 12px;
  }
}
.cid-uA2IHr99cm .row {
  justify-content: center;
}
.cid-uA2IHr99cm .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA2IHr99cm .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA2IHr99cm .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA2IHr99cm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA2IHr99cm .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA2IHr99cm .item {
    margin-bottom: 16px;
  }
}
.cid-uA2IHr99cm .item .item-wrapper {
  width: 100%;
}
.cid-uA2IHr99cm .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA2IHr99cm .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA2IHr99cm .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA2IHr99cm .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA2IHr99cm .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA2IHr99cm .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA2IHr99cm .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA2IHr99cm .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA2IHr99cm .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA2IHr99cm .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA2IHr99cm .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA2IHr99cm .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA2IHr99cm .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA2IHr99cm .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA2IHr99cm .item-desc {
  color: #1D1D1F;
}
.cid-uA2IHr99cm .item-text {
  color: #1D1D1F;
}
.cid-uA2IHry1JO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2IHry1JO .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA2IHry1JO .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA2IHry1JO .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA2IHry1JO .social-media {
  margin-top: 1.5rem;
}
.cid-uA2IHry1JO .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA2IHry1JO .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA2IHry1JO .mbr-text,
.cid-uA2IHry1JO .mbr-offer {
  line-height: 1.5;
}
.cid-uA2IHry1JO .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA2IHry1JO .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA2IHry1JO .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA2IHry1JO .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA2IHry1JO .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA2IHry1JO .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA2IHry1JO .container-fluid {
  max-width: 1300px;
}
.cid-uA2SL8o95Z {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA2SL8o95Z .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA2SL8o95Z .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA2SL8o95Z .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA2SL8o95Z .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA2SL8o95Z .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA2SL8o95Z .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA2SL8o95Z .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA2SL8o95Z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA2SL8o95Z .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA2SL8o95Z .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA2SL8o95Z .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA2SL8o95Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA2SL8o95Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA2SL8o95Z .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA2SL8o95Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA2SL8o95Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA2SL8o95Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA2SL8o95Z .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA2SL8o95Z .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA2SL8o95Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA2SL8o95Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA2SL8o95Z .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA2SL8o95Z .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA2SL8o95Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA2SL8o95Z .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA2SL8o95Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA2SL8o95Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA2SL8o95Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA2SL8o95Z .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA2SL8o95Z .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA2SL8o95Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA2SL8o95Z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA2SL8o95Z .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA2SL8o95Z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA2SL8o95Z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA2SL8o95Z .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA2SL8o95Z .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA2SL8o95Z .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA2SL8o95Z .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA2SL8o95Z .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA2SL8o95Z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA2SL8o95Z .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA2SL8o95Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA2SL8o95Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA2SL8o95Z .dropdown-item.active,
.cid-uA2SL8o95Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uA2SL8o95Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA2SL8o95Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA2SL8o95Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA2SL8o95Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA2SL8o95Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA2SL8o95Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA2SL8o95Z ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA2SL8o95Z .navbar-buttons {
  text-align: center;
}
.cid-uA2SL8o95Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA2SL8o95Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA2SL8o95Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA2SL8o95Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA2SL8o95Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA2SL8o95Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA2SL8o95Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA2SL8o95Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA2SL8o95Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA2SL8o95Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA2SL8o95Z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA2SL8o95Z .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA2SL8o95Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA2SL8o95Z .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA2SL8o95Z .nav-link:hover,
.cid-uA2SL8o95Z .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA2SL8o95Z .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA2SL8o95Z .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA2SL8o95Z .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA2SL9C5tI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA2SL9C5tI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2SL9C5tI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2SL9C5tI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA2SL9C5tI .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA2SL9C5tI .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA2SL9C5tI .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA2SL9C5tI .container {
    padding: 0 12px;
  }
}
.cid-uA2SL9C5tI .row {
  justify-content: center;
}
.cid-uA2SL9C5tI .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA2SL9C5tI .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA2SL9C5tI .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA2SL9C5tI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA2SL9C5tI .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA2SL9C5tI .item {
    margin-bottom: 16px;
  }
}
.cid-uA2SL9C5tI .item .item-wrapper {
  width: 100%;
}
.cid-uA2SL9C5tI .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA2SL9C5tI .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA2SL9C5tI .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA2SL9C5tI .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA2SL9C5tI .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA2SL9C5tI .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA2SL9C5tI .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA2SL9C5tI .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA2SL9C5tI .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA2SL9C5tI .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA2SL9C5tI .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA2SL9C5tI .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA2SL9C5tI .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA2SL9C5tI .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA2SL9C5tI .item-desc {
  color: #1D1D1F;
}
.cid-uA2SL9C5tI .item-text {
  color: #1D1D1F;
}
.cid-uA2SLa8RHc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2SLa8RHc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA2SLa8RHc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA2SLa8RHc .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA2SLa8RHc .social-media {
  margin-top: 1.5rem;
}
.cid-uA2SLa8RHc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA2SLa8RHc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA2SLa8RHc .mbr-text,
.cid-uA2SLa8RHc .mbr-offer {
  line-height: 1.5;
}
.cid-uA2SLa8RHc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA2SLa8RHc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA2SLa8RHc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA2SLa8RHc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA2SLa8RHc .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA2SLa8RHc .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA2SLa8RHc .container-fluid {
  max-width: 1300px;
}
.cid-uA31sfXnhL {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA31sfXnhL .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA31sfXnhL .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA31sfXnhL .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA31sfXnhL .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA31sfXnhL .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA31sfXnhL .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA31sfXnhL .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA31sfXnhL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA31sfXnhL .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA31sfXnhL .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA31sfXnhL .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA31sfXnhL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA31sfXnhL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA31sfXnhL .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA31sfXnhL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA31sfXnhL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA31sfXnhL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA31sfXnhL .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA31sfXnhL .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA31sfXnhL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA31sfXnhL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA31sfXnhL .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA31sfXnhL .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA31sfXnhL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA31sfXnhL .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA31sfXnhL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA31sfXnhL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA31sfXnhL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA31sfXnhL .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA31sfXnhL .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA31sfXnhL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA31sfXnhL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA31sfXnhL .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA31sfXnhL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA31sfXnhL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA31sfXnhL .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA31sfXnhL .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA31sfXnhL .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA31sfXnhL .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA31sfXnhL .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA31sfXnhL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA31sfXnhL .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA31sfXnhL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA31sfXnhL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA31sfXnhL .dropdown-item.active,
.cid-uA31sfXnhL .dropdown-item:active {
  background-color: transparent;
}
.cid-uA31sfXnhL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA31sfXnhL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA31sfXnhL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA31sfXnhL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA31sfXnhL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA31sfXnhL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA31sfXnhL ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA31sfXnhL .navbar-buttons {
  text-align: center;
}
.cid-uA31sfXnhL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA31sfXnhL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA31sfXnhL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA31sfXnhL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA31sfXnhL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA31sfXnhL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA31sfXnhL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA31sfXnhL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA31sfXnhL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA31sfXnhL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA31sfXnhL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA31sfXnhL .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA31sfXnhL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA31sfXnhL .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA31sfXnhL .nav-link:hover,
.cid-uA31sfXnhL .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA31sfXnhL .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA31sfXnhL .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA31sfXnhL .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA31shbxeu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA31shbxeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA31shbxeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA31shbxeu .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA31shbxeu .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA31shbxeu .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA31shbxeu .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA31shbxeu .container {
    padding: 0 12px;
  }
}
.cid-uA31shbxeu .row {
  justify-content: center;
}
.cid-uA31shbxeu .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA31shbxeu .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA31shbxeu .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA31shbxeu .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA31shbxeu .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA31shbxeu .item {
    margin-bottom: 16px;
  }
}
.cid-uA31shbxeu .item .item-wrapper {
  width: 100%;
}
.cid-uA31shbxeu .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA31shbxeu .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA31shbxeu .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA31shbxeu .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA31shbxeu .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA31shbxeu .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA31shbxeu .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA31shbxeu .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA31shbxeu .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA31shbxeu .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA31shbxeu .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA31shbxeu .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA31shbxeu .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA31shbxeu .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA31shbxeu .item-desc {
  color: #1D1D1F;
}
.cid-uA31shbxeu .item-text {
  color: #1D1D1F;
}
.cid-uA31shRxGS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA31shRxGS .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA31shRxGS .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA31shRxGS .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA31shRxGS .social-media {
  margin-top: 1.5rem;
}
.cid-uA31shRxGS .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA31shRxGS .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA31shRxGS .mbr-text,
.cid-uA31shRxGS .mbr-offer {
  line-height: 1.5;
}
.cid-uA31shRxGS .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA31shRxGS .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA31shRxGS .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA31shRxGS .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA31shRxGS .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA31shRxGS .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA31shRxGS .container-fluid {
  max-width: 1300px;
}
.cid-uA33UHDYJW {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA33UHDYJW .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA33UHDYJW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA33UHDYJW .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA33UHDYJW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA33UHDYJW .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA33UHDYJW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA33UHDYJW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA33UHDYJW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA33UHDYJW .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA33UHDYJW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA33UHDYJW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA33UHDYJW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA33UHDYJW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA33UHDYJW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA33UHDYJW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA33UHDYJW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA33UHDYJW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA33UHDYJW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA33UHDYJW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA33UHDYJW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA33UHDYJW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA33UHDYJW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA33UHDYJW .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA33UHDYJW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA33UHDYJW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA33UHDYJW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA33UHDYJW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA33UHDYJW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA33UHDYJW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA33UHDYJW .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA33UHDYJW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA33UHDYJW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA33UHDYJW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA33UHDYJW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA33UHDYJW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA33UHDYJW .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA33UHDYJW .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA33UHDYJW .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA33UHDYJW .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA33UHDYJW .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA33UHDYJW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA33UHDYJW .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA33UHDYJW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA33UHDYJW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA33UHDYJW .dropdown-item.active,
.cid-uA33UHDYJW .dropdown-item:active {
  background-color: transparent;
}
.cid-uA33UHDYJW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA33UHDYJW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA33UHDYJW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA33UHDYJW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA33UHDYJW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA33UHDYJW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA33UHDYJW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA33UHDYJW .navbar-buttons {
  text-align: center;
}
.cid-uA33UHDYJW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA33UHDYJW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA33UHDYJW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA33UHDYJW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA33UHDYJW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA33UHDYJW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA33UHDYJW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA33UHDYJW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA33UHDYJW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA33UHDYJW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA33UHDYJW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA33UHDYJW .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA33UHDYJW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA33UHDYJW .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA33UHDYJW .nav-link:hover,
.cid-uA33UHDYJW .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA33UHDYJW .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA33UHDYJW .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA33UHDYJW .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA33UITyFe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA33UITyFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA33UITyFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA33UITyFe .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA33UITyFe .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA33UITyFe .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA33UITyFe .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA33UITyFe .container {
    padding: 0 12px;
  }
}
.cid-uA33UITyFe .row {
  justify-content: center;
}
.cid-uA33UITyFe .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA33UITyFe .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA33UITyFe .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA33UITyFe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA33UITyFe .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA33UITyFe .item {
    margin-bottom: 16px;
  }
}
.cid-uA33UITyFe .item .item-wrapper {
  width: 100%;
}
.cid-uA33UITyFe .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA33UITyFe .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA33UITyFe .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA33UITyFe .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA33UITyFe .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA33UITyFe .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA33UITyFe .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA33UITyFe .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA33UITyFe .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA33UITyFe .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA33UITyFe .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA33UITyFe .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA33UITyFe .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA33UITyFe .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA33UITyFe .item-desc {
  color: #1D1D1F;
}
.cid-uA33UITyFe .item-text {
  color: #1D1D1F;
}
.cid-uA33UJBLEs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA33UJBLEs .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA33UJBLEs .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA33UJBLEs .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA33UJBLEs .social-media {
  margin-top: 1.5rem;
}
.cid-uA33UJBLEs .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA33UJBLEs .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA33UJBLEs .mbr-text,
.cid-uA33UJBLEs .mbr-offer {
  line-height: 1.5;
}
.cid-uA33UJBLEs .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA33UJBLEs .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA33UJBLEs .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA33UJBLEs .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA33UJBLEs .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA33UJBLEs .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA33UJBLEs .container-fluid {
  max-width: 1300px;
}
.cid-uA7uzH4Bd7 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA7uzH4Bd7 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA7uzH4Bd7 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA7uzH4Bd7 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA7uzH4Bd7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA7uzH4Bd7 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA7uzH4Bd7 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA7uzH4Bd7 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA7uzH4Bd7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA7uzH4Bd7 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA7uzH4Bd7 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA7uzH4Bd7 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA7uzH4Bd7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA7uzH4Bd7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA7uzH4Bd7 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA7uzH4Bd7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA7uzH4Bd7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA7uzH4Bd7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA7uzH4Bd7 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA7uzH4Bd7 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA7uzH4Bd7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA7uzH4Bd7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA7uzH4Bd7 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA7uzH4Bd7 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA7uzH4Bd7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA7uzH4Bd7 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA7uzH4Bd7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA7uzH4Bd7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA7uzH4Bd7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA7uzH4Bd7 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA7uzH4Bd7 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA7uzH4Bd7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA7uzH4Bd7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA7uzH4Bd7 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA7uzH4Bd7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA7uzH4Bd7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA7uzH4Bd7 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA7uzH4Bd7 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA7uzH4Bd7 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA7uzH4Bd7 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA7uzH4Bd7 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA7uzH4Bd7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA7uzH4Bd7 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA7uzH4Bd7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA7uzH4Bd7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA7uzH4Bd7 .dropdown-item.active,
.cid-uA7uzH4Bd7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uA7uzH4Bd7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA7uzH4Bd7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA7uzH4Bd7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA7uzH4Bd7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA7uzH4Bd7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA7uzH4Bd7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA7uzH4Bd7 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA7uzH4Bd7 .navbar-buttons {
  text-align: center;
}
.cid-uA7uzH4Bd7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA7uzH4Bd7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA7uzH4Bd7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA7uzH4Bd7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA7uzH4Bd7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA7uzH4Bd7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA7uzH4Bd7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA7uzH4Bd7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA7uzH4Bd7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA7uzH4Bd7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA7uzH4Bd7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA7uzH4Bd7 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA7uzH4Bd7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA7uzH4Bd7 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA7uzH4Bd7 .nav-link:hover,
.cid-uA7uzH4Bd7 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA7uzH4Bd7 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA7uzH4Bd7 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA7uzH4Bd7 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA7uzIkeWS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA7uzIkeWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7uzIkeWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7uzIkeWS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA7uzIkeWS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA7uzIkeWS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA7uzIkeWS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA7uzIkeWS .container {
    padding: 0 12px;
  }
}
.cid-uA7uzIkeWS .row {
  justify-content: center;
}
.cid-uA7uzIkeWS .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA7uzIkeWS .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA7uzIkeWS .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA7uzIkeWS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7uzIkeWS .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA7uzIkeWS .item {
    margin-bottom: 16px;
  }
}
.cid-uA7uzIkeWS .item .item-wrapper {
  width: 100%;
}
.cid-uA7uzIkeWS .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA7uzIkeWS .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA7uzIkeWS .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA7uzIkeWS .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA7uzIkeWS .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA7uzIkeWS .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA7uzIkeWS .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA7uzIkeWS .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA7uzIkeWS .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA7uzIkeWS .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA7uzIkeWS .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA7uzIkeWS .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA7uzIkeWS .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA7uzIkeWS .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA7uzIkeWS .item-desc {
  color: #1D1D1F;
}
.cid-uA7uzIkeWS .item-text {
  color: #1D1D1F;
}
.cid-uA7uzIZFl7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA7uzIZFl7 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA7uzIZFl7 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA7uzIZFl7 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA7uzIZFl7 .social-media {
  margin-top: 1.5rem;
}
.cid-uA7uzIZFl7 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA7uzIZFl7 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA7uzIZFl7 .mbr-text,
.cid-uA7uzIZFl7 .mbr-offer {
  line-height: 1.5;
}
.cid-uA7uzIZFl7 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA7uzIZFl7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA7uzIZFl7 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA7uzIZFl7 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA7uzIZFl7 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA7uzIZFl7 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA7uzIZFl7 .container-fluid {
  max-width: 1300px;
}
.cid-uA7FzKgVxW {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA7FzKgVxW .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA7FzKgVxW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA7FzKgVxW .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA7FzKgVxW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA7FzKgVxW .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA7FzKgVxW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA7FzKgVxW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA7FzKgVxW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA7FzKgVxW .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA7FzKgVxW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA7FzKgVxW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA7FzKgVxW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA7FzKgVxW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA7FzKgVxW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA7FzKgVxW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA7FzKgVxW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA7FzKgVxW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA7FzKgVxW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA7FzKgVxW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA7FzKgVxW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA7FzKgVxW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA7FzKgVxW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA7FzKgVxW .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA7FzKgVxW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA7FzKgVxW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA7FzKgVxW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA7FzKgVxW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA7FzKgVxW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA7FzKgVxW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA7FzKgVxW .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA7FzKgVxW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA7FzKgVxW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA7FzKgVxW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA7FzKgVxW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA7FzKgVxW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA7FzKgVxW .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA7FzKgVxW .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA7FzKgVxW .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA7FzKgVxW .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA7FzKgVxW .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA7FzKgVxW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA7FzKgVxW .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA7FzKgVxW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA7FzKgVxW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA7FzKgVxW .dropdown-item.active,
.cid-uA7FzKgVxW .dropdown-item:active {
  background-color: transparent;
}
.cid-uA7FzKgVxW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA7FzKgVxW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA7FzKgVxW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA7FzKgVxW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA7FzKgVxW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA7FzKgVxW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA7FzKgVxW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA7FzKgVxW .navbar-buttons {
  text-align: center;
}
.cid-uA7FzKgVxW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA7FzKgVxW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA7FzKgVxW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA7FzKgVxW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA7FzKgVxW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA7FzKgVxW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA7FzKgVxW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA7FzKgVxW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA7FzKgVxW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA7FzKgVxW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA7FzKgVxW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA7FzKgVxW .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA7FzKgVxW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA7FzKgVxW .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA7FzKgVxW .nav-link:hover,
.cid-uA7FzKgVxW .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA7FzKgVxW .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA7FzKgVxW .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA7FzKgVxW .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA7FzLsBtB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA7FzLsBtB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7FzLsBtB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7FzLsBtB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA7FzLsBtB .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA7FzLsBtB .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA7FzLsBtB .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA7FzLsBtB .container {
    padding: 0 12px;
  }
}
.cid-uA7FzLsBtB .row {
  justify-content: center;
}
.cid-uA7FzLsBtB .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA7FzLsBtB .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA7FzLsBtB .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA7FzLsBtB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7FzLsBtB .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA7FzLsBtB .item {
    margin-bottom: 16px;
  }
}
.cid-uA7FzLsBtB .item .item-wrapper {
  width: 100%;
}
.cid-uA7FzLsBtB .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA7FzLsBtB .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA7FzLsBtB .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA7FzLsBtB .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA7FzLsBtB .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA7FzLsBtB .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA7FzLsBtB .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA7FzLsBtB .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA7FzLsBtB .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA7FzLsBtB .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA7FzLsBtB .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA7FzLsBtB .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA7FzLsBtB .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA7FzLsBtB .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA7FzLsBtB .item-desc {
  color: #1D1D1F;
}
.cid-uA7FzLsBtB .item-text {
  color: #1D1D1F;
}
.cid-uA7FzMll2S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA7FzMll2S .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA7FzMll2S .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA7FzMll2S .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA7FzMll2S .social-media {
  margin-top: 1.5rem;
}
.cid-uA7FzMll2S .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA7FzMll2S .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA7FzMll2S .mbr-text,
.cid-uA7FzMll2S .mbr-offer {
  line-height: 1.5;
}
.cid-uA7FzMll2S .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA7FzMll2S .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA7FzMll2S .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA7FzMll2S .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA7FzMll2S .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA7FzMll2S .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA7FzMll2S .container-fluid {
  max-width: 1300px;
}
.cid-uA83CrB9yC {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA83CrB9yC .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA83CrB9yC .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA83CrB9yC .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA83CrB9yC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA83CrB9yC .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA83CrB9yC .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA83CrB9yC .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA83CrB9yC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA83CrB9yC .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA83CrB9yC .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA83CrB9yC .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA83CrB9yC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA83CrB9yC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA83CrB9yC .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA83CrB9yC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA83CrB9yC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA83CrB9yC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA83CrB9yC .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA83CrB9yC .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA83CrB9yC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA83CrB9yC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA83CrB9yC .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA83CrB9yC .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA83CrB9yC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA83CrB9yC .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA83CrB9yC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA83CrB9yC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA83CrB9yC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA83CrB9yC .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA83CrB9yC .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA83CrB9yC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA83CrB9yC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA83CrB9yC .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA83CrB9yC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA83CrB9yC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA83CrB9yC .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA83CrB9yC .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA83CrB9yC .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA83CrB9yC .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA83CrB9yC .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA83CrB9yC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA83CrB9yC .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA83CrB9yC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA83CrB9yC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA83CrB9yC .dropdown-item.active,
.cid-uA83CrB9yC .dropdown-item:active {
  background-color: transparent;
}
.cid-uA83CrB9yC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA83CrB9yC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA83CrB9yC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA83CrB9yC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA83CrB9yC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA83CrB9yC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA83CrB9yC ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA83CrB9yC .navbar-buttons {
  text-align: center;
}
.cid-uA83CrB9yC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA83CrB9yC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA83CrB9yC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA83CrB9yC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA83CrB9yC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA83CrB9yC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA83CrB9yC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA83CrB9yC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA83CrB9yC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA83CrB9yC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA83CrB9yC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA83CrB9yC .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA83CrB9yC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA83CrB9yC .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA83CrB9yC .nav-link:hover,
.cid-uA83CrB9yC .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA83CrB9yC .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA83CrB9yC .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA83CrB9yC .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA83CsVNrg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA83CsVNrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA83CsVNrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA83CsVNrg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA83CsVNrg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA83CsVNrg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA83CsVNrg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA83CsVNrg .container {
    padding: 0 12px;
  }
}
.cid-uA83CsVNrg .row {
  justify-content: center;
}
.cid-uA83CsVNrg .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA83CsVNrg .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA83CsVNrg .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA83CsVNrg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA83CsVNrg .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA83CsVNrg .item {
    margin-bottom: 16px;
  }
}
.cid-uA83CsVNrg .item .item-wrapper {
  width: 100%;
}
.cid-uA83CsVNrg .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA83CsVNrg .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA83CsVNrg .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA83CsVNrg .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA83CsVNrg .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA83CsVNrg .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA83CsVNrg .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA83CsVNrg .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA83CsVNrg .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA83CsVNrg .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA83CsVNrg .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA83CsVNrg .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA83CsVNrg .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA83CsVNrg .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA83CsVNrg .item-desc {
  color: #1D1D1F;
}
.cid-uA83CsVNrg .item-text {
  color: #1D1D1F;
}
.cid-uA83CtNR5Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA83CtNR5Z .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA83CtNR5Z .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA83CtNR5Z .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA83CtNR5Z .social-media {
  margin-top: 1.5rem;
}
.cid-uA83CtNR5Z .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA83CtNR5Z .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA83CtNR5Z .mbr-text,
.cid-uA83CtNR5Z .mbr-offer {
  line-height: 1.5;
}
.cid-uA83CtNR5Z .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA83CtNR5Z .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA83CtNR5Z .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA83CtNR5Z .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA83CtNR5Z .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA83CtNR5Z .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA83CtNR5Z .container-fluid {
  max-width: 1300px;
}
.cid-uA87rKmOPc {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA87rKmOPc .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA87rKmOPc .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA87rKmOPc .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA87rKmOPc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA87rKmOPc .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA87rKmOPc .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA87rKmOPc .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA87rKmOPc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA87rKmOPc .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA87rKmOPc .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA87rKmOPc .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA87rKmOPc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA87rKmOPc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA87rKmOPc .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA87rKmOPc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA87rKmOPc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA87rKmOPc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA87rKmOPc .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA87rKmOPc .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA87rKmOPc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA87rKmOPc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA87rKmOPc .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA87rKmOPc .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA87rKmOPc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA87rKmOPc .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA87rKmOPc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA87rKmOPc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA87rKmOPc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA87rKmOPc .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA87rKmOPc .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA87rKmOPc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA87rKmOPc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA87rKmOPc .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA87rKmOPc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA87rKmOPc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA87rKmOPc .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA87rKmOPc .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA87rKmOPc .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA87rKmOPc .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA87rKmOPc .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA87rKmOPc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA87rKmOPc .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA87rKmOPc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA87rKmOPc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA87rKmOPc .dropdown-item.active,
.cid-uA87rKmOPc .dropdown-item:active {
  background-color: transparent;
}
.cid-uA87rKmOPc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA87rKmOPc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA87rKmOPc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA87rKmOPc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA87rKmOPc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA87rKmOPc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA87rKmOPc ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA87rKmOPc .navbar-buttons {
  text-align: center;
}
.cid-uA87rKmOPc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA87rKmOPc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA87rKmOPc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA87rKmOPc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA87rKmOPc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA87rKmOPc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA87rKmOPc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA87rKmOPc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA87rKmOPc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA87rKmOPc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA87rKmOPc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA87rKmOPc .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA87rKmOPc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA87rKmOPc .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA87rKmOPc .nav-link:hover,
.cid-uA87rKmOPc .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA87rKmOPc .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA87rKmOPc .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA87rKmOPc .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA87rLEwte {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA87rLEwte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA87rLEwte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA87rLEwte .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA87rLEwte .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA87rLEwte .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA87rLEwte .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA87rLEwte .container {
    padding: 0 12px;
  }
}
.cid-uA87rLEwte .row {
  justify-content: center;
}
.cid-uA87rLEwte .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA87rLEwte .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA87rLEwte .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA87rLEwte .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA87rLEwte .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA87rLEwte .item {
    margin-bottom: 16px;
  }
}
.cid-uA87rLEwte .item .item-wrapper {
  width: 100%;
}
.cid-uA87rLEwte .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA87rLEwte .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA87rLEwte .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA87rLEwte .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA87rLEwte .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA87rLEwte .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA87rLEwte .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA87rLEwte .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA87rLEwte .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA87rLEwte .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA87rLEwte .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA87rLEwte .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA87rLEwte .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA87rLEwte .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA87rLEwte .item-desc {
  color: #1D1D1F;
}
.cid-uA87rLEwte .item-text {
  color: #1D1D1F;
}
.cid-uA87rMwkMp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA87rMwkMp .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA87rMwkMp .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA87rMwkMp .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA87rMwkMp .social-media {
  margin-top: 1.5rem;
}
.cid-uA87rMwkMp .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA87rMwkMp .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA87rMwkMp .mbr-text,
.cid-uA87rMwkMp .mbr-offer {
  line-height: 1.5;
}
.cid-uA87rMwkMp .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA87rMwkMp .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA87rMwkMp .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA87rMwkMp .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA87rMwkMp .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA87rMwkMp .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA87rMwkMp .container-fluid {
  max-width: 1300px;
}
.cid-uA8vJkDVhg {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA8vJkDVhg .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA8vJkDVhg .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA8vJkDVhg .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA8vJkDVhg .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA8vJkDVhg .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA8vJkDVhg .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA8vJkDVhg .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA8vJkDVhg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA8vJkDVhg .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA8vJkDVhg .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA8vJkDVhg .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA8vJkDVhg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA8vJkDVhg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA8vJkDVhg .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA8vJkDVhg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA8vJkDVhg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA8vJkDVhg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA8vJkDVhg .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA8vJkDVhg .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA8vJkDVhg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA8vJkDVhg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA8vJkDVhg .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA8vJkDVhg .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA8vJkDVhg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA8vJkDVhg .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA8vJkDVhg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA8vJkDVhg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA8vJkDVhg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA8vJkDVhg .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA8vJkDVhg .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA8vJkDVhg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA8vJkDVhg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA8vJkDVhg .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA8vJkDVhg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA8vJkDVhg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA8vJkDVhg .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA8vJkDVhg .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA8vJkDVhg .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA8vJkDVhg .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA8vJkDVhg .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA8vJkDVhg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA8vJkDVhg .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA8vJkDVhg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA8vJkDVhg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA8vJkDVhg .dropdown-item.active,
.cid-uA8vJkDVhg .dropdown-item:active {
  background-color: transparent;
}
.cid-uA8vJkDVhg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA8vJkDVhg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA8vJkDVhg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA8vJkDVhg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA8vJkDVhg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA8vJkDVhg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA8vJkDVhg ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA8vJkDVhg .navbar-buttons {
  text-align: center;
}
.cid-uA8vJkDVhg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA8vJkDVhg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA8vJkDVhg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA8vJkDVhg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA8vJkDVhg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA8vJkDVhg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA8vJkDVhg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA8vJkDVhg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA8vJkDVhg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA8vJkDVhg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA8vJkDVhg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA8vJkDVhg .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA8vJkDVhg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA8vJkDVhg .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA8vJkDVhg .nav-link:hover,
.cid-uA8vJkDVhg .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA8vJkDVhg .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA8vJkDVhg .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA8vJkDVhg .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA8vJlQJMf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA8vJlQJMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8vJlQJMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8vJlQJMf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA8vJlQJMf .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA8vJlQJMf .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA8vJlQJMf .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA8vJlQJMf .container {
    padding: 0 12px;
  }
}
.cid-uA8vJlQJMf .row {
  justify-content: center;
}
.cid-uA8vJlQJMf .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA8vJlQJMf .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA8vJlQJMf .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA8vJlQJMf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA8vJlQJMf .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA8vJlQJMf .item {
    margin-bottom: 16px;
  }
}
.cid-uA8vJlQJMf .item .item-wrapper {
  width: 100%;
}
.cid-uA8vJlQJMf .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA8vJlQJMf .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA8vJlQJMf .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA8vJlQJMf .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA8vJlQJMf .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA8vJlQJMf .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA8vJlQJMf .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA8vJlQJMf .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA8vJlQJMf .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA8vJlQJMf .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA8vJlQJMf .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA8vJlQJMf .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA8vJlQJMf .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA8vJlQJMf .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA8vJlQJMf .item-desc {
  color: #1D1D1F;
}
.cid-uA8vJlQJMf .item-text {
  color: #1D1D1F;
}
.cid-uA8vJmDxYE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA8vJmDxYE .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA8vJmDxYE .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA8vJmDxYE .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA8vJmDxYE .social-media {
  margin-top: 1.5rem;
}
.cid-uA8vJmDxYE .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA8vJmDxYE .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA8vJmDxYE .mbr-text,
.cid-uA8vJmDxYE .mbr-offer {
  line-height: 1.5;
}
.cid-uA8vJmDxYE .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA8vJmDxYE .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA8vJmDxYE .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA8vJmDxYE .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA8vJmDxYE .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA8vJmDxYE .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA8vJmDxYE .container-fluid {
  max-width: 1300px;
}
.cid-uA8KuZSE9D {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA8KuZSE9D .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA8KuZSE9D .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA8KuZSE9D .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA8KuZSE9D .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA8KuZSE9D .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA8KuZSE9D .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA8KuZSE9D .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA8KuZSE9D .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA8KuZSE9D .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA8KuZSE9D .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA8KuZSE9D .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA8KuZSE9D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA8KuZSE9D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA8KuZSE9D .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA8KuZSE9D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA8KuZSE9D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA8KuZSE9D .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA8KuZSE9D .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA8KuZSE9D .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA8KuZSE9D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA8KuZSE9D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA8KuZSE9D .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA8KuZSE9D .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA8KuZSE9D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA8KuZSE9D .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA8KuZSE9D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA8KuZSE9D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA8KuZSE9D .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA8KuZSE9D .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA8KuZSE9D .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA8KuZSE9D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA8KuZSE9D .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA8KuZSE9D .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA8KuZSE9D .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA8KuZSE9D .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA8KuZSE9D .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA8KuZSE9D .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA8KuZSE9D .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA8KuZSE9D .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA8KuZSE9D .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA8KuZSE9D .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA8KuZSE9D .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA8KuZSE9D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA8KuZSE9D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA8KuZSE9D .dropdown-item.active,
.cid-uA8KuZSE9D .dropdown-item:active {
  background-color: transparent;
}
.cid-uA8KuZSE9D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA8KuZSE9D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA8KuZSE9D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA8KuZSE9D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA8KuZSE9D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA8KuZSE9D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA8KuZSE9D ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA8KuZSE9D .navbar-buttons {
  text-align: center;
}
.cid-uA8KuZSE9D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA8KuZSE9D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA8KuZSE9D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA8KuZSE9D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA8KuZSE9D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA8KuZSE9D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA8KuZSE9D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA8KuZSE9D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA8KuZSE9D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA8KuZSE9D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA8KuZSE9D a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA8KuZSE9D .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA8KuZSE9D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA8KuZSE9D .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA8KuZSE9D .nav-link:hover,
.cid-uA8KuZSE9D .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA8KuZSE9D .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA8KuZSE9D .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA8KuZSE9D .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA8Kv0QK5S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA8Kv0QK5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8Kv0QK5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8Kv0QK5S .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA8Kv0QK5S .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA8Kv0QK5S .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA8Kv0QK5S .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA8Kv0QK5S .container {
    padding: 0 12px;
  }
}
.cid-uA8Kv0QK5S .row {
  justify-content: center;
}
.cid-uA8Kv0QK5S .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA8Kv0QK5S .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA8Kv0QK5S .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA8Kv0QK5S .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA8Kv0QK5S .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA8Kv0QK5S .item {
    margin-bottom: 16px;
  }
}
.cid-uA8Kv0QK5S .item .item-wrapper {
  width: 100%;
}
.cid-uA8Kv0QK5S .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA8Kv0QK5S .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA8Kv0QK5S .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA8Kv0QK5S .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA8Kv0QK5S .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA8Kv0QK5S .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA8Kv0QK5S .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA8Kv0QK5S .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA8Kv0QK5S .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA8Kv0QK5S .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA8Kv0QK5S .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA8Kv0QK5S .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA8Kv0QK5S .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA8Kv0QK5S .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA8Kv0QK5S .item-desc {
  color: #1D1D1F;
}
.cid-uA8Kv0QK5S .item-text {
  color: #1D1D1F;
}
.cid-uA8Kv1AMFF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA8Kv1AMFF .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA8Kv1AMFF .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA8Kv1AMFF .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA8Kv1AMFF .social-media {
  margin-top: 1.5rem;
}
.cid-uA8Kv1AMFF .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA8Kv1AMFF .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA8Kv1AMFF .mbr-text,
.cid-uA8Kv1AMFF .mbr-offer {
  line-height: 1.5;
}
.cid-uA8Kv1AMFF .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA8Kv1AMFF .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA8Kv1AMFF .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA8Kv1AMFF .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA8Kv1AMFF .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA8Kv1AMFF .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA8Kv1AMFF .container-fluid {
  max-width: 1300px;
}
.cid-uA8Mp7r8Y9 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA8Mp7r8Y9 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA8Mp7r8Y9 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA8Mp7r8Y9 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA8Mp7r8Y9 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA8Mp7r8Y9 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA8Mp7r8Y9 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA8Mp7r8Y9 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA8Mp7r8Y9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA8Mp7r8Y9 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA8Mp7r8Y9 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA8Mp7r8Y9 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA8Mp7r8Y9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA8Mp7r8Y9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA8Mp7r8Y9 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA8Mp7r8Y9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA8Mp7r8Y9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA8Mp7r8Y9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA8Mp7r8Y9 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA8Mp7r8Y9 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA8Mp7r8Y9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA8Mp7r8Y9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA8Mp7r8Y9 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA8Mp7r8Y9 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA8Mp7r8Y9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA8Mp7r8Y9 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA8Mp7r8Y9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA8Mp7r8Y9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA8Mp7r8Y9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA8Mp7r8Y9 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA8Mp7r8Y9 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA8Mp7r8Y9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA8Mp7r8Y9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA8Mp7r8Y9 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA8Mp7r8Y9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA8Mp7r8Y9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA8Mp7r8Y9 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA8Mp7r8Y9 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA8Mp7r8Y9 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA8Mp7r8Y9 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA8Mp7r8Y9 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA8Mp7r8Y9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA8Mp7r8Y9 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA8Mp7r8Y9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA8Mp7r8Y9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA8Mp7r8Y9 .dropdown-item.active,
.cid-uA8Mp7r8Y9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uA8Mp7r8Y9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA8Mp7r8Y9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA8Mp7r8Y9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA8Mp7r8Y9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA8Mp7r8Y9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA8Mp7r8Y9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA8Mp7r8Y9 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA8Mp7r8Y9 .navbar-buttons {
  text-align: center;
}
.cid-uA8Mp7r8Y9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA8Mp7r8Y9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA8Mp7r8Y9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA8Mp7r8Y9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA8Mp7r8Y9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA8Mp7r8Y9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA8Mp7r8Y9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA8Mp7r8Y9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA8Mp7r8Y9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA8Mp7r8Y9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA8Mp7r8Y9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA8Mp7r8Y9 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA8Mp7r8Y9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA8Mp7r8Y9 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA8Mp7r8Y9 .nav-link:hover,
.cid-uA8Mp7r8Y9 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA8Mp7r8Y9 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA8Mp7r8Y9 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA8Mp7r8Y9 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA8Mp8VFs0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA8Mp8VFs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8Mp8VFs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8Mp8VFs0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA8Mp8VFs0 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA8Mp8VFs0 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA8Mp8VFs0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA8Mp8VFs0 .container {
    padding: 0 12px;
  }
}
.cid-uA8Mp8VFs0 .row {
  justify-content: center;
}
.cid-uA8Mp8VFs0 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA8Mp8VFs0 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA8Mp8VFs0 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA8Mp8VFs0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA8Mp8VFs0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA8Mp8VFs0 .item {
    margin-bottom: 16px;
  }
}
.cid-uA8Mp8VFs0 .item .item-wrapper {
  width: 100%;
}
.cid-uA8Mp8VFs0 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA8Mp8VFs0 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA8Mp8VFs0 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA8Mp8VFs0 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA8Mp8VFs0 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA8Mp8VFs0 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA8Mp8VFs0 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA8Mp8VFs0 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA8Mp8VFs0 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA8Mp8VFs0 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA8Mp8VFs0 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA8Mp8VFs0 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA8Mp8VFs0 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA8Mp8VFs0 .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA8Mp8VFs0 .item-desc {
  color: #1D1D1F;
}
.cid-uA8Mp8VFs0 .item-text {
  color: #1D1D1F;
}
.cid-uA8Mp9PbqW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA8Mp9PbqW .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA8Mp9PbqW .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA8Mp9PbqW .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA8Mp9PbqW .social-media {
  margin-top: 1.5rem;
}
.cid-uA8Mp9PbqW .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA8Mp9PbqW .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA8Mp9PbqW .mbr-text,
.cid-uA8Mp9PbqW .mbr-offer {
  line-height: 1.5;
}
.cid-uA8Mp9PbqW .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA8Mp9PbqW .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA8Mp9PbqW .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA8Mp9PbqW .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA8Mp9PbqW .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA8Mp9PbqW .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA8Mp9PbqW .container-fluid {
  max-width: 1300px;
}
.cid-uA8QTa1UyB {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA8QTa1UyB .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA8QTa1UyB .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA8QTa1UyB .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA8QTa1UyB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA8QTa1UyB .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA8QTa1UyB .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA8QTa1UyB .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA8QTa1UyB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA8QTa1UyB .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA8QTa1UyB .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA8QTa1UyB .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA8QTa1UyB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA8QTa1UyB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA8QTa1UyB .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA8QTa1UyB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA8QTa1UyB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA8QTa1UyB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA8QTa1UyB .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA8QTa1UyB .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA8QTa1UyB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA8QTa1UyB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA8QTa1UyB .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA8QTa1UyB .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA8QTa1UyB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA8QTa1UyB .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA8QTa1UyB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA8QTa1UyB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA8QTa1UyB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA8QTa1UyB .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA8QTa1UyB .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA8QTa1UyB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA8QTa1UyB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA8QTa1UyB .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA8QTa1UyB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA8QTa1UyB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA8QTa1UyB .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA8QTa1UyB .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA8QTa1UyB .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA8QTa1UyB .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA8QTa1UyB .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA8QTa1UyB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA8QTa1UyB .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA8QTa1UyB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA8QTa1UyB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA8QTa1UyB .dropdown-item.active,
.cid-uA8QTa1UyB .dropdown-item:active {
  background-color: transparent;
}
.cid-uA8QTa1UyB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA8QTa1UyB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA8QTa1UyB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA8QTa1UyB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA8QTa1UyB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA8QTa1UyB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA8QTa1UyB ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA8QTa1UyB .navbar-buttons {
  text-align: center;
}
.cid-uA8QTa1UyB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA8QTa1UyB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA8QTa1UyB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA8QTa1UyB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA8QTa1UyB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA8QTa1UyB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA8QTa1UyB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA8QTa1UyB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA8QTa1UyB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA8QTa1UyB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA8QTa1UyB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA8QTa1UyB .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA8QTa1UyB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA8QTa1UyB .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA8QTa1UyB .nav-link:hover,
.cid-uA8QTa1UyB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA8QTa1UyB .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA8QTa1UyB .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA8QTa1UyB .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA8QTbggog {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA8QTbggog .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8QTbggog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8QTbggog .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA8QTbggog .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA8QTbggog .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA8QTbggog .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA8QTbggog .container {
    padding: 0 12px;
  }
}
.cid-uA8QTbggog .row {
  justify-content: center;
}
.cid-uA8QTbggog .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA8QTbggog .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA8QTbggog .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA8QTbggog .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA8QTbggog .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA8QTbggog .item {
    margin-bottom: 16px;
  }
}
.cid-uA8QTbggog .item .item-wrapper {
  width: 100%;
}
.cid-uA8QTbggog .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA8QTbggog .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA8QTbggog .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA8QTbggog .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA8QTbggog .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA8QTbggog .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA8QTbggog .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA8QTbggog .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA8QTbggog .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA8QTbggog .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA8QTbggog .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA8QTbggog .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA8QTbggog .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA8QTbggog .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA8QTbggog .item-desc {
  color: #1D1D1F;
}
.cid-uA8QTbggog .item-text {
  color: #1D1D1F;
}
.cid-uA8QTc3xj8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA8QTc3xj8 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA8QTc3xj8 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA8QTc3xj8 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA8QTc3xj8 .social-media {
  margin-top: 1.5rem;
}
.cid-uA8QTc3xj8 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA8QTc3xj8 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA8QTc3xj8 .mbr-text,
.cid-uA8QTc3xj8 .mbr-offer {
  line-height: 1.5;
}
.cid-uA8QTc3xj8 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA8QTc3xj8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA8QTc3xj8 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA8QTc3xj8 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA8QTc3xj8 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA8QTc3xj8 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA8QTc3xj8 .container-fluid {
  max-width: 1300px;
}
.cid-uA8YOrQpWc {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA8YOrQpWc .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA8YOrQpWc .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA8YOrQpWc .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA8YOrQpWc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA8YOrQpWc .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA8YOrQpWc .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA8YOrQpWc .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA8YOrQpWc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA8YOrQpWc .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA8YOrQpWc .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA8YOrQpWc .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA8YOrQpWc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA8YOrQpWc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA8YOrQpWc .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA8YOrQpWc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA8YOrQpWc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA8YOrQpWc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA8YOrQpWc .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA8YOrQpWc .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA8YOrQpWc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA8YOrQpWc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA8YOrQpWc .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA8YOrQpWc .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA8YOrQpWc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA8YOrQpWc .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA8YOrQpWc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA8YOrQpWc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA8YOrQpWc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA8YOrQpWc .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA8YOrQpWc .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA8YOrQpWc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA8YOrQpWc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA8YOrQpWc .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA8YOrQpWc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA8YOrQpWc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA8YOrQpWc .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA8YOrQpWc .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA8YOrQpWc .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA8YOrQpWc .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA8YOrQpWc .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA8YOrQpWc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA8YOrQpWc .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA8YOrQpWc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA8YOrQpWc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA8YOrQpWc .dropdown-item.active,
.cid-uA8YOrQpWc .dropdown-item:active {
  background-color: transparent;
}
.cid-uA8YOrQpWc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA8YOrQpWc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA8YOrQpWc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA8YOrQpWc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA8YOrQpWc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA8YOrQpWc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA8YOrQpWc ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA8YOrQpWc .navbar-buttons {
  text-align: center;
}
.cid-uA8YOrQpWc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA8YOrQpWc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA8YOrQpWc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA8YOrQpWc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA8YOrQpWc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA8YOrQpWc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA8YOrQpWc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA8YOrQpWc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA8YOrQpWc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA8YOrQpWc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA8YOrQpWc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA8YOrQpWc .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA8YOrQpWc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA8YOrQpWc .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA8YOrQpWc .nav-link:hover,
.cid-uA8YOrQpWc .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA8YOrQpWc .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA8YOrQpWc .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA8YOrQpWc .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA8YOt5vDp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA8YOt5vDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8YOt5vDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8YOt5vDp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA8YOt5vDp .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA8YOt5vDp .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA8YOt5vDp .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA8YOt5vDp .container {
    padding: 0 12px;
  }
}
.cid-uA8YOt5vDp .row {
  justify-content: center;
}
.cid-uA8YOt5vDp .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA8YOt5vDp .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA8YOt5vDp .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA8YOt5vDp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA8YOt5vDp .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA8YOt5vDp .item {
    margin-bottom: 16px;
  }
}
.cid-uA8YOt5vDp .item .item-wrapper {
  width: 100%;
}
.cid-uA8YOt5vDp .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA8YOt5vDp .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA8YOt5vDp .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA8YOt5vDp .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA8YOt5vDp .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA8YOt5vDp .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA8YOt5vDp .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA8YOt5vDp .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA8YOt5vDp .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA8YOt5vDp .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA8YOt5vDp .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA8YOt5vDp .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA8YOt5vDp .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA8YOt5vDp .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA8YOt5vDp .item-desc {
  color: #1D1D1F;
}
.cid-uA8YOt5vDp .item-text {
  color: #1D1D1F;
}
.cid-uA8YOtSUVh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA8YOtSUVh .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA8YOtSUVh .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA8YOtSUVh .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA8YOtSUVh .social-media {
  margin-top: 1.5rem;
}
.cid-uA8YOtSUVh .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA8YOtSUVh .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA8YOtSUVh .mbr-text,
.cid-uA8YOtSUVh .mbr-offer {
  line-height: 1.5;
}
.cid-uA8YOtSUVh .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA8YOtSUVh .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA8YOtSUVh .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA8YOtSUVh .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA8YOtSUVh .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA8YOtSUVh .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA8YOtSUVh .container-fluid {
  max-width: 1300px;
}
.cid-uA92svROIZ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA92svROIZ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA92svROIZ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA92svROIZ .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA92svROIZ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA92svROIZ .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA92svROIZ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA92svROIZ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA92svROIZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA92svROIZ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA92svROIZ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA92svROIZ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA92svROIZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA92svROIZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA92svROIZ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA92svROIZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA92svROIZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA92svROIZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA92svROIZ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA92svROIZ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA92svROIZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA92svROIZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA92svROIZ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA92svROIZ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA92svROIZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA92svROIZ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA92svROIZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA92svROIZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA92svROIZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA92svROIZ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA92svROIZ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA92svROIZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA92svROIZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA92svROIZ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA92svROIZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA92svROIZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA92svROIZ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA92svROIZ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA92svROIZ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA92svROIZ .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA92svROIZ .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA92svROIZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA92svROIZ .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA92svROIZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA92svROIZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA92svROIZ .dropdown-item.active,
.cid-uA92svROIZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uA92svROIZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA92svROIZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA92svROIZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA92svROIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA92svROIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA92svROIZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA92svROIZ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA92svROIZ .navbar-buttons {
  text-align: center;
}
.cid-uA92svROIZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA92svROIZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA92svROIZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA92svROIZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA92svROIZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA92svROIZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA92svROIZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA92svROIZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA92svROIZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA92svROIZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA92svROIZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA92svROIZ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA92svROIZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA92svROIZ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA92svROIZ .nav-link:hover,
.cid-uA92svROIZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA92svROIZ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA92svROIZ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA92svROIZ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA92sx7pw8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA92sx7pw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA92sx7pw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA92sx7pw8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA92sx7pw8 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA92sx7pw8 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA92sx7pw8 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA92sx7pw8 .container {
    padding: 0 12px;
  }
}
.cid-uA92sx7pw8 .row {
  justify-content: center;
}
.cid-uA92sx7pw8 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA92sx7pw8 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA92sx7pw8 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA92sx7pw8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA92sx7pw8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA92sx7pw8 .item {
    margin-bottom: 16px;
  }
}
.cid-uA92sx7pw8 .item .item-wrapper {
  width: 100%;
}
.cid-uA92sx7pw8 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA92sx7pw8 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA92sx7pw8 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA92sx7pw8 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA92sx7pw8 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA92sx7pw8 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA92sx7pw8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA92sx7pw8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA92sx7pw8 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA92sx7pw8 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA92sx7pw8 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA92sx7pw8 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA92sx7pw8 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA92sx7pw8 .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA92sx7pw8 .item-desc {
  color: #1D1D1F;
}
.cid-uA92sx7pw8 .item-text {
  color: #1D1D1F;
}
.cid-uA92sxSjLJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA92sxSjLJ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA92sxSjLJ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA92sxSjLJ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA92sxSjLJ .social-media {
  margin-top: 1.5rem;
}
.cid-uA92sxSjLJ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA92sxSjLJ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA92sxSjLJ .mbr-text,
.cid-uA92sxSjLJ .mbr-offer {
  line-height: 1.5;
}
.cid-uA92sxSjLJ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA92sxSjLJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA92sxSjLJ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA92sxSjLJ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA92sxSjLJ .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA92sxSjLJ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA92sxSjLJ .container-fluid {
  max-width: 1300px;
}
.cid-uA95l7QOTp {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA95l7QOTp .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA95l7QOTp .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA95l7QOTp .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA95l7QOTp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA95l7QOTp .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA95l7QOTp .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA95l7QOTp .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA95l7QOTp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA95l7QOTp .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA95l7QOTp .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA95l7QOTp .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA95l7QOTp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA95l7QOTp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA95l7QOTp .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA95l7QOTp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA95l7QOTp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA95l7QOTp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA95l7QOTp .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA95l7QOTp .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA95l7QOTp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA95l7QOTp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA95l7QOTp .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA95l7QOTp .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA95l7QOTp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA95l7QOTp .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA95l7QOTp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA95l7QOTp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA95l7QOTp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA95l7QOTp .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA95l7QOTp .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA95l7QOTp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA95l7QOTp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA95l7QOTp .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA95l7QOTp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA95l7QOTp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA95l7QOTp .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA95l7QOTp .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA95l7QOTp .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA95l7QOTp .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA95l7QOTp .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA95l7QOTp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA95l7QOTp .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA95l7QOTp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA95l7QOTp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA95l7QOTp .dropdown-item.active,
.cid-uA95l7QOTp .dropdown-item:active {
  background-color: transparent;
}
.cid-uA95l7QOTp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA95l7QOTp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA95l7QOTp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA95l7QOTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA95l7QOTp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA95l7QOTp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA95l7QOTp ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA95l7QOTp .navbar-buttons {
  text-align: center;
}
.cid-uA95l7QOTp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA95l7QOTp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA95l7QOTp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA95l7QOTp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA95l7QOTp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA95l7QOTp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA95l7QOTp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA95l7QOTp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA95l7QOTp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA95l7QOTp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA95l7QOTp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA95l7QOTp .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA95l7QOTp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA95l7QOTp .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA95l7QOTp .nav-link:hover,
.cid-uA95l7QOTp .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA95l7QOTp .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA95l7QOTp .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA95l7QOTp .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA95l9d5JE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA95l9d5JE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA95l9d5JE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA95l9d5JE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA95l9d5JE .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA95l9d5JE .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA95l9d5JE .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA95l9d5JE .container {
    padding: 0 12px;
  }
}
.cid-uA95l9d5JE .row {
  justify-content: center;
}
.cid-uA95l9d5JE .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA95l9d5JE .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA95l9d5JE .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA95l9d5JE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA95l9d5JE .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA95l9d5JE .item {
    margin-bottom: 16px;
  }
}
.cid-uA95l9d5JE .item .item-wrapper {
  width: 100%;
}
.cid-uA95l9d5JE .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA95l9d5JE .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA95l9d5JE .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA95l9d5JE .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA95l9d5JE .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA95l9d5JE .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA95l9d5JE .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA95l9d5JE .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA95l9d5JE .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA95l9d5JE .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA95l9d5JE .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA95l9d5JE .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA95l9d5JE .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA95l9d5JE .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA95l9d5JE .item-desc {
  color: #1D1D1F;
}
.cid-uA95l9d5JE .item-text {
  color: #1D1D1F;
}
.cid-uA95la1hGc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA95la1hGc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA95la1hGc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA95la1hGc .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA95la1hGc .social-media {
  margin-top: 1.5rem;
}
.cid-uA95la1hGc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA95la1hGc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA95la1hGc .mbr-text,
.cid-uA95la1hGc .mbr-offer {
  line-height: 1.5;
}
.cid-uA95la1hGc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA95la1hGc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA95la1hGc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA95la1hGc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA95la1hGc .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA95la1hGc .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA95la1hGc .container-fluid {
  max-width: 1300px;
}
.cid-uA9a5RZkqO {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA9a5RZkqO .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA9a5RZkqO .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA9a5RZkqO .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA9a5RZkqO .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA9a5RZkqO .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA9a5RZkqO .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA9a5RZkqO .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA9a5RZkqO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA9a5RZkqO .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA9a5RZkqO .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA9a5RZkqO .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA9a5RZkqO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9a5RZkqO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA9a5RZkqO .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA9a5RZkqO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9a5RZkqO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9a5RZkqO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA9a5RZkqO .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA9a5RZkqO .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA9a5RZkqO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA9a5RZkqO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA9a5RZkqO .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA9a5RZkqO .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA9a5RZkqO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9a5RZkqO .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA9a5RZkqO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9a5RZkqO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9a5RZkqO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA9a5RZkqO .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA9a5RZkqO .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA9a5RZkqO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9a5RZkqO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA9a5RZkqO .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA9a5RZkqO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA9a5RZkqO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA9a5RZkqO .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA9a5RZkqO .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA9a5RZkqO .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA9a5RZkqO .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA9a5RZkqO .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA9a5RZkqO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA9a5RZkqO .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA9a5RZkqO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9a5RZkqO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9a5RZkqO .dropdown-item.active,
.cid-uA9a5RZkqO .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9a5RZkqO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA9a5RZkqO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9a5RZkqO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9a5RZkqO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA9a5RZkqO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA9a5RZkqO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9a5RZkqO ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA9a5RZkqO .navbar-buttons {
  text-align: center;
}
.cid-uA9a5RZkqO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA9a5RZkqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA9a5RZkqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA9a5RZkqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9a5RZkqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9a5RZkqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA9a5RZkqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9a5RZkqO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA9a5RZkqO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA9a5RZkqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9a5RZkqO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA9a5RZkqO .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA9a5RZkqO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA9a5RZkqO .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA9a5RZkqO .nav-link:hover,
.cid-uA9a5RZkqO .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA9a5RZkqO .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA9a5RZkqO .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA9a5RZkqO .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA9a5TiFaT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA9a5TiFaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9a5TiFaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9a5TiFaT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9a5TiFaT .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA9a5TiFaT .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA9a5TiFaT .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA9a5TiFaT .container {
    padding: 0 12px;
  }
}
.cid-uA9a5TiFaT .row {
  justify-content: center;
}
.cid-uA9a5TiFaT .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA9a5TiFaT .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA9a5TiFaT .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA9a5TiFaT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9a5TiFaT .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA9a5TiFaT .item {
    margin-bottom: 16px;
  }
}
.cid-uA9a5TiFaT .item .item-wrapper {
  width: 100%;
}
.cid-uA9a5TiFaT .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA9a5TiFaT .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA9a5TiFaT .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA9a5TiFaT .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA9a5TiFaT .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA9a5TiFaT .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA9a5TiFaT .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA9a5TiFaT .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA9a5TiFaT .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA9a5TiFaT .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA9a5TiFaT .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA9a5TiFaT .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA9a5TiFaT .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA9a5TiFaT .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA9a5TiFaT .item-desc {
  color: #1D1D1F;
}
.cid-uA9a5TiFaT .item-text {
  color: #1D1D1F;
}
.cid-uA9a5U9AXn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA9a5U9AXn .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA9a5U9AXn .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA9a5U9AXn .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA9a5U9AXn .social-media {
  margin-top: 1.5rem;
}
.cid-uA9a5U9AXn .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA9a5U9AXn .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA9a5U9AXn .mbr-text,
.cid-uA9a5U9AXn .mbr-offer {
  line-height: 1.5;
}
.cid-uA9a5U9AXn .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA9a5U9AXn .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA9a5U9AXn .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA9a5U9AXn .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA9a5U9AXn .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA9a5U9AXn .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA9a5U9AXn .container-fluid {
  max-width: 1300px;
}
.cid-uA9cjGfkMU {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA9cjGfkMU .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA9cjGfkMU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA9cjGfkMU .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA9cjGfkMU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA9cjGfkMU .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA9cjGfkMU .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA9cjGfkMU .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA9cjGfkMU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA9cjGfkMU .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA9cjGfkMU .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA9cjGfkMU .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA9cjGfkMU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9cjGfkMU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA9cjGfkMU .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA9cjGfkMU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9cjGfkMU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9cjGfkMU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA9cjGfkMU .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA9cjGfkMU .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA9cjGfkMU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA9cjGfkMU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA9cjGfkMU .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA9cjGfkMU .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA9cjGfkMU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9cjGfkMU .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA9cjGfkMU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9cjGfkMU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9cjGfkMU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA9cjGfkMU .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA9cjGfkMU .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA9cjGfkMU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9cjGfkMU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA9cjGfkMU .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA9cjGfkMU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA9cjGfkMU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA9cjGfkMU .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA9cjGfkMU .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA9cjGfkMU .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA9cjGfkMU .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA9cjGfkMU .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA9cjGfkMU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA9cjGfkMU .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA9cjGfkMU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9cjGfkMU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9cjGfkMU .dropdown-item.active,
.cid-uA9cjGfkMU .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9cjGfkMU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA9cjGfkMU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9cjGfkMU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9cjGfkMU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA9cjGfkMU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA9cjGfkMU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9cjGfkMU ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA9cjGfkMU .navbar-buttons {
  text-align: center;
}
.cid-uA9cjGfkMU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA9cjGfkMU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA9cjGfkMU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA9cjGfkMU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9cjGfkMU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9cjGfkMU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA9cjGfkMU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9cjGfkMU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA9cjGfkMU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA9cjGfkMU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9cjGfkMU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA9cjGfkMU .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA9cjGfkMU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA9cjGfkMU .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA9cjGfkMU .nav-link:hover,
.cid-uA9cjGfkMU .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA9cjGfkMU .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA9cjGfkMU .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA9cjGfkMU .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA9cjHqRzH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA9cjHqRzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9cjHqRzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9cjHqRzH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9cjHqRzH .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA9cjHqRzH .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA9cjHqRzH .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA9cjHqRzH .container {
    padding: 0 12px;
  }
}
.cid-uA9cjHqRzH .row {
  justify-content: center;
}
.cid-uA9cjHqRzH .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA9cjHqRzH .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA9cjHqRzH .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA9cjHqRzH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9cjHqRzH .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA9cjHqRzH .item {
    margin-bottom: 16px;
  }
}
.cid-uA9cjHqRzH .item .item-wrapper {
  width: 100%;
}
.cid-uA9cjHqRzH .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA9cjHqRzH .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA9cjHqRzH .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA9cjHqRzH .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA9cjHqRzH .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA9cjHqRzH .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA9cjHqRzH .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA9cjHqRzH .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA9cjHqRzH .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA9cjHqRzH .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA9cjHqRzH .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA9cjHqRzH .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA9cjHqRzH .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA9cjHqRzH .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA9cjHqRzH .item-desc {
  color: #1D1D1F;
}
.cid-uA9cjHqRzH .item-text {
  color: #1D1D1F;
}
.cid-uA9cjIktVZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA9cjIktVZ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA9cjIktVZ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA9cjIktVZ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA9cjIktVZ .social-media {
  margin-top: 1.5rem;
}
.cid-uA9cjIktVZ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA9cjIktVZ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA9cjIktVZ .mbr-text,
.cid-uA9cjIktVZ .mbr-offer {
  line-height: 1.5;
}
.cid-uA9cjIktVZ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA9cjIktVZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA9cjIktVZ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA9cjIktVZ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA9cjIktVZ .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA9cjIktVZ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA9cjIktVZ .container-fluid {
  max-width: 1300px;
}
.cid-uA9yxNAcwU {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uA9yxNAcwU .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uA9yxNAcwU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uA9yxNAcwU .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uA9yxNAcwU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uA9yxNAcwU .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uA9yxNAcwU .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uA9yxNAcwU .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uA9yxNAcwU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA9yxNAcwU .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uA9yxNAcwU .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uA9yxNAcwU .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uA9yxNAcwU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9yxNAcwU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uA9yxNAcwU .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uA9yxNAcwU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9yxNAcwU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9yxNAcwU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uA9yxNAcwU .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uA9yxNAcwU .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uA9yxNAcwU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA9yxNAcwU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uA9yxNAcwU .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uA9yxNAcwU .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uA9yxNAcwU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9yxNAcwU .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uA9yxNAcwU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9yxNAcwU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9yxNAcwU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uA9yxNAcwU .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uA9yxNAcwU .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uA9yxNAcwU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9yxNAcwU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uA9yxNAcwU .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uA9yxNAcwU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uA9yxNAcwU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uA9yxNAcwU .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uA9yxNAcwU .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uA9yxNAcwU .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uA9yxNAcwU .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uA9yxNAcwU .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uA9yxNAcwU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA9yxNAcwU .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uA9yxNAcwU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9yxNAcwU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9yxNAcwU .dropdown-item.active,
.cid-uA9yxNAcwU .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9yxNAcwU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uA9yxNAcwU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9yxNAcwU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9yxNAcwU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA9yxNAcwU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uA9yxNAcwU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9yxNAcwU ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uA9yxNAcwU .navbar-buttons {
  text-align: center;
}
.cid-uA9yxNAcwU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA9yxNAcwU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uA9yxNAcwU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA9yxNAcwU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9yxNAcwU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA9yxNAcwU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA9yxNAcwU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9yxNAcwU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA9yxNAcwU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA9yxNAcwU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA9yxNAcwU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uA9yxNAcwU .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uA9yxNAcwU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uA9yxNAcwU .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uA9yxNAcwU .nav-link:hover,
.cid-uA9yxNAcwU .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uA9yxNAcwU .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uA9yxNAcwU .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uA9yxNAcwU .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uA9yxOTekn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uA9yxOTekn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9yxOTekn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9yxOTekn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9yxOTekn .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA9yxOTekn .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uA9yxOTekn .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uA9yxOTekn .container {
    padding: 0 12px;
  }
}
.cid-uA9yxOTekn .row {
  justify-content: center;
}
.cid-uA9yxOTekn .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uA9yxOTekn .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uA9yxOTekn .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uA9yxOTekn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9yxOTekn .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA9yxOTekn .item {
    margin-bottom: 16px;
  }
}
.cid-uA9yxOTekn .item .item-wrapper {
  width: 100%;
}
.cid-uA9yxOTekn .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA9yxOTekn .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uA9yxOTekn .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA9yxOTekn .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uA9yxOTekn .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uA9yxOTekn .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uA9yxOTekn .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uA9yxOTekn .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uA9yxOTekn .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uA9yxOTekn .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uA9yxOTekn .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uA9yxOTekn .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA9yxOTekn .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uA9yxOTekn .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uA9yxOTekn .item-desc {
  color: #1D1D1F;
}
.cid-uA9yxOTekn .item-text {
  color: #1D1D1F;
}
.cid-uA9yxPDRiJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA9yxPDRiJ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uA9yxPDRiJ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uA9yxPDRiJ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uA9yxPDRiJ .social-media {
  margin-top: 1.5rem;
}
.cid-uA9yxPDRiJ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uA9yxPDRiJ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uA9yxPDRiJ .mbr-text,
.cid-uA9yxPDRiJ .mbr-offer {
  line-height: 1.5;
}
.cid-uA9yxPDRiJ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uA9yxPDRiJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uA9yxPDRiJ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uA9yxPDRiJ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uA9yxPDRiJ .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uA9yxPDRiJ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uA9yxPDRiJ .container-fluid {
  max-width: 1300px;
}
.cid-uAfrUqg2DY {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uAfrUqg2DY .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uAfrUqg2DY .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uAfrUqg2DY .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uAfrUqg2DY .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uAfrUqg2DY .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uAfrUqg2DY .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uAfrUqg2DY .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uAfrUqg2DY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAfrUqg2DY .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uAfrUqg2DY .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uAfrUqg2DY .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uAfrUqg2DY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAfrUqg2DY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uAfrUqg2DY .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uAfrUqg2DY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAfrUqg2DY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAfrUqg2DY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAfrUqg2DY .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uAfrUqg2DY .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uAfrUqg2DY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAfrUqg2DY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uAfrUqg2DY .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uAfrUqg2DY .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uAfrUqg2DY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAfrUqg2DY .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uAfrUqg2DY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAfrUqg2DY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAfrUqg2DY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAfrUqg2DY .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uAfrUqg2DY .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uAfrUqg2DY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAfrUqg2DY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uAfrUqg2DY .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uAfrUqg2DY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uAfrUqg2DY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAfrUqg2DY .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uAfrUqg2DY .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uAfrUqg2DY .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uAfrUqg2DY .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uAfrUqg2DY .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uAfrUqg2DY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAfrUqg2DY .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uAfrUqg2DY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAfrUqg2DY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAfrUqg2DY .dropdown-item.active,
.cid-uAfrUqg2DY .dropdown-item:active {
  background-color: transparent;
}
.cid-uAfrUqg2DY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uAfrUqg2DY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAfrUqg2DY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAfrUqg2DY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAfrUqg2DY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uAfrUqg2DY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAfrUqg2DY ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uAfrUqg2DY .navbar-buttons {
  text-align: center;
}
.cid-uAfrUqg2DY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAfrUqg2DY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAfrUqg2DY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAfrUqg2DY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAfrUqg2DY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAfrUqg2DY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAfrUqg2DY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAfrUqg2DY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAfrUqg2DY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAfrUqg2DY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAfrUqg2DY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uAfrUqg2DY .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uAfrUqg2DY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uAfrUqg2DY .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uAfrUqg2DY .nav-link:hover,
.cid-uAfrUqg2DY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uAfrUqg2DY .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uAfrUqg2DY .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uAfrUqg2DY .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uAfrUsW1t1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAfrUsW1t1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfrUsW1t1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAfrUsW1t1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAfrUsW1t1 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfrUsW1t1 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAfrUsW1t1 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfrUsW1t1 .container {
    padding: 0 12px;
  }
}
.cid-uAfrUsW1t1 .row {
  justify-content: center;
}
.cid-uAfrUsW1t1 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAfrUsW1t1 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAfrUsW1t1 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAfrUsW1t1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAfrUsW1t1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAfrUsW1t1 .item {
    margin-bottom: 16px;
  }
}
.cid-uAfrUsW1t1 .item .item-wrapper {
  width: 100%;
}
.cid-uAfrUsW1t1 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAfrUsW1t1 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAfrUsW1t1 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAfrUsW1t1 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAfrUsW1t1 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uAfrUsW1t1 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAfrUsW1t1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAfrUsW1t1 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAfrUsW1t1 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAfrUsW1t1 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAfrUsW1t1 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAfrUsW1t1 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfrUsW1t1 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfrUsW1t1 .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uAfrUsW1t1 .item-desc {
  color: #1D1D1F;
}
.cid-uAfrUsW1t1 .item-text {
  color: #1D1D1F;
}
.cid-uAfrUuavSL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAfrUuavSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfrUuavSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAfrUuavSL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAfrUuavSL .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfrUuavSL .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAfrUuavSL .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfrUuavSL .container {
    padding: 0 12px;
  }
}
.cid-uAfrUuavSL .row {
  justify-content: center;
}
.cid-uAfrUuavSL .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAfrUuavSL .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAfrUuavSL .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAfrUuavSL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAfrUuavSL .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAfrUuavSL .item {
    margin-bottom: 16px;
  }
}
.cid-uAfrUuavSL .item .item-wrapper {
  width: 100%;
}
.cid-uAfrUuavSL .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAfrUuavSL .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAfrUuavSL .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAfrUuavSL .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAfrUuavSL .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uAfrUuavSL .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAfrUuavSL .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAfrUuavSL .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAfrUuavSL .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAfrUuavSL .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAfrUuavSL .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAfrUuavSL .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfrUuavSL .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfrUuavSL .item-title {
  color: #1D1D1F;
}
.cid-uAfrUuavSL .item-desc {
  color: #1D1D1F;
}
.cid-uAfrUuavSL .item-text {
  color: #1D1D1F;
}
.cid-uAfrUwchpR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAfrUwchpR .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uAfrUwchpR .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uAfrUwchpR .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uAfrUwchpR .social-media {
  margin-top: 1.5rem;
}
.cid-uAfrUwchpR .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uAfrUwchpR .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uAfrUwchpR .mbr-text,
.cid-uAfrUwchpR .mbr-offer {
  line-height: 1.5;
}
.cid-uAfrUwchpR .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uAfrUwchpR .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAfrUwchpR .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uAfrUwchpR .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uAfrUwchpR .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uAfrUwchpR .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uAfrUwchpR .container-fluid {
  max-width: 1300px;
}
.cid-uAfzfQKIsl {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uAfzfQKIsl .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uAfzfQKIsl .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uAfzfQKIsl .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uAfzfQKIsl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uAfzfQKIsl .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uAfzfQKIsl .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uAfzfQKIsl .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uAfzfQKIsl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAfzfQKIsl .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uAfzfQKIsl .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uAfzfQKIsl .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uAfzfQKIsl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAfzfQKIsl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uAfzfQKIsl .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uAfzfQKIsl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAfzfQKIsl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAfzfQKIsl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAfzfQKIsl .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uAfzfQKIsl .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uAfzfQKIsl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAfzfQKIsl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uAfzfQKIsl .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uAfzfQKIsl .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uAfzfQKIsl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAfzfQKIsl .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uAfzfQKIsl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAfzfQKIsl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAfzfQKIsl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAfzfQKIsl .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uAfzfQKIsl .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uAfzfQKIsl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAfzfQKIsl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uAfzfQKIsl .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uAfzfQKIsl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uAfzfQKIsl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAfzfQKIsl .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uAfzfQKIsl .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uAfzfQKIsl .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uAfzfQKIsl .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uAfzfQKIsl .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uAfzfQKIsl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAfzfQKIsl .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uAfzfQKIsl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAfzfQKIsl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAfzfQKIsl .dropdown-item.active,
.cid-uAfzfQKIsl .dropdown-item:active {
  background-color: transparent;
}
.cid-uAfzfQKIsl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uAfzfQKIsl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAfzfQKIsl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAfzfQKIsl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAfzfQKIsl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uAfzfQKIsl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAfzfQKIsl ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uAfzfQKIsl .navbar-buttons {
  text-align: center;
}
.cid-uAfzfQKIsl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAfzfQKIsl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAfzfQKIsl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAfzfQKIsl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAfzfQKIsl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAfzfQKIsl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAfzfQKIsl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAfzfQKIsl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAfzfQKIsl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAfzfQKIsl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAfzfQKIsl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uAfzfQKIsl .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uAfzfQKIsl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uAfzfQKIsl .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uAfzfQKIsl .nav-link:hover,
.cid-uAfzfQKIsl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uAfzfQKIsl .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uAfzfQKIsl .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uAfzfQKIsl .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uAfzfS545p {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAfzfS545p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfzfS545p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAfzfS545p .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAfzfS545p .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfzfS545p .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAfzfS545p .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfzfS545p .container {
    padding: 0 12px;
  }
}
.cid-uAfzfS545p .row {
  justify-content: center;
}
.cid-uAfzfS545p .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAfzfS545p .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAfzfS545p .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAfzfS545p .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAfzfS545p .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAfzfS545p .item {
    margin-bottom: 16px;
  }
}
.cid-uAfzfS545p .item .item-wrapper {
  width: 100%;
}
.cid-uAfzfS545p .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAfzfS545p .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAfzfS545p .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAfzfS545p .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAfzfS545p .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uAfzfS545p .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAfzfS545p .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAfzfS545p .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAfzfS545p .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAfzfS545p .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAfzfS545p .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAfzfS545p .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfzfS545p .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfzfS545p .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uAfzfS545p .item-desc {
  color: #1D1D1F;
}
.cid-uAfzfS545p .item-text {
  color: #1D1D1F;
}
.cid-uAfzfSEM3R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAfzfSEM3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfzfSEM3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAfzfSEM3R .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAfzfSEM3R .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfzfSEM3R .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAfzfSEM3R .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfzfSEM3R .container {
    padding: 0 12px;
  }
}
.cid-uAfzfSEM3R .row {
  justify-content: center;
}
.cid-uAfzfSEM3R .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAfzfSEM3R .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAfzfSEM3R .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAfzfSEM3R .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAfzfSEM3R .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAfzfSEM3R .item {
    margin-bottom: 16px;
  }
}
.cid-uAfzfSEM3R .item .item-wrapper {
  width: 100%;
}
.cid-uAfzfSEM3R .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAfzfSEM3R .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAfzfSEM3R .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAfzfSEM3R .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAfzfSEM3R .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uAfzfSEM3R .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAfzfSEM3R .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAfzfSEM3R .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAfzfSEM3R .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAfzfSEM3R .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAfzfSEM3R .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAfzfSEM3R .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfzfSEM3R .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfzfSEM3R .item-title {
  color: #1D1D1F;
}
.cid-uAfzfSEM3R .item-desc {
  color: #1D1D1F;
}
.cid-uAfzfSEM3R .item-text {
  color: #1D1D1F;
}
.cid-uAfzfT2gFJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAfzfT2gFJ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uAfzfT2gFJ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uAfzfT2gFJ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uAfzfT2gFJ .social-media {
  margin-top: 1.5rem;
}
.cid-uAfzfT2gFJ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uAfzfT2gFJ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uAfzfT2gFJ .mbr-text,
.cid-uAfzfT2gFJ .mbr-offer {
  line-height: 1.5;
}
.cid-uAfzfT2gFJ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uAfzfT2gFJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAfzfT2gFJ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uAfzfT2gFJ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uAfzfT2gFJ .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uAfzfT2gFJ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uAfzfT2gFJ .container-fluid {
  max-width: 1300px;
}
.cid-uAfOm1jwyI {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uAfOm1jwyI .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uAfOm1jwyI .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uAfOm1jwyI .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uAfOm1jwyI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uAfOm1jwyI .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uAfOm1jwyI .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uAfOm1jwyI .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uAfOm1jwyI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAfOm1jwyI .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uAfOm1jwyI .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uAfOm1jwyI .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uAfOm1jwyI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAfOm1jwyI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uAfOm1jwyI .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uAfOm1jwyI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAfOm1jwyI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAfOm1jwyI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAfOm1jwyI .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uAfOm1jwyI .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uAfOm1jwyI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAfOm1jwyI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uAfOm1jwyI .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uAfOm1jwyI .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uAfOm1jwyI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAfOm1jwyI .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uAfOm1jwyI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAfOm1jwyI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAfOm1jwyI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAfOm1jwyI .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uAfOm1jwyI .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uAfOm1jwyI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAfOm1jwyI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uAfOm1jwyI .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uAfOm1jwyI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uAfOm1jwyI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAfOm1jwyI .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uAfOm1jwyI .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uAfOm1jwyI .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uAfOm1jwyI .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uAfOm1jwyI .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uAfOm1jwyI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAfOm1jwyI .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uAfOm1jwyI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAfOm1jwyI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAfOm1jwyI .dropdown-item.active,
.cid-uAfOm1jwyI .dropdown-item:active {
  background-color: transparent;
}
.cid-uAfOm1jwyI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uAfOm1jwyI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAfOm1jwyI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAfOm1jwyI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAfOm1jwyI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uAfOm1jwyI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAfOm1jwyI ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uAfOm1jwyI .navbar-buttons {
  text-align: center;
}
.cid-uAfOm1jwyI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAfOm1jwyI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAfOm1jwyI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAfOm1jwyI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAfOm1jwyI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAfOm1jwyI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAfOm1jwyI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAfOm1jwyI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAfOm1jwyI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAfOm1jwyI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAfOm1jwyI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uAfOm1jwyI .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uAfOm1jwyI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uAfOm1jwyI .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uAfOm1jwyI .nav-link:hover,
.cid-uAfOm1jwyI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uAfOm1jwyI .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uAfOm1jwyI .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uAfOm1jwyI .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uAfOm2yHu9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAfOm2yHu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfOm2yHu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAfOm2yHu9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAfOm2yHu9 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfOm2yHu9 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAfOm2yHu9 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfOm2yHu9 .container {
    padding: 0 12px;
  }
}
.cid-uAfOm2yHu9 .row {
  justify-content: center;
}
.cid-uAfOm2yHu9 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAfOm2yHu9 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAfOm2yHu9 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAfOm2yHu9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAfOm2yHu9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAfOm2yHu9 .item {
    margin-bottom: 16px;
  }
}
.cid-uAfOm2yHu9 .item .item-wrapper {
  width: 100%;
}
.cid-uAfOm2yHu9 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAfOm2yHu9 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAfOm2yHu9 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAfOm2yHu9 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAfOm2yHu9 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uAfOm2yHu9 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAfOm2yHu9 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAfOm2yHu9 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAfOm2yHu9 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAfOm2yHu9 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAfOm2yHu9 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAfOm2yHu9 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfOm2yHu9 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfOm2yHu9 .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uAfOm2yHu9 .item-desc {
  color: #1D1D1F;
}
.cid-uAfOm2yHu9 .item-text {
  color: #1D1D1F;
}
.cid-uAfOm33rFG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAfOm33rFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfOm33rFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAfOm33rFG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAfOm33rFG .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfOm33rFG .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAfOm33rFG .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfOm33rFG .container {
    padding: 0 12px;
  }
}
.cid-uAfOm33rFG .row {
  justify-content: center;
}
.cid-uAfOm33rFG .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAfOm33rFG .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAfOm33rFG .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAfOm33rFG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAfOm33rFG .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAfOm33rFG .item {
    margin-bottom: 16px;
  }
}
.cid-uAfOm33rFG .item .item-wrapper {
  width: 100%;
}
.cid-uAfOm33rFG .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAfOm33rFG .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAfOm33rFG .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAfOm33rFG .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAfOm33rFG .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uAfOm33rFG .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAfOm33rFG .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAfOm33rFG .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAfOm33rFG .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAfOm33rFG .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAfOm33rFG .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAfOm33rFG .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfOm33rFG .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfOm33rFG .item-title {
  color: #1D1D1F;
}
.cid-uAfOm33rFG .item-desc {
  color: #1D1D1F;
}
.cid-uAfOm33rFG .item-text {
  color: #1D1D1F;
}
.cid-uAfOm3vQW3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAfOm3vQW3 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uAfOm3vQW3 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uAfOm3vQW3 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uAfOm3vQW3 .social-media {
  margin-top: 1.5rem;
}
.cid-uAfOm3vQW3 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uAfOm3vQW3 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uAfOm3vQW3 .mbr-text,
.cid-uAfOm3vQW3 .mbr-offer {
  line-height: 1.5;
}
.cid-uAfOm3vQW3 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uAfOm3vQW3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAfOm3vQW3 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uAfOm3vQW3 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uAfOm3vQW3 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uAfOm3vQW3 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uAfOm3vQW3 .container-fluid {
  max-width: 1300px;
}
.cid-uAfRHey2zf {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uAfRHey2zf .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uAfRHey2zf .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uAfRHey2zf .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uAfRHey2zf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uAfRHey2zf .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uAfRHey2zf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uAfRHey2zf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uAfRHey2zf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAfRHey2zf .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uAfRHey2zf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uAfRHey2zf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uAfRHey2zf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAfRHey2zf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uAfRHey2zf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uAfRHey2zf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAfRHey2zf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAfRHey2zf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAfRHey2zf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uAfRHey2zf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uAfRHey2zf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAfRHey2zf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uAfRHey2zf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uAfRHey2zf .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uAfRHey2zf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAfRHey2zf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uAfRHey2zf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAfRHey2zf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAfRHey2zf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAfRHey2zf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uAfRHey2zf .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uAfRHey2zf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAfRHey2zf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uAfRHey2zf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uAfRHey2zf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uAfRHey2zf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAfRHey2zf .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uAfRHey2zf .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uAfRHey2zf .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uAfRHey2zf .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uAfRHey2zf .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uAfRHey2zf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAfRHey2zf .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uAfRHey2zf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAfRHey2zf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAfRHey2zf .dropdown-item.active,
.cid-uAfRHey2zf .dropdown-item:active {
  background-color: transparent;
}
.cid-uAfRHey2zf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uAfRHey2zf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAfRHey2zf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAfRHey2zf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAfRHey2zf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uAfRHey2zf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAfRHey2zf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uAfRHey2zf .navbar-buttons {
  text-align: center;
}
.cid-uAfRHey2zf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAfRHey2zf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAfRHey2zf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAfRHey2zf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAfRHey2zf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAfRHey2zf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAfRHey2zf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAfRHey2zf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAfRHey2zf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAfRHey2zf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAfRHey2zf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uAfRHey2zf .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uAfRHey2zf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uAfRHey2zf .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uAfRHey2zf .nav-link:hover,
.cid-uAfRHey2zf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uAfRHey2zf .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uAfRHey2zf .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uAfRHey2zf .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uAfRHfO9VY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAfRHfO9VY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfRHfO9VY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAfRHfO9VY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAfRHfO9VY .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfRHfO9VY .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAfRHfO9VY .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfRHfO9VY .container {
    padding: 0 12px;
  }
}
.cid-uAfRHfO9VY .row {
  justify-content: center;
}
.cid-uAfRHfO9VY .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAfRHfO9VY .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAfRHfO9VY .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAfRHfO9VY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAfRHfO9VY .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAfRHfO9VY .item {
    margin-bottom: 16px;
  }
}
.cid-uAfRHfO9VY .item .item-wrapper {
  width: 100%;
}
.cid-uAfRHfO9VY .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAfRHfO9VY .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAfRHfO9VY .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAfRHfO9VY .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAfRHfO9VY .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uAfRHfO9VY .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAfRHfO9VY .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAfRHfO9VY .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAfRHfO9VY .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAfRHfO9VY .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAfRHfO9VY .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAfRHfO9VY .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfRHfO9VY .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfRHfO9VY .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uAfRHfO9VY .item-desc {
  color: #1D1D1F;
}
.cid-uAfRHfO9VY .item-text {
  color: #1D1D1F;
}
.cid-uAfRHgizJx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAfRHgizJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfRHgizJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAfRHgizJx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAfRHgizJx .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfRHgizJx .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAfRHgizJx .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfRHgizJx .container {
    padding: 0 12px;
  }
}
.cid-uAfRHgizJx .row {
  justify-content: center;
}
.cid-uAfRHgizJx .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAfRHgizJx .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAfRHgizJx .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAfRHgizJx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAfRHgizJx .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAfRHgizJx .item {
    margin-bottom: 16px;
  }
}
.cid-uAfRHgizJx .item .item-wrapper {
  width: 100%;
}
.cid-uAfRHgizJx .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAfRHgizJx .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAfRHgizJx .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAfRHgizJx .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAfRHgizJx .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uAfRHgizJx .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAfRHgizJx .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAfRHgizJx .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAfRHgizJx .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAfRHgizJx .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAfRHgizJx .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAfRHgizJx .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfRHgizJx .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfRHgizJx .item-title {
  color: #1D1D1F;
}
.cid-uAfRHgizJx .item-desc {
  color: #1D1D1F;
}
.cid-uAfRHgizJx .item-text {
  color: #1D1D1F;
}
.cid-uAfRHgHl5G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAfRHgHl5G .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uAfRHgHl5G .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uAfRHgHl5G .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uAfRHgHl5G .social-media {
  margin-top: 1.5rem;
}
.cid-uAfRHgHl5G .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uAfRHgHl5G .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uAfRHgHl5G .mbr-text,
.cid-uAfRHgHl5G .mbr-offer {
  line-height: 1.5;
}
.cid-uAfRHgHl5G .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uAfRHgHl5G .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAfRHgHl5G .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uAfRHgHl5G .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uAfRHgHl5G .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uAfRHgHl5G .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uAfRHgHl5G .container-fluid {
  max-width: 1300px;
}
.cid-uAfV1OzjVT {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uAfV1OzjVT .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uAfV1OzjVT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uAfV1OzjVT .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uAfV1OzjVT .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uAfV1OzjVT .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uAfV1OzjVT .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uAfV1OzjVT .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uAfV1OzjVT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAfV1OzjVT .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uAfV1OzjVT .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uAfV1OzjVT .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uAfV1OzjVT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAfV1OzjVT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uAfV1OzjVT .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uAfV1OzjVT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAfV1OzjVT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAfV1OzjVT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAfV1OzjVT .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uAfV1OzjVT .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uAfV1OzjVT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAfV1OzjVT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uAfV1OzjVT .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uAfV1OzjVT .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uAfV1OzjVT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAfV1OzjVT .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uAfV1OzjVT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAfV1OzjVT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAfV1OzjVT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAfV1OzjVT .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uAfV1OzjVT .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uAfV1OzjVT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAfV1OzjVT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uAfV1OzjVT .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uAfV1OzjVT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uAfV1OzjVT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAfV1OzjVT .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uAfV1OzjVT .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uAfV1OzjVT .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uAfV1OzjVT .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uAfV1OzjVT .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uAfV1OzjVT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAfV1OzjVT .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uAfV1OzjVT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAfV1OzjVT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAfV1OzjVT .dropdown-item.active,
.cid-uAfV1OzjVT .dropdown-item:active {
  background-color: transparent;
}
.cid-uAfV1OzjVT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uAfV1OzjVT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAfV1OzjVT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAfV1OzjVT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAfV1OzjVT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uAfV1OzjVT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAfV1OzjVT ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uAfV1OzjVT .navbar-buttons {
  text-align: center;
}
.cid-uAfV1OzjVT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAfV1OzjVT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAfV1OzjVT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAfV1OzjVT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAfV1OzjVT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAfV1OzjVT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAfV1OzjVT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAfV1OzjVT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAfV1OzjVT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAfV1OzjVT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAfV1OzjVT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uAfV1OzjVT .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uAfV1OzjVT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uAfV1OzjVT .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uAfV1OzjVT .nav-link:hover,
.cid-uAfV1OzjVT .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uAfV1OzjVT .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uAfV1OzjVT .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uAfV1OzjVT .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uAfV1PS5tY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAfV1PS5tY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfV1PS5tY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAfV1PS5tY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAfV1PS5tY .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfV1PS5tY .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAfV1PS5tY .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfV1PS5tY .container {
    padding: 0 12px;
  }
}
.cid-uAfV1PS5tY .row {
  justify-content: center;
}
.cid-uAfV1PS5tY .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAfV1PS5tY .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAfV1PS5tY .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAfV1PS5tY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAfV1PS5tY .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAfV1PS5tY .item {
    margin-bottom: 16px;
  }
}
.cid-uAfV1PS5tY .item .item-wrapper {
  width: 100%;
}
.cid-uAfV1PS5tY .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAfV1PS5tY .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAfV1PS5tY .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAfV1PS5tY .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAfV1PS5tY .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uAfV1PS5tY .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAfV1PS5tY .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAfV1PS5tY .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAfV1PS5tY .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAfV1PS5tY .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAfV1PS5tY .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAfV1PS5tY .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfV1PS5tY .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfV1PS5tY .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uAfV1PS5tY .item-desc {
  color: #1D1D1F;
}
.cid-uAfV1PS5tY .item-text {
  color: #1D1D1F;
}
.cid-uAfV1QmrHW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAfV1QmrHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfV1QmrHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAfV1QmrHW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAfV1QmrHW .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfV1QmrHW .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAfV1QmrHW .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfV1QmrHW .container {
    padding: 0 12px;
  }
}
.cid-uAfV1QmrHW .row {
  justify-content: center;
}
.cid-uAfV1QmrHW .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAfV1QmrHW .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAfV1QmrHW .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAfV1QmrHW .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAfV1QmrHW .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAfV1QmrHW .item {
    margin-bottom: 16px;
  }
}
.cid-uAfV1QmrHW .item .item-wrapper {
  width: 100%;
}
.cid-uAfV1QmrHW .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAfV1QmrHW .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAfV1QmrHW .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAfV1QmrHW .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAfV1QmrHW .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uAfV1QmrHW .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAfV1QmrHW .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAfV1QmrHW .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAfV1QmrHW .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAfV1QmrHW .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAfV1QmrHW .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAfV1QmrHW .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfV1QmrHW .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfV1QmrHW .item-title {
  color: #1D1D1F;
}
.cid-uAfV1QmrHW .item-desc {
  color: #1D1D1F;
}
.cid-uAfV1QmrHW .item-text {
  color: #1D1D1F;
}
.cid-uAfV1QmrHW .item-desc,
.cid-uAfV1QmrHW .desc-wrapper {
  text-align: left;
}
.cid-uAfV1QOZRc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAfV1QOZRc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uAfV1QOZRc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uAfV1QOZRc .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uAfV1QOZRc .social-media {
  margin-top: 1.5rem;
}
.cid-uAfV1QOZRc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uAfV1QOZRc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uAfV1QOZRc .mbr-text,
.cid-uAfV1QOZRc .mbr-offer {
  line-height: 1.5;
}
.cid-uAfV1QOZRc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uAfV1QOZRc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAfV1QOZRc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uAfV1QOZRc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uAfV1QOZRc .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uAfV1QOZRc .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uAfV1QOZRc .container-fluid {
  max-width: 1300px;
}
.cid-uAfXeV0bmQ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uAfXeV0bmQ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uAfXeV0bmQ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uAfXeV0bmQ .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uAfXeV0bmQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uAfXeV0bmQ .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uAfXeV0bmQ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uAfXeV0bmQ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uAfXeV0bmQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAfXeV0bmQ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uAfXeV0bmQ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uAfXeV0bmQ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uAfXeV0bmQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAfXeV0bmQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uAfXeV0bmQ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uAfXeV0bmQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAfXeV0bmQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAfXeV0bmQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAfXeV0bmQ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uAfXeV0bmQ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uAfXeV0bmQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAfXeV0bmQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uAfXeV0bmQ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uAfXeV0bmQ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uAfXeV0bmQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAfXeV0bmQ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uAfXeV0bmQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAfXeV0bmQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAfXeV0bmQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAfXeV0bmQ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uAfXeV0bmQ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uAfXeV0bmQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAfXeV0bmQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uAfXeV0bmQ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uAfXeV0bmQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uAfXeV0bmQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAfXeV0bmQ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uAfXeV0bmQ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uAfXeV0bmQ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uAfXeV0bmQ .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uAfXeV0bmQ .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uAfXeV0bmQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAfXeV0bmQ .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uAfXeV0bmQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAfXeV0bmQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAfXeV0bmQ .dropdown-item.active,
.cid-uAfXeV0bmQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uAfXeV0bmQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uAfXeV0bmQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAfXeV0bmQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAfXeV0bmQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAfXeV0bmQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uAfXeV0bmQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAfXeV0bmQ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uAfXeV0bmQ .navbar-buttons {
  text-align: center;
}
.cid-uAfXeV0bmQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAfXeV0bmQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAfXeV0bmQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAfXeV0bmQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAfXeV0bmQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAfXeV0bmQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAfXeV0bmQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAfXeV0bmQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAfXeV0bmQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAfXeV0bmQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAfXeV0bmQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uAfXeV0bmQ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uAfXeV0bmQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uAfXeV0bmQ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uAfXeV0bmQ .nav-link:hover,
.cid-uAfXeV0bmQ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uAfXeV0bmQ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uAfXeV0bmQ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uAfXeV0bmQ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uAfXeWjba4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAfXeWjba4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfXeWjba4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAfXeWjba4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAfXeWjba4 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfXeWjba4 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAfXeWjba4 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfXeWjba4 .container {
    padding: 0 12px;
  }
}
.cid-uAfXeWjba4 .row {
  justify-content: center;
}
.cid-uAfXeWjba4 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAfXeWjba4 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAfXeWjba4 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAfXeWjba4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAfXeWjba4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAfXeWjba4 .item {
    margin-bottom: 16px;
  }
}
.cid-uAfXeWjba4 .item .item-wrapper {
  width: 100%;
}
.cid-uAfXeWjba4 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAfXeWjba4 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAfXeWjba4 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAfXeWjba4 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAfXeWjba4 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uAfXeWjba4 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAfXeWjba4 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAfXeWjba4 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAfXeWjba4 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAfXeWjba4 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAfXeWjba4 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAfXeWjba4 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfXeWjba4 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfXeWjba4 .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uAfXeWjba4 .item-desc {
  color: #1D1D1F;
}
.cid-uAfXeWjba4 .item-text {
  color: #1D1D1F;
}
.cid-uAfXeWLlXK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAfXeWLlXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAfXeWLlXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAfXeWLlXK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAfXeWLlXK .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfXeWLlXK .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAfXeWLlXK .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAfXeWLlXK .container {
    padding: 0 12px;
  }
}
.cid-uAfXeWLlXK .row {
  justify-content: center;
}
.cid-uAfXeWLlXK .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAfXeWLlXK .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAfXeWLlXK .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAfXeWLlXK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAfXeWLlXK .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAfXeWLlXK .item {
    margin-bottom: 16px;
  }
}
.cid-uAfXeWLlXK .item .item-wrapper {
  width: 100%;
}
.cid-uAfXeWLlXK .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAfXeWLlXK .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAfXeWLlXK .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAfXeWLlXK .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAfXeWLlXK .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uAfXeWLlXK .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAfXeWLlXK .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAfXeWLlXK .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAfXeWLlXK .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAfXeWLlXK .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAfXeWLlXK .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAfXeWLlXK .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfXeWLlXK .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAfXeWLlXK .item-title {
  color: #1D1D1F;
}
.cid-uAfXeWLlXK .item-desc {
  color: #1D1D1F;
}
.cid-uAfXeWLlXK .item-text {
  color: #1D1D1F;
}
.cid-uAfXeWLlXK .item-desc,
.cid-uAfXeWLlXK .desc-wrapper {
  text-align: left;
}
.cid-uAfXeXhl22 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAfXeXhl22 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uAfXeXhl22 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uAfXeXhl22 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uAfXeXhl22 .social-media {
  margin-top: 1.5rem;
}
.cid-uAfXeXhl22 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uAfXeXhl22 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uAfXeXhl22 .mbr-text,
.cid-uAfXeXhl22 .mbr-offer {
  line-height: 1.5;
}
.cid-uAfXeXhl22 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uAfXeXhl22 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAfXeXhl22 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uAfXeXhl22 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uAfXeXhl22 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uAfXeXhl22 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uAfXeXhl22 .container-fluid {
  max-width: 1300px;
}
.cid-uAg0SWEnjp {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uAg0SWEnjp .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uAg0SWEnjp .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uAg0SWEnjp .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uAg0SWEnjp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uAg0SWEnjp .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uAg0SWEnjp .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uAg0SWEnjp .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uAg0SWEnjp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAg0SWEnjp .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uAg0SWEnjp .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uAg0SWEnjp .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uAg0SWEnjp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAg0SWEnjp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uAg0SWEnjp .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uAg0SWEnjp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAg0SWEnjp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAg0SWEnjp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAg0SWEnjp .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uAg0SWEnjp .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uAg0SWEnjp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAg0SWEnjp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uAg0SWEnjp .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uAg0SWEnjp .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uAg0SWEnjp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAg0SWEnjp .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uAg0SWEnjp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAg0SWEnjp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAg0SWEnjp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAg0SWEnjp .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uAg0SWEnjp .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uAg0SWEnjp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAg0SWEnjp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uAg0SWEnjp .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uAg0SWEnjp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uAg0SWEnjp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAg0SWEnjp .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uAg0SWEnjp .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uAg0SWEnjp .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uAg0SWEnjp .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uAg0SWEnjp .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uAg0SWEnjp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAg0SWEnjp .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uAg0SWEnjp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAg0SWEnjp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAg0SWEnjp .dropdown-item.active,
.cid-uAg0SWEnjp .dropdown-item:active {
  background-color: transparent;
}
.cid-uAg0SWEnjp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uAg0SWEnjp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAg0SWEnjp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAg0SWEnjp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAg0SWEnjp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uAg0SWEnjp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAg0SWEnjp ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uAg0SWEnjp .navbar-buttons {
  text-align: center;
}
.cid-uAg0SWEnjp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAg0SWEnjp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAg0SWEnjp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAg0SWEnjp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAg0SWEnjp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAg0SWEnjp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAg0SWEnjp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAg0SWEnjp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAg0SWEnjp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAg0SWEnjp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAg0SWEnjp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uAg0SWEnjp .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uAg0SWEnjp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uAg0SWEnjp .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uAg0SWEnjp .nav-link:hover,
.cid-uAg0SWEnjp .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uAg0SWEnjp .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uAg0SWEnjp .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uAg0SWEnjp .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uAg0SYenRi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAg0SYenRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAg0SYenRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAg0SYenRi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAg0SYenRi .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAg0SYenRi .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAg0SYenRi .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAg0SYenRi .container {
    padding: 0 12px;
  }
}
.cid-uAg0SYenRi .row {
  justify-content: center;
}
.cid-uAg0SYenRi .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAg0SYenRi .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAg0SYenRi .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAg0SYenRi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAg0SYenRi .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAg0SYenRi .item {
    margin-bottom: 16px;
  }
}
.cid-uAg0SYenRi .item .item-wrapper {
  width: 100%;
}
.cid-uAg0SYenRi .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAg0SYenRi .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAg0SYenRi .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAg0SYenRi .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAg0SYenRi .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uAg0SYenRi .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAg0SYenRi .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAg0SYenRi .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAg0SYenRi .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAg0SYenRi .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAg0SYenRi .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAg0SYenRi .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAg0SYenRi .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAg0SYenRi .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uAg0SYenRi .item-desc {
  color: #1D1D1F;
}
.cid-uAg0SYenRi .item-text {
  color: #1D1D1F;
}
.cid-uAg0SYLcHM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAg0SYLcHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAg0SYLcHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAg0SYLcHM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAg0SYLcHM .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAg0SYLcHM .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAg0SYLcHM .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAg0SYLcHM .container {
    padding: 0 12px;
  }
}
.cid-uAg0SYLcHM .row {
  justify-content: center;
}
.cid-uAg0SYLcHM .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAg0SYLcHM .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAg0SYLcHM .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAg0SYLcHM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAg0SYLcHM .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAg0SYLcHM .item {
    margin-bottom: 16px;
  }
}
.cid-uAg0SYLcHM .item .item-wrapper {
  width: 100%;
}
.cid-uAg0SYLcHM .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAg0SYLcHM .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAg0SYLcHM .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAg0SYLcHM .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAg0SYLcHM .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uAg0SYLcHM .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAg0SYLcHM .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAg0SYLcHM .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAg0SYLcHM .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAg0SYLcHM .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAg0SYLcHM .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAg0SYLcHM .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAg0SYLcHM .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAg0SYLcHM .item-title {
  color: #1D1D1F;
}
.cid-uAg0SYLcHM .item-desc {
  color: #1D1D1F;
}
.cid-uAg0SYLcHM .item-text {
  color: #1D1D1F;
}
.cid-uAg0SYLcHM .item-desc,
.cid-uAg0SYLcHM .desc-wrapper {
  text-align: left;
}
.cid-uAg0SZeXFL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAg0SZeXFL .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uAg0SZeXFL .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uAg0SZeXFL .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uAg0SZeXFL .social-media {
  margin-top: 1.5rem;
}
.cid-uAg0SZeXFL .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uAg0SZeXFL .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uAg0SZeXFL .mbr-text,
.cid-uAg0SZeXFL .mbr-offer {
  line-height: 1.5;
}
.cid-uAg0SZeXFL .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uAg0SZeXFL .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAg0SZeXFL .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uAg0SZeXFL .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uAg0SZeXFL .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uAg0SZeXFL .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uAg0SZeXFL .container-fluid {
  max-width: 1300px;
}
.cid-uAHVb9dhHd {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uAHVb9dhHd .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uAHVb9dhHd .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uAHVb9dhHd .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uAHVb9dhHd .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uAHVb9dhHd .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uAHVb9dhHd .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uAHVb9dhHd .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uAHVb9dhHd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAHVb9dhHd .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uAHVb9dhHd .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uAHVb9dhHd .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uAHVb9dhHd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAHVb9dhHd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uAHVb9dhHd .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uAHVb9dhHd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAHVb9dhHd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAHVb9dhHd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAHVb9dhHd .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uAHVb9dhHd .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uAHVb9dhHd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAHVb9dhHd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uAHVb9dhHd .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uAHVb9dhHd .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uAHVb9dhHd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAHVb9dhHd .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uAHVb9dhHd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAHVb9dhHd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAHVb9dhHd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAHVb9dhHd .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uAHVb9dhHd .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uAHVb9dhHd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAHVb9dhHd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uAHVb9dhHd .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uAHVb9dhHd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uAHVb9dhHd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAHVb9dhHd .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uAHVb9dhHd .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uAHVb9dhHd .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uAHVb9dhHd .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uAHVb9dhHd .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uAHVb9dhHd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAHVb9dhHd .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uAHVb9dhHd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAHVb9dhHd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAHVb9dhHd .dropdown-item.active,
.cid-uAHVb9dhHd .dropdown-item:active {
  background-color: transparent;
}
.cid-uAHVb9dhHd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uAHVb9dhHd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAHVb9dhHd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAHVb9dhHd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAHVb9dhHd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uAHVb9dhHd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAHVb9dhHd ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uAHVb9dhHd .navbar-buttons {
  text-align: center;
}
.cid-uAHVb9dhHd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAHVb9dhHd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAHVb9dhHd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAHVb9dhHd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAHVb9dhHd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAHVb9dhHd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAHVb9dhHd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAHVb9dhHd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAHVb9dhHd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAHVb9dhHd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAHVb9dhHd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uAHVb9dhHd .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uAHVb9dhHd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uAHVb9dhHd .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uAHVb9dhHd .nav-link:hover,
.cid-uAHVb9dhHd .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uAHVb9dhHd .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uAHVb9dhHd .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uAHVb9dhHd .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uAHVbayEye {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAHVbayEye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHVbayEye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHVbayEye .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAHVbayEye .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAHVbayEye .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAHVbayEye .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAHVbayEye .container {
    padding: 0 12px;
  }
}
.cid-uAHVbayEye .row {
  justify-content: center;
}
.cid-uAHVbayEye .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAHVbayEye .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAHVbayEye .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAHVbayEye .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAHVbayEye .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAHVbayEye .item {
    margin-bottom: 16px;
  }
}
.cid-uAHVbayEye .item .item-wrapper {
  width: 100%;
}
.cid-uAHVbayEye .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAHVbayEye .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAHVbayEye .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAHVbayEye .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAHVbayEye .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uAHVbayEye .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAHVbayEye .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAHVbayEye .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAHVbayEye .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAHVbayEye .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAHVbayEye .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAHVbayEye .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAHVbayEye .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAHVbayEye .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uAHVbayEye .item-desc {
  color: #1D1D1F;
}
.cid-uAHVbayEye .item-text {
  color: #1D1D1F;
}
.cid-uAHVbb01sn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAHVbb01sn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHVbb01sn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHVbb01sn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAHVbb01sn .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAHVbb01sn .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAHVbb01sn .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAHVbb01sn .container {
    padding: 0 12px;
  }
}
.cid-uAHVbb01sn .row {
  justify-content: center;
}
.cid-uAHVbb01sn .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAHVbb01sn .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAHVbb01sn .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAHVbb01sn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAHVbb01sn .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAHVbb01sn .item {
    margin-bottom: 16px;
  }
}
.cid-uAHVbb01sn .item .item-wrapper {
  width: 100%;
}
.cid-uAHVbb01sn .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAHVbb01sn .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAHVbb01sn .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAHVbb01sn .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAHVbb01sn .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uAHVbb01sn .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAHVbb01sn .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAHVbb01sn .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAHVbb01sn .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAHVbb01sn .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAHVbb01sn .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAHVbb01sn .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAHVbb01sn .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAHVbb01sn .item-title {
  color: #1D1D1F;
}
.cid-uAHVbb01sn .item-desc {
  color: #1D1D1F;
}
.cid-uAHVbb01sn .item-text {
  color: #1D1D1F;
}
.cid-uAHVbb01sn .item-desc,
.cid-uAHVbb01sn .desc-wrapper {
  text-align: left;
}
.cid-uAHVbbAArZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAHVbbAArZ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uAHVbbAArZ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uAHVbbAArZ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uAHVbbAArZ .social-media {
  margin-top: 1.5rem;
}
.cid-uAHVbbAArZ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uAHVbbAArZ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uAHVbbAArZ .mbr-text,
.cid-uAHVbbAArZ .mbr-offer {
  line-height: 1.5;
}
.cid-uAHVbbAArZ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uAHVbbAArZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAHVbbAArZ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uAHVbbAArZ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uAHVbbAArZ .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uAHVbbAArZ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uAHVbbAArZ .container-fluid {
  max-width: 1300px;
}
.cid-uAHYVwGN7h {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uAHYVwGN7h .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uAHYVwGN7h .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uAHYVwGN7h .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uAHYVwGN7h .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uAHYVwGN7h .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uAHYVwGN7h .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uAHYVwGN7h .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uAHYVwGN7h .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAHYVwGN7h .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uAHYVwGN7h .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uAHYVwGN7h .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uAHYVwGN7h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAHYVwGN7h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uAHYVwGN7h .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uAHYVwGN7h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAHYVwGN7h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAHYVwGN7h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAHYVwGN7h .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uAHYVwGN7h .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uAHYVwGN7h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAHYVwGN7h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uAHYVwGN7h .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uAHYVwGN7h .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uAHYVwGN7h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAHYVwGN7h .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uAHYVwGN7h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAHYVwGN7h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAHYVwGN7h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAHYVwGN7h .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uAHYVwGN7h .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uAHYVwGN7h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAHYVwGN7h .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uAHYVwGN7h .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uAHYVwGN7h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uAHYVwGN7h .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAHYVwGN7h .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uAHYVwGN7h .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uAHYVwGN7h .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uAHYVwGN7h .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uAHYVwGN7h .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uAHYVwGN7h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAHYVwGN7h .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uAHYVwGN7h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAHYVwGN7h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAHYVwGN7h .dropdown-item.active,
.cid-uAHYVwGN7h .dropdown-item:active {
  background-color: transparent;
}
.cid-uAHYVwGN7h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uAHYVwGN7h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAHYVwGN7h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAHYVwGN7h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAHYVwGN7h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uAHYVwGN7h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAHYVwGN7h ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uAHYVwGN7h .navbar-buttons {
  text-align: center;
}
.cid-uAHYVwGN7h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAHYVwGN7h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAHYVwGN7h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAHYVwGN7h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAHYVwGN7h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAHYVwGN7h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAHYVwGN7h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAHYVwGN7h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAHYVwGN7h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAHYVwGN7h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAHYVwGN7h a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uAHYVwGN7h .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uAHYVwGN7h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uAHYVwGN7h .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uAHYVwGN7h .nav-link:hover,
.cid-uAHYVwGN7h .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uAHYVwGN7h .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uAHYVwGN7h .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uAHYVwGN7h .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uAHYVxMOQs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAHYVxMOQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHYVxMOQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHYVxMOQs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAHYVxMOQs .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAHYVxMOQs .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAHYVxMOQs .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAHYVxMOQs .container {
    padding: 0 12px;
  }
}
.cid-uAHYVxMOQs .row {
  justify-content: center;
}
.cid-uAHYVxMOQs .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAHYVxMOQs .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAHYVxMOQs .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAHYVxMOQs .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAHYVxMOQs .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAHYVxMOQs .item {
    margin-bottom: 16px;
  }
}
.cid-uAHYVxMOQs .item .item-wrapper {
  width: 100%;
}
.cid-uAHYVxMOQs .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAHYVxMOQs .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAHYVxMOQs .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAHYVxMOQs .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAHYVxMOQs .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uAHYVxMOQs .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAHYVxMOQs .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAHYVxMOQs .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAHYVxMOQs .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAHYVxMOQs .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAHYVxMOQs .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAHYVxMOQs .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAHYVxMOQs .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAHYVxMOQs .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uAHYVxMOQs .item-desc {
  color: #1D1D1F;
}
.cid-uAHYVxMOQs .item-text {
  color: #1D1D1F;
}
.cid-uAHYVyfqop {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAHYVyfqop .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHYVyfqop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHYVyfqop .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAHYVyfqop .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAHYVyfqop .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAHYVyfqop .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAHYVyfqop .container {
    padding: 0 12px;
  }
}
.cid-uAHYVyfqop .row {
  justify-content: center;
}
.cid-uAHYVyfqop .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAHYVyfqop .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAHYVyfqop .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAHYVyfqop .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAHYVyfqop .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAHYVyfqop .item {
    margin-bottom: 16px;
  }
}
.cid-uAHYVyfqop .item .item-wrapper {
  width: 100%;
}
.cid-uAHYVyfqop .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAHYVyfqop .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAHYVyfqop .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAHYVyfqop .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAHYVyfqop .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uAHYVyfqop .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAHYVyfqop .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAHYVyfqop .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAHYVyfqop .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAHYVyfqop .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAHYVyfqop .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAHYVyfqop .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAHYVyfqop .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAHYVyfqop .item-title {
  color: #1D1D1F;
}
.cid-uAHYVyfqop .item-desc {
  color: #1D1D1F;
}
.cid-uAHYVyfqop .item-text {
  color: #1D1D1F;
}
.cid-uAHYVyfqop .item-desc,
.cid-uAHYVyfqop .desc-wrapper {
  text-align: left;
}
.cid-uAHYVyIkGo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAHYVyIkGo .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uAHYVyIkGo .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uAHYVyIkGo .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uAHYVyIkGo .social-media {
  margin-top: 1.5rem;
}
.cid-uAHYVyIkGo .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uAHYVyIkGo .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uAHYVyIkGo .mbr-text,
.cid-uAHYVyIkGo .mbr-offer {
  line-height: 1.5;
}
.cid-uAHYVyIkGo .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uAHYVyIkGo .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAHYVyIkGo .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uAHYVyIkGo .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uAHYVyIkGo .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uAHYVyIkGo .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uAHYVyIkGo .container-fluid {
  max-width: 1300px;
}
.cid-uAI1MtHCye {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uAI1MtHCye .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uAI1MtHCye .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uAI1MtHCye .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uAI1MtHCye .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uAI1MtHCye .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uAI1MtHCye .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uAI1MtHCye .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uAI1MtHCye .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAI1MtHCye .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uAI1MtHCye .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uAI1MtHCye .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uAI1MtHCye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAI1MtHCye .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uAI1MtHCye .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uAI1MtHCye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAI1MtHCye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAI1MtHCye .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAI1MtHCye .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uAI1MtHCye .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uAI1MtHCye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAI1MtHCye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uAI1MtHCye .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uAI1MtHCye .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uAI1MtHCye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAI1MtHCye .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uAI1MtHCye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAI1MtHCye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAI1MtHCye .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAI1MtHCye .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uAI1MtHCye .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uAI1MtHCye .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAI1MtHCye .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uAI1MtHCye .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uAI1MtHCye .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uAI1MtHCye .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAI1MtHCye .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uAI1MtHCye .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uAI1MtHCye .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uAI1MtHCye .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uAI1MtHCye .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uAI1MtHCye .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAI1MtHCye .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uAI1MtHCye .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAI1MtHCye .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAI1MtHCye .dropdown-item.active,
.cid-uAI1MtHCye .dropdown-item:active {
  background-color: transparent;
}
.cid-uAI1MtHCye .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uAI1MtHCye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAI1MtHCye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAI1MtHCye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAI1MtHCye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uAI1MtHCye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAI1MtHCye ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uAI1MtHCye .navbar-buttons {
  text-align: center;
}
.cid-uAI1MtHCye button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAI1MtHCye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAI1MtHCye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAI1MtHCye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAI1MtHCye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAI1MtHCye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAI1MtHCye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAI1MtHCye nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAI1MtHCye nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAI1MtHCye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAI1MtHCye a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uAI1MtHCye .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uAI1MtHCye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uAI1MtHCye .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uAI1MtHCye .nav-link:hover,
.cid-uAI1MtHCye .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uAI1MtHCye .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uAI1MtHCye .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uAI1MtHCye .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uAI1Mv2n2h {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAI1Mv2n2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAI1Mv2n2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAI1Mv2n2h .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAI1Mv2n2h .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAI1Mv2n2h .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAI1Mv2n2h .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAI1Mv2n2h .container {
    padding: 0 12px;
  }
}
.cid-uAI1Mv2n2h .row {
  justify-content: center;
}
.cid-uAI1Mv2n2h .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAI1Mv2n2h .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAI1Mv2n2h .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAI1Mv2n2h .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAI1Mv2n2h .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAI1Mv2n2h .item {
    margin-bottom: 16px;
  }
}
.cid-uAI1Mv2n2h .item .item-wrapper {
  width: 100%;
}
.cid-uAI1Mv2n2h .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAI1Mv2n2h .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAI1Mv2n2h .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAI1Mv2n2h .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAI1Mv2n2h .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uAI1Mv2n2h .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAI1Mv2n2h .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAI1Mv2n2h .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAI1Mv2n2h .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAI1Mv2n2h .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAI1Mv2n2h .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAI1Mv2n2h .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAI1Mv2n2h .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAI1Mv2n2h .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uAI1Mv2n2h .item-desc {
  color: #1D1D1F;
}
.cid-uAI1Mv2n2h .item-text {
  color: #1D1D1F;
}
.cid-uAI1MvyLyI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAI1MvyLyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAI1MvyLyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAI1MvyLyI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAI1MvyLyI .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAI1MvyLyI .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAI1MvyLyI .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAI1MvyLyI .container {
    padding: 0 12px;
  }
}
.cid-uAI1MvyLyI .row {
  justify-content: center;
}
.cid-uAI1MvyLyI .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAI1MvyLyI .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAI1MvyLyI .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAI1MvyLyI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAI1MvyLyI .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAI1MvyLyI .item {
    margin-bottom: 16px;
  }
}
.cid-uAI1MvyLyI .item .item-wrapper {
  width: 100%;
}
.cid-uAI1MvyLyI .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAI1MvyLyI .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAI1MvyLyI .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAI1MvyLyI .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAI1MvyLyI .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uAI1MvyLyI .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAI1MvyLyI .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAI1MvyLyI .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAI1MvyLyI .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAI1MvyLyI .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAI1MvyLyI .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAI1MvyLyI .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAI1MvyLyI .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAI1MvyLyI .item-title {
  color: #1D1D1F;
}
.cid-uAI1MvyLyI .item-desc {
  color: #1D1D1F;
}
.cid-uAI1MvyLyI .item-text {
  color: #1D1D1F;
}
.cid-uAI1MvyLyI .item-desc,
.cid-uAI1MvyLyI .desc-wrapper {
  text-align: left;
}
.cid-uAI1MvZQGC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAI1MvZQGC .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uAI1MvZQGC .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uAI1MvZQGC .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uAI1MvZQGC .social-media {
  margin-top: 1.5rem;
}
.cid-uAI1MvZQGC .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uAI1MvZQGC .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uAI1MvZQGC .mbr-text,
.cid-uAI1MvZQGC .mbr-offer {
  line-height: 1.5;
}
.cid-uAI1MvZQGC .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uAI1MvZQGC .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAI1MvZQGC .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uAI1MvZQGC .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uAI1MvZQGC .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uAI1MvZQGC .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uAI1MvZQGC .container-fluid {
  max-width: 1300px;
}
.cid-uAI4B9gsY1 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uAI4B9gsY1 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uAI4B9gsY1 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uAI4B9gsY1 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uAI4B9gsY1 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uAI4B9gsY1 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uAI4B9gsY1 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uAI4B9gsY1 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uAI4B9gsY1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAI4B9gsY1 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uAI4B9gsY1 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uAI4B9gsY1 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uAI4B9gsY1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAI4B9gsY1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uAI4B9gsY1 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uAI4B9gsY1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAI4B9gsY1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAI4B9gsY1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAI4B9gsY1 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uAI4B9gsY1 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uAI4B9gsY1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAI4B9gsY1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uAI4B9gsY1 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uAI4B9gsY1 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uAI4B9gsY1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAI4B9gsY1 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uAI4B9gsY1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAI4B9gsY1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAI4B9gsY1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAI4B9gsY1 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uAI4B9gsY1 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uAI4B9gsY1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAI4B9gsY1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uAI4B9gsY1 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uAI4B9gsY1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uAI4B9gsY1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAI4B9gsY1 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uAI4B9gsY1 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uAI4B9gsY1 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uAI4B9gsY1 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uAI4B9gsY1 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uAI4B9gsY1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAI4B9gsY1 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uAI4B9gsY1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAI4B9gsY1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAI4B9gsY1 .dropdown-item.active,
.cid-uAI4B9gsY1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAI4B9gsY1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uAI4B9gsY1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAI4B9gsY1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAI4B9gsY1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAI4B9gsY1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uAI4B9gsY1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAI4B9gsY1 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uAI4B9gsY1 .navbar-buttons {
  text-align: center;
}
.cid-uAI4B9gsY1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAI4B9gsY1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAI4B9gsY1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAI4B9gsY1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAI4B9gsY1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAI4B9gsY1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAI4B9gsY1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAI4B9gsY1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAI4B9gsY1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAI4B9gsY1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAI4B9gsY1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uAI4B9gsY1 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uAI4B9gsY1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uAI4B9gsY1 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uAI4B9gsY1 .nav-link:hover,
.cid-uAI4B9gsY1 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uAI4B9gsY1 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uAI4B9gsY1 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uAI4B9gsY1 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uAI4BawLky {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAI4BawLky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAI4BawLky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAI4BawLky .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAI4BawLky .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAI4BawLky .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAI4BawLky .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAI4BawLky .container {
    padding: 0 12px;
  }
}
.cid-uAI4BawLky .row {
  justify-content: center;
}
.cid-uAI4BawLky .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAI4BawLky .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAI4BawLky .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAI4BawLky .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAI4BawLky .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAI4BawLky .item {
    margin-bottom: 16px;
  }
}
.cid-uAI4BawLky .item .item-wrapper {
  width: 100%;
}
.cid-uAI4BawLky .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAI4BawLky .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAI4BawLky .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAI4BawLky .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAI4BawLky .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uAI4BawLky .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAI4BawLky .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAI4BawLky .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAI4BawLky .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAI4BawLky .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAI4BawLky .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAI4BawLky .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAI4BawLky .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAI4BawLky .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uAI4BawLky .item-desc {
  color: #1D1D1F;
}
.cid-uAI4BawLky .item-text {
  color: #1D1D1F;
}
.cid-uAI4Bb1XyC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAI4Bb1XyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAI4Bb1XyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAI4Bb1XyC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAI4Bb1XyC .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAI4Bb1XyC .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAI4Bb1XyC .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAI4Bb1XyC .container {
    padding: 0 12px;
  }
}
.cid-uAI4Bb1XyC .row {
  justify-content: center;
}
.cid-uAI4Bb1XyC .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAI4Bb1XyC .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAI4Bb1XyC .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAI4Bb1XyC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAI4Bb1XyC .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAI4Bb1XyC .item {
    margin-bottom: 16px;
  }
}
.cid-uAI4Bb1XyC .item .item-wrapper {
  width: 100%;
}
.cid-uAI4Bb1XyC .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAI4Bb1XyC .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAI4Bb1XyC .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAI4Bb1XyC .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAI4Bb1XyC .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uAI4Bb1XyC .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAI4Bb1XyC .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAI4Bb1XyC .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAI4Bb1XyC .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAI4Bb1XyC .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAI4Bb1XyC .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAI4Bb1XyC .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAI4Bb1XyC .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAI4Bb1XyC .item-title {
  color: #1D1D1F;
}
.cid-uAI4Bb1XyC .item-desc {
  color: #1D1D1F;
}
.cid-uAI4Bb1XyC .item-text {
  color: #1D1D1F;
}
.cid-uAI4Bb1XyC .item-desc,
.cid-uAI4Bb1XyC .desc-wrapper {
  text-align: left;
}
.cid-uAI4Bbs18u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAI4Bbs18u .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uAI4Bbs18u .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uAI4Bbs18u .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uAI4Bbs18u .social-media {
  margin-top: 1.5rem;
}
.cid-uAI4Bbs18u .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uAI4Bbs18u .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uAI4Bbs18u .mbr-text,
.cid-uAI4Bbs18u .mbr-offer {
  line-height: 1.5;
}
.cid-uAI4Bbs18u .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uAI4Bbs18u .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAI4Bbs18u .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uAI4Bbs18u .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uAI4Bbs18u .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uAI4Bbs18u .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uAI4Bbs18u .container-fluid {
  max-width: 1300px;
}
.cid-uAIagHzzGz {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uAIagHzzGz .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uAIagHzzGz .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uAIagHzzGz .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uAIagHzzGz .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uAIagHzzGz .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uAIagHzzGz .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uAIagHzzGz .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uAIagHzzGz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAIagHzzGz .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uAIagHzzGz .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uAIagHzzGz .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uAIagHzzGz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAIagHzzGz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uAIagHzzGz .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uAIagHzzGz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAIagHzzGz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAIagHzzGz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAIagHzzGz .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uAIagHzzGz .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uAIagHzzGz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAIagHzzGz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uAIagHzzGz .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uAIagHzzGz .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uAIagHzzGz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAIagHzzGz .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uAIagHzzGz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAIagHzzGz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAIagHzzGz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAIagHzzGz .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uAIagHzzGz .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uAIagHzzGz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAIagHzzGz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uAIagHzzGz .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uAIagHzzGz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uAIagHzzGz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAIagHzzGz .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uAIagHzzGz .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIagHzzGz .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uAIagHzzGz .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uAIagHzzGz .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uAIagHzzGz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAIagHzzGz .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uAIagHzzGz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAIagHzzGz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAIagHzzGz .dropdown-item.active,
.cid-uAIagHzzGz .dropdown-item:active {
  background-color: transparent;
}
.cid-uAIagHzzGz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uAIagHzzGz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAIagHzzGz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAIagHzzGz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAIagHzzGz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uAIagHzzGz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAIagHzzGz ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uAIagHzzGz .navbar-buttons {
  text-align: center;
}
.cid-uAIagHzzGz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAIagHzzGz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAIagHzzGz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAIagHzzGz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAIagHzzGz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAIagHzzGz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAIagHzzGz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAIagHzzGz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAIagHzzGz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAIagHzzGz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAIagHzzGz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uAIagHzzGz .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uAIagHzzGz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uAIagHzzGz .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uAIagHzzGz .nav-link:hover,
.cid-uAIagHzzGz .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uAIagHzzGz .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uAIagHzzGz .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uAIagHzzGz .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uAIagIVeHq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAIagIVeHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIagIVeHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIagIVeHq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAIagIVeHq .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAIagIVeHq .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAIagIVeHq .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAIagIVeHq .container {
    padding: 0 12px;
  }
}
.cid-uAIagIVeHq .row {
  justify-content: center;
}
.cid-uAIagIVeHq .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAIagIVeHq .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAIagIVeHq .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAIagIVeHq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAIagIVeHq .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAIagIVeHq .item {
    margin-bottom: 16px;
  }
}
.cid-uAIagIVeHq .item .item-wrapper {
  width: 100%;
}
.cid-uAIagIVeHq .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIagIVeHq .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAIagIVeHq .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAIagIVeHq .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAIagIVeHq .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uAIagIVeHq .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAIagIVeHq .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIagIVeHq .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAIagIVeHq .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAIagIVeHq .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAIagIVeHq .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAIagIVeHq .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAIagIVeHq .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAIagIVeHq .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uAIagIVeHq .item-desc {
  color: #1D1D1F;
}
.cid-uAIagIVeHq .item-text {
  color: #1D1D1F;
}
.cid-uAIagJpldm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAIagJpldm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIagJpldm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIagJpldm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAIagJpldm .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAIagJpldm .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAIagJpldm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAIagJpldm .container {
    padding: 0 12px;
  }
}
.cid-uAIagJpldm .row {
  justify-content: center;
}
.cid-uAIagJpldm .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAIagJpldm .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAIagJpldm .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAIagJpldm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAIagJpldm .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAIagJpldm .item {
    margin-bottom: 16px;
  }
}
.cid-uAIagJpldm .item .item-wrapper {
  width: 100%;
}
.cid-uAIagJpldm .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIagJpldm .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAIagJpldm .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAIagJpldm .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAIagJpldm .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uAIagJpldm .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAIagJpldm .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIagJpldm .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAIagJpldm .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAIagJpldm .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAIagJpldm .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAIagJpldm .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAIagJpldm .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAIagJpldm .item-title {
  color: #1D1D1F;
}
.cid-uAIagJpldm .item-desc {
  color: #1D1D1F;
}
.cid-uAIagJpldm .item-text {
  color: #1D1D1F;
}
.cid-uAIagJpldm .item-desc,
.cid-uAIagJpldm .desc-wrapper {
  text-align: left;
}
.cid-uAIagJRsKg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAIagJRsKg .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uAIagJRsKg .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uAIagJRsKg .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uAIagJRsKg .social-media {
  margin-top: 1.5rem;
}
.cid-uAIagJRsKg .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uAIagJRsKg .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uAIagJRsKg .mbr-text,
.cid-uAIagJRsKg .mbr-offer {
  line-height: 1.5;
}
.cid-uAIagJRsKg .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uAIagJRsKg .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAIagJRsKg .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uAIagJRsKg .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uAIagJRsKg .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uAIagJRsKg .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uAIagJRsKg .container-fluid {
  max-width: 1300px;
}
.cid-uAIjtKOJp4 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uAIjtKOJp4 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uAIjtKOJp4 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uAIjtKOJp4 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uAIjtKOJp4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uAIjtKOJp4 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uAIjtKOJp4 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uAIjtKOJp4 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uAIjtKOJp4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAIjtKOJp4 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uAIjtKOJp4 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uAIjtKOJp4 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uAIjtKOJp4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAIjtKOJp4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uAIjtKOJp4 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uAIjtKOJp4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAIjtKOJp4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAIjtKOJp4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAIjtKOJp4 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uAIjtKOJp4 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uAIjtKOJp4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAIjtKOJp4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uAIjtKOJp4 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uAIjtKOJp4 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uAIjtKOJp4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAIjtKOJp4 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uAIjtKOJp4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAIjtKOJp4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAIjtKOJp4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAIjtKOJp4 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uAIjtKOJp4 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uAIjtKOJp4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAIjtKOJp4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uAIjtKOJp4 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uAIjtKOJp4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uAIjtKOJp4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAIjtKOJp4 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uAIjtKOJp4 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIjtKOJp4 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uAIjtKOJp4 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uAIjtKOJp4 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uAIjtKOJp4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAIjtKOJp4 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uAIjtKOJp4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAIjtKOJp4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAIjtKOJp4 .dropdown-item.active,
.cid-uAIjtKOJp4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAIjtKOJp4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uAIjtKOJp4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAIjtKOJp4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAIjtKOJp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAIjtKOJp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uAIjtKOJp4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAIjtKOJp4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uAIjtKOJp4 .navbar-buttons {
  text-align: center;
}
.cid-uAIjtKOJp4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAIjtKOJp4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAIjtKOJp4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAIjtKOJp4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAIjtKOJp4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAIjtKOJp4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAIjtKOJp4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAIjtKOJp4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAIjtKOJp4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAIjtKOJp4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAIjtKOJp4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uAIjtKOJp4 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uAIjtKOJp4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uAIjtKOJp4 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uAIjtKOJp4 .nav-link:hover,
.cid-uAIjtKOJp4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uAIjtKOJp4 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uAIjtKOJp4 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uAIjtKOJp4 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uAIjtM4OQ8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAIjtM4OQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIjtM4OQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIjtM4OQ8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAIjtM4OQ8 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAIjtM4OQ8 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAIjtM4OQ8 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAIjtM4OQ8 .container {
    padding: 0 12px;
  }
}
.cid-uAIjtM4OQ8 .row {
  justify-content: center;
}
.cid-uAIjtM4OQ8 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAIjtM4OQ8 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAIjtM4OQ8 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAIjtM4OQ8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAIjtM4OQ8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAIjtM4OQ8 .item {
    margin-bottom: 16px;
  }
}
.cid-uAIjtM4OQ8 .item .item-wrapper {
  width: 100%;
}
.cid-uAIjtM4OQ8 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIjtM4OQ8 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAIjtM4OQ8 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAIjtM4OQ8 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAIjtM4OQ8 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uAIjtM4OQ8 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAIjtM4OQ8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIjtM4OQ8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAIjtM4OQ8 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAIjtM4OQ8 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAIjtM4OQ8 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAIjtM4OQ8 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAIjtM4OQ8 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAIjtM4OQ8 .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uAIjtM4OQ8 .item-desc {
  color: #1D1D1F;
}
.cid-uAIjtM4OQ8 .item-text {
  color: #1D1D1F;
}
.cid-uAIjtMzy79 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAIjtMzy79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIjtMzy79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIjtMzy79 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAIjtMzy79 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAIjtMzy79 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAIjtMzy79 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAIjtMzy79 .container {
    padding: 0 12px;
  }
}
.cid-uAIjtMzy79 .row {
  justify-content: center;
}
.cid-uAIjtMzy79 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAIjtMzy79 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAIjtMzy79 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAIjtMzy79 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAIjtMzy79 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAIjtMzy79 .item {
    margin-bottom: 16px;
  }
}
.cid-uAIjtMzy79 .item .item-wrapper {
  width: 100%;
}
.cid-uAIjtMzy79 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIjtMzy79 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAIjtMzy79 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAIjtMzy79 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAIjtMzy79 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uAIjtMzy79 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAIjtMzy79 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIjtMzy79 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAIjtMzy79 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAIjtMzy79 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAIjtMzy79 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAIjtMzy79 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAIjtMzy79 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAIjtMzy79 .item-title {
  color: #1D1D1F;
}
.cid-uAIjtMzy79 .item-desc {
  color: #1D1D1F;
}
.cid-uAIjtMzy79 .item-text {
  color: #1D1D1F;
}
.cid-uAIjtMzy79 .item-desc,
.cid-uAIjtMzy79 .desc-wrapper {
  text-align: left;
}
.cid-uAIjtMZvcv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAIjtMZvcv .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uAIjtMZvcv .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uAIjtMZvcv .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uAIjtMZvcv .social-media {
  margin-top: 1.5rem;
}
.cid-uAIjtMZvcv .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uAIjtMZvcv .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uAIjtMZvcv .mbr-text,
.cid-uAIjtMZvcv .mbr-offer {
  line-height: 1.5;
}
.cid-uAIjtMZvcv .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uAIjtMZvcv .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAIjtMZvcv .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uAIjtMZvcv .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uAIjtMZvcv .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uAIjtMZvcv .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uAIjtMZvcv .container-fluid {
  max-width: 1300px;
}
.cid-uAIsGKfSyF {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uAIsGKfSyF .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uAIsGKfSyF .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uAIsGKfSyF .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uAIsGKfSyF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uAIsGKfSyF .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uAIsGKfSyF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uAIsGKfSyF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uAIsGKfSyF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAIsGKfSyF .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uAIsGKfSyF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uAIsGKfSyF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uAIsGKfSyF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAIsGKfSyF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uAIsGKfSyF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uAIsGKfSyF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAIsGKfSyF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAIsGKfSyF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAIsGKfSyF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uAIsGKfSyF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uAIsGKfSyF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAIsGKfSyF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uAIsGKfSyF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uAIsGKfSyF .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uAIsGKfSyF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAIsGKfSyF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uAIsGKfSyF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAIsGKfSyF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAIsGKfSyF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAIsGKfSyF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uAIsGKfSyF .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uAIsGKfSyF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAIsGKfSyF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uAIsGKfSyF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uAIsGKfSyF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uAIsGKfSyF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAIsGKfSyF .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uAIsGKfSyF .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIsGKfSyF .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uAIsGKfSyF .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uAIsGKfSyF .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uAIsGKfSyF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAIsGKfSyF .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uAIsGKfSyF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAIsGKfSyF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAIsGKfSyF .dropdown-item.active,
.cid-uAIsGKfSyF .dropdown-item:active {
  background-color: transparent;
}
.cid-uAIsGKfSyF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uAIsGKfSyF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAIsGKfSyF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAIsGKfSyF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAIsGKfSyF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uAIsGKfSyF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAIsGKfSyF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uAIsGKfSyF .navbar-buttons {
  text-align: center;
}
.cid-uAIsGKfSyF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAIsGKfSyF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAIsGKfSyF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAIsGKfSyF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAIsGKfSyF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAIsGKfSyF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAIsGKfSyF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAIsGKfSyF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAIsGKfSyF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAIsGKfSyF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAIsGKfSyF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uAIsGKfSyF .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uAIsGKfSyF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uAIsGKfSyF .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uAIsGKfSyF .nav-link:hover,
.cid-uAIsGKfSyF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uAIsGKfSyF .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uAIsGKfSyF .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uAIsGKfSyF .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uAIsGLDLUo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAIsGLDLUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIsGLDLUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIsGLDLUo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAIsGLDLUo .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAIsGLDLUo .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAIsGLDLUo .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAIsGLDLUo .container {
    padding: 0 12px;
  }
}
.cid-uAIsGLDLUo .row {
  justify-content: center;
}
.cid-uAIsGLDLUo .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAIsGLDLUo .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAIsGLDLUo .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAIsGLDLUo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAIsGLDLUo .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAIsGLDLUo .item {
    margin-bottom: 16px;
  }
}
.cid-uAIsGLDLUo .item .item-wrapper {
  width: 100%;
}
.cid-uAIsGLDLUo .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIsGLDLUo .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAIsGLDLUo .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAIsGLDLUo .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAIsGLDLUo .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uAIsGLDLUo .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAIsGLDLUo .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIsGLDLUo .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAIsGLDLUo .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAIsGLDLUo .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAIsGLDLUo .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAIsGLDLUo .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAIsGLDLUo .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAIsGLDLUo .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uAIsGLDLUo .item-desc {
  color: #1D1D1F;
}
.cid-uAIsGLDLUo .item-text {
  color: #1D1D1F;
}
.cid-uAIsGM6s8O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uAIsGM6s8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIsGM6s8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIsGM6s8O .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uAIsGM6s8O .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAIsGM6s8O .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uAIsGM6s8O .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAIsGM6s8O .container {
    padding: 0 12px;
  }
}
.cid-uAIsGM6s8O .row {
  justify-content: center;
}
.cid-uAIsGM6s8O .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAIsGM6s8O .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uAIsGM6s8O .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAIsGM6s8O .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAIsGM6s8O .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAIsGM6s8O .item {
    margin-bottom: 16px;
  }
}
.cid-uAIsGM6s8O .item .item-wrapper {
  width: 100%;
}
.cid-uAIsGM6s8O .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIsGM6s8O .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uAIsGM6s8O .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uAIsGM6s8O .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uAIsGM6s8O .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uAIsGM6s8O .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uAIsGM6s8O .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uAIsGM6s8O .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uAIsGM6s8O .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAIsGM6s8O .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uAIsGM6s8O .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uAIsGM6s8O .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAIsGM6s8O .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uAIsGM6s8O .item-title {
  color: #1D1D1F;
}
.cid-uAIsGM6s8O .item-desc {
  color: #1D1D1F;
}
.cid-uAIsGM6s8O .item-text {
  color: #1D1D1F;
}
.cid-uAIsGM6s8O .item-desc,
.cid-uAIsGM6s8O .desc-wrapper {
  text-align: left;
}
.cid-uAIsGMEXBF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAIsGMEXBF .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uAIsGMEXBF .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uAIsGMEXBF .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uAIsGMEXBF .social-media {
  margin-top: 1.5rem;
}
.cid-uAIsGMEXBF .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uAIsGMEXBF .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uAIsGMEXBF .mbr-text,
.cid-uAIsGMEXBF .mbr-offer {
  line-height: 1.5;
}
.cid-uAIsGMEXBF .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uAIsGMEXBF .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAIsGMEXBF .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uAIsGMEXBF .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uAIsGMEXBF .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uAIsGMEXBF .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uAIsGMEXBF .container-fluid {
  max-width: 1300px;
}
.cid-uMZxcUbgPl {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uMZxcUbgPl .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uMZxcUbgPl .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMZxcUbgPl .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uMZxcUbgPl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uMZxcUbgPl .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uMZxcUbgPl .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uMZxcUbgPl .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uMZxcUbgPl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMZxcUbgPl .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uMZxcUbgPl .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uMZxcUbgPl .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uMZxcUbgPl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMZxcUbgPl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uMZxcUbgPl .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uMZxcUbgPl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMZxcUbgPl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMZxcUbgPl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uMZxcUbgPl .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uMZxcUbgPl .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uMZxcUbgPl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMZxcUbgPl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uMZxcUbgPl .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uMZxcUbgPl .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uMZxcUbgPl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMZxcUbgPl .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uMZxcUbgPl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMZxcUbgPl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMZxcUbgPl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uMZxcUbgPl .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uMZxcUbgPl .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uMZxcUbgPl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMZxcUbgPl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uMZxcUbgPl .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uMZxcUbgPl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uMZxcUbgPl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uMZxcUbgPl .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uMZxcUbgPl .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uMZxcUbgPl .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uMZxcUbgPl .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uMZxcUbgPl .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uMZxcUbgPl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uMZxcUbgPl .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uMZxcUbgPl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZxcUbgPl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZxcUbgPl .dropdown-item.active,
.cid-uMZxcUbgPl .dropdown-item:active {
  background-color: transparent;
}
.cid-uMZxcUbgPl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uMZxcUbgPl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMZxcUbgPl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMZxcUbgPl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMZxcUbgPl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uMZxcUbgPl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMZxcUbgPl ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uMZxcUbgPl .navbar-buttons {
  text-align: center;
}
.cid-uMZxcUbgPl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMZxcUbgPl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uMZxcUbgPl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMZxcUbgPl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMZxcUbgPl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMZxcUbgPl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMZxcUbgPl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMZxcUbgPl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMZxcUbgPl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMZxcUbgPl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMZxcUbgPl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uMZxcUbgPl .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uMZxcUbgPl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uMZxcUbgPl .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uMZxcUbgPl .nav-link:hover,
.cid-uMZxcUbgPl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uMZxcUbgPl .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uMZxcUbgPl .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uMZxcUbgPl .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uMZxcVbxmX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uMZxcVbxmX img,
.cid-uMZxcVbxmX .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uMZxcVbxmX .item:focus,
.cid-uMZxcVbxmX span:focus {
  outline: none;
}
.cid-uMZxcVbxmX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMZxcVbxmX .item {
    margin-bottom: 1rem;
  }
}
.cid-uMZxcVbxmX h5 {
  margin: 0;
}
.cid-uMZxcVbxmX .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uMZxcVbxmX .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uMZxcVbxmX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMZxcVbxmX .item-wrapper:hover {
  border-color: #000000;
}
.cid-uMZxcVbxmX .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uMZxcVbxmX .item-wrapper {
    height: auto;
  }
}
.cid-uMZxcVbxmX .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uMZxcVbxmX .item-title {
  text-align: center;
  color: #000000;
}
.cid-uMZxcVbxmX .item-subtitle {
  text-align: center;
}
.cid-uMZxcVbxmX .mbr-text,
.cid-uMZxcVbxmX .item .mbr-section-btn {
  text-align: center;
}
.cid-uMZxcVbxmX .content-head {
  max-width: 800px;
}
.cid-uMZxcVbxmX .mbr-section-subtitle,
.cid-uMZxcVbxmX .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMZxcWQnAw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uMZxcWQnAw img,
.cid-uMZxcWQnAw .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uMZxcWQnAw .item:focus,
.cid-uMZxcWQnAw span:focus {
  outline: none;
}
.cid-uMZxcWQnAw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMZxcWQnAw .item {
    margin-bottom: 1rem;
  }
}
.cid-uMZxcWQnAw h5 {
  margin: 0;
}
.cid-uMZxcWQnAw .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uMZxcWQnAw .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uMZxcWQnAw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMZxcWQnAw .item-wrapper:hover {
  border-color: #000000;
}
.cid-uMZxcWQnAw .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uMZxcWQnAw .item-wrapper {
    height: auto;
  }
}
.cid-uMZxcWQnAw .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uMZxcWQnAw .item-title {
  text-align: center;
  color: #000000;
}
.cid-uMZxcWQnAw .item-subtitle {
  text-align: center;
}
.cid-uMZxcWQnAw .mbr-text,
.cid-uMZxcWQnAw .item .mbr-section-btn {
  text-align: center;
}
.cid-uMZxcWQnAw .content-head {
  max-width: 800px;
}
.cid-uMZxcWQnAw .mbr-section-subtitle,
.cid-uMZxcWQnAw .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uMZxcYTrmQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMZxcYTrmQ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uMZxcYTrmQ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uMZxcYTrmQ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uMZxcYTrmQ .social-media {
  margin-top: 1.5rem;
}
.cid-uMZxcYTrmQ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uMZxcYTrmQ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uMZxcYTrmQ .mbr-text,
.cid-uMZxcYTrmQ .mbr-offer {
  line-height: 1.5;
}
.cid-uMZxcYTrmQ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uMZxcYTrmQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uMZxcYTrmQ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uMZxcYTrmQ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uMZxcYTrmQ .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uMZxcYTrmQ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uMZxcYTrmQ .container-fluid {
  max-width: 1300px;
}
.cid-uMZDeqMHZ7 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uMZDeqMHZ7 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uMZDeqMHZ7 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMZDeqMHZ7 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uMZDeqMHZ7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uMZDeqMHZ7 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uMZDeqMHZ7 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uMZDeqMHZ7 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uMZDeqMHZ7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMZDeqMHZ7 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uMZDeqMHZ7 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uMZDeqMHZ7 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uMZDeqMHZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMZDeqMHZ7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uMZDeqMHZ7 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uMZDeqMHZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMZDeqMHZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMZDeqMHZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uMZDeqMHZ7 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uMZDeqMHZ7 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uMZDeqMHZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMZDeqMHZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uMZDeqMHZ7 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uMZDeqMHZ7 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uMZDeqMHZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMZDeqMHZ7 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uMZDeqMHZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMZDeqMHZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMZDeqMHZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uMZDeqMHZ7 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uMZDeqMHZ7 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uMZDeqMHZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMZDeqMHZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uMZDeqMHZ7 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uMZDeqMHZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uMZDeqMHZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uMZDeqMHZ7 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uMZDeqMHZ7 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uMZDeqMHZ7 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uMZDeqMHZ7 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uMZDeqMHZ7 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uMZDeqMHZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uMZDeqMHZ7 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uMZDeqMHZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZDeqMHZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZDeqMHZ7 .dropdown-item.active,
.cid-uMZDeqMHZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMZDeqMHZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uMZDeqMHZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMZDeqMHZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMZDeqMHZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMZDeqMHZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uMZDeqMHZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMZDeqMHZ7 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uMZDeqMHZ7 .navbar-buttons {
  text-align: center;
}
.cid-uMZDeqMHZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMZDeqMHZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uMZDeqMHZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMZDeqMHZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMZDeqMHZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMZDeqMHZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMZDeqMHZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMZDeqMHZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMZDeqMHZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMZDeqMHZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMZDeqMHZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uMZDeqMHZ7 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uMZDeqMHZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uMZDeqMHZ7 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uMZDeqMHZ7 .nav-link:hover,
.cid-uMZDeqMHZ7 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uMZDeqMHZ7 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uMZDeqMHZ7 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uMZDeqMHZ7 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uMZDerDQ1X {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uMZDerDQ1X img,
.cid-uMZDerDQ1X .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uMZDerDQ1X .item:focus,
.cid-uMZDerDQ1X span:focus {
  outline: none;
}
.cid-uMZDerDQ1X .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMZDerDQ1X .item {
    margin-bottom: 1rem;
  }
}
.cid-uMZDerDQ1X h5 {
  margin: 0;
}
.cid-uMZDerDQ1X .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uMZDerDQ1X .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uMZDerDQ1X .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMZDerDQ1X .item-wrapper:hover {
  border-color: #000000;
}
.cid-uMZDerDQ1X .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uMZDerDQ1X .item-wrapper {
    height: auto;
  }
}
.cid-uMZDerDQ1X .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uMZDerDQ1X .item-title {
  text-align: center;
  color: #000000;
}
.cid-uMZDerDQ1X .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uMZDerDQ1X .mbr-text,
.cid-uMZDerDQ1X .item .mbr-section-btn {
  text-align: center;
}
.cid-uMZDerDQ1X .content-head {
  max-width: 800px;
}
.cid-uMZDerDQ1X .mbr-section-subtitle,
.cid-uMZDerDQ1X .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMZDerDQ1X .mbr-section-subtitle,
.cid-uMZDerDQ1X .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uMZDesbv4m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uMZDesbv4m img,
.cid-uMZDesbv4m .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uMZDesbv4m .item:focus,
.cid-uMZDesbv4m span:focus {
  outline: none;
}
.cid-uMZDesbv4m .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMZDesbv4m .item {
    margin-bottom: 1rem;
  }
}
.cid-uMZDesbv4m h5 {
  margin: 0;
}
.cid-uMZDesbv4m .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uMZDesbv4m .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uMZDesbv4m .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMZDesbv4m .item-wrapper:hover {
  border-color: #000000;
}
.cid-uMZDesbv4m .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uMZDesbv4m .item-wrapper {
    height: auto;
  }
}
.cid-uMZDesbv4m .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uMZDesbv4m .item-title {
  text-align: center;
  color: #000000;
}
.cid-uMZDesbv4m .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uMZDesbv4m .mbr-text,
.cid-uMZDesbv4m .item .mbr-section-btn {
  text-align: center;
}
.cid-uMZDesbv4m .content-head {
  max-width: 800px;
}
.cid-uMZDesbv4m .mbr-section-subtitle,
.cid-uMZDesbv4m .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMZDet7ZQA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMZDet7ZQA .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uMZDet7ZQA .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uMZDet7ZQA .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uMZDet7ZQA .social-media {
  margin-top: 1.5rem;
}
.cid-uMZDet7ZQA .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uMZDet7ZQA .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uMZDet7ZQA .mbr-text,
.cid-uMZDet7ZQA .mbr-offer {
  line-height: 1.5;
}
.cid-uMZDet7ZQA .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uMZDet7ZQA .container-fluid {
    padding: 0 1rem;
  }
  .cid-uMZDet7ZQA .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uMZDet7ZQA .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uMZDet7ZQA .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uMZDet7ZQA .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uMZDet7ZQA .container-fluid {
  max-width: 1300px;
}
.cid-uMZROBKAD2 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uMZROBKAD2 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uMZROBKAD2 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMZROBKAD2 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uMZROBKAD2 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uMZROBKAD2 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uMZROBKAD2 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uMZROBKAD2 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uMZROBKAD2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMZROBKAD2 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uMZROBKAD2 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uMZROBKAD2 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uMZROBKAD2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMZROBKAD2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uMZROBKAD2 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uMZROBKAD2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMZROBKAD2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMZROBKAD2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uMZROBKAD2 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uMZROBKAD2 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uMZROBKAD2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMZROBKAD2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uMZROBKAD2 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uMZROBKAD2 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uMZROBKAD2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMZROBKAD2 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uMZROBKAD2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMZROBKAD2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMZROBKAD2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uMZROBKAD2 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uMZROBKAD2 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uMZROBKAD2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMZROBKAD2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uMZROBKAD2 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uMZROBKAD2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uMZROBKAD2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uMZROBKAD2 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uMZROBKAD2 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uMZROBKAD2 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uMZROBKAD2 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uMZROBKAD2 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uMZROBKAD2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uMZROBKAD2 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uMZROBKAD2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZROBKAD2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZROBKAD2 .dropdown-item.active,
.cid-uMZROBKAD2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMZROBKAD2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uMZROBKAD2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMZROBKAD2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMZROBKAD2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMZROBKAD2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uMZROBKAD2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMZROBKAD2 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uMZROBKAD2 .navbar-buttons {
  text-align: center;
}
.cid-uMZROBKAD2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMZROBKAD2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uMZROBKAD2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMZROBKAD2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMZROBKAD2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMZROBKAD2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMZROBKAD2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMZROBKAD2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMZROBKAD2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMZROBKAD2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMZROBKAD2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uMZROBKAD2 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uMZROBKAD2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uMZROBKAD2 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uMZROBKAD2 .nav-link:hover,
.cid-uMZROBKAD2 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uMZROBKAD2 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uMZROBKAD2 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uMZROBKAD2 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uMZROCzaQi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uMZROCzaQi img,
.cid-uMZROCzaQi .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uMZROCzaQi .item:focus,
.cid-uMZROCzaQi span:focus {
  outline: none;
}
.cid-uMZROCzaQi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMZROCzaQi .item {
    margin-bottom: 1rem;
  }
}
.cid-uMZROCzaQi h5 {
  margin: 0;
}
.cid-uMZROCzaQi .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uMZROCzaQi .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uMZROCzaQi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMZROCzaQi .item-wrapper:hover {
  border-color: #000000;
}
.cid-uMZROCzaQi .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uMZROCzaQi .item-wrapper {
    height: auto;
  }
}
.cid-uMZROCzaQi .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uMZROCzaQi .item-title {
  text-align: center;
  color: #000000;
}
.cid-uMZROCzaQi .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uMZROCzaQi .mbr-text,
.cid-uMZROCzaQi .item .mbr-section-btn {
  text-align: center;
}
.cid-uMZROCzaQi .content-head {
  max-width: 800px;
}
.cid-uMZROCzaQi .mbr-section-subtitle,
.cid-uMZROCzaQi .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMZROCzaQi .mbr-section-subtitle,
.cid-uMZROCzaQi .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uMZROJ5JwR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMZROJ5JwR .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uMZROJ5JwR .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uMZROJ5JwR .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uMZROJ5JwR .social-media {
  margin-top: 1.5rem;
}
.cid-uMZROJ5JwR .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uMZROJ5JwR .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uMZROJ5JwR .mbr-text,
.cid-uMZROJ5JwR .mbr-offer {
  line-height: 1.5;
}
.cid-uMZROJ5JwR .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uMZROJ5JwR .container-fluid {
    padding: 0 1rem;
  }
  .cid-uMZROJ5JwR .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uMZROJ5JwR .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uMZROJ5JwR .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uMZROJ5JwR .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uMZROJ5JwR .container-fluid {
  max-width: 1300px;
}
.cid-uMZVHlxT2p {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uMZVHlxT2p .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uMZVHlxT2p .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMZVHlxT2p .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uMZVHlxT2p .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uMZVHlxT2p .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uMZVHlxT2p .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uMZVHlxT2p .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uMZVHlxT2p .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMZVHlxT2p .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uMZVHlxT2p .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uMZVHlxT2p .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uMZVHlxT2p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMZVHlxT2p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uMZVHlxT2p .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uMZVHlxT2p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMZVHlxT2p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMZVHlxT2p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uMZVHlxT2p .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uMZVHlxT2p .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uMZVHlxT2p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMZVHlxT2p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uMZVHlxT2p .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uMZVHlxT2p .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uMZVHlxT2p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMZVHlxT2p .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uMZVHlxT2p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMZVHlxT2p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMZVHlxT2p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uMZVHlxT2p .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uMZVHlxT2p .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uMZVHlxT2p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMZVHlxT2p .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uMZVHlxT2p .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uMZVHlxT2p .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uMZVHlxT2p .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uMZVHlxT2p .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uMZVHlxT2p .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uMZVHlxT2p .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uMZVHlxT2p .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uMZVHlxT2p .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uMZVHlxT2p .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uMZVHlxT2p .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uMZVHlxT2p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZVHlxT2p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZVHlxT2p .dropdown-item.active,
.cid-uMZVHlxT2p .dropdown-item:active {
  background-color: transparent;
}
.cid-uMZVHlxT2p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uMZVHlxT2p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMZVHlxT2p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMZVHlxT2p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMZVHlxT2p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uMZVHlxT2p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMZVHlxT2p ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uMZVHlxT2p .navbar-buttons {
  text-align: center;
}
.cid-uMZVHlxT2p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMZVHlxT2p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uMZVHlxT2p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMZVHlxT2p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMZVHlxT2p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMZVHlxT2p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMZVHlxT2p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMZVHlxT2p nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMZVHlxT2p nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMZVHlxT2p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMZVHlxT2p a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uMZVHlxT2p .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uMZVHlxT2p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uMZVHlxT2p .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uMZVHlxT2p .nav-link:hover,
.cid-uMZVHlxT2p .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uMZVHlxT2p .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uMZVHlxT2p .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uMZVHlxT2p .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uMZVHmyPjr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uMZVHmyPjr img,
.cid-uMZVHmyPjr .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uMZVHmyPjr .item:focus,
.cid-uMZVHmyPjr span:focus {
  outline: none;
}
.cid-uMZVHmyPjr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMZVHmyPjr .item {
    margin-bottom: 1rem;
  }
}
.cid-uMZVHmyPjr h5 {
  margin: 0;
}
.cid-uMZVHmyPjr .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uMZVHmyPjr .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uMZVHmyPjr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMZVHmyPjr .item-wrapper:hover {
  border-color: #000000;
}
.cid-uMZVHmyPjr .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uMZVHmyPjr .item-wrapper {
    height: auto;
  }
}
.cid-uMZVHmyPjr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uMZVHmyPjr .item-title {
  text-align: center;
  color: #000000;
}
.cid-uMZVHmyPjr .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uMZVHmyPjr .mbr-text,
.cid-uMZVHmyPjr .item .mbr-section-btn {
  text-align: center;
}
.cid-uMZVHmyPjr .content-head {
  max-width: 800px;
}
.cid-uMZVHmyPjr .mbr-section-subtitle,
.cid-uMZVHmyPjr .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMZVHmyPjr .mbr-section-subtitle,
.cid-uMZVHmyPjr .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uMZVHn1OBH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMZVHn1OBH .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uMZVHn1OBH .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uMZVHn1OBH .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uMZVHn1OBH .social-media {
  margin-top: 1.5rem;
}
.cid-uMZVHn1OBH .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uMZVHn1OBH .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uMZVHn1OBH .mbr-text,
.cid-uMZVHn1OBH .mbr-offer {
  line-height: 1.5;
}
.cid-uMZVHn1OBH .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uMZVHn1OBH .container-fluid {
    padding: 0 1rem;
  }
  .cid-uMZVHn1OBH .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uMZVHn1OBH .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uMZVHn1OBH .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uMZVHn1OBH .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uMZVHn1OBH .container-fluid {
  max-width: 1300px;
}
.cid-uMZY4vjq6i {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uMZY4vjq6i .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uMZY4vjq6i .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMZY4vjq6i .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uMZY4vjq6i .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uMZY4vjq6i .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uMZY4vjq6i .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uMZY4vjq6i .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uMZY4vjq6i .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMZY4vjq6i .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uMZY4vjq6i .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uMZY4vjq6i .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uMZY4vjq6i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMZY4vjq6i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uMZY4vjq6i .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uMZY4vjq6i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMZY4vjq6i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMZY4vjq6i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uMZY4vjq6i .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uMZY4vjq6i .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uMZY4vjq6i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMZY4vjq6i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uMZY4vjq6i .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uMZY4vjq6i .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uMZY4vjq6i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMZY4vjq6i .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uMZY4vjq6i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMZY4vjq6i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMZY4vjq6i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uMZY4vjq6i .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uMZY4vjq6i .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uMZY4vjq6i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMZY4vjq6i .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uMZY4vjq6i .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uMZY4vjq6i .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uMZY4vjq6i .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uMZY4vjq6i .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uMZY4vjq6i .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uMZY4vjq6i .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uMZY4vjq6i .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uMZY4vjq6i .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uMZY4vjq6i .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uMZY4vjq6i .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uMZY4vjq6i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZY4vjq6i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZY4vjq6i .dropdown-item.active,
.cid-uMZY4vjq6i .dropdown-item:active {
  background-color: transparent;
}
.cid-uMZY4vjq6i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uMZY4vjq6i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMZY4vjq6i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMZY4vjq6i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMZY4vjq6i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uMZY4vjq6i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMZY4vjq6i ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uMZY4vjq6i .navbar-buttons {
  text-align: center;
}
.cid-uMZY4vjq6i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMZY4vjq6i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uMZY4vjq6i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMZY4vjq6i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMZY4vjq6i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMZY4vjq6i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMZY4vjq6i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMZY4vjq6i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMZY4vjq6i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMZY4vjq6i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMZY4vjq6i a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uMZY4vjq6i .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uMZY4vjq6i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uMZY4vjq6i .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uMZY4vjq6i .nav-link:hover,
.cid-uMZY4vjq6i .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uMZY4vjq6i .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uMZY4vjq6i .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uMZY4vjq6i .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uMZY4x2n5I {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uMZY4x2n5I img,
.cid-uMZY4x2n5I .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uMZY4x2n5I .item:focus,
.cid-uMZY4x2n5I span:focus {
  outline: none;
}
.cid-uMZY4x2n5I .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMZY4x2n5I .item {
    margin-bottom: 1rem;
  }
}
.cid-uMZY4x2n5I h5 {
  margin: 0;
}
.cid-uMZY4x2n5I .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uMZY4x2n5I .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uMZY4x2n5I .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMZY4x2n5I .item-wrapper:hover {
  border-color: #000000;
}
.cid-uMZY4x2n5I .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uMZY4x2n5I .item-wrapper {
    height: auto;
  }
}
.cid-uMZY4x2n5I .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uMZY4x2n5I .item-title {
  text-align: center;
  color: #000000;
}
.cid-uMZY4x2n5I .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uMZY4x2n5I .mbr-text,
.cid-uMZY4x2n5I .item .mbr-section-btn {
  text-align: center;
}
.cid-uMZY4x2n5I .content-head {
  max-width: 800px;
}
.cid-uMZY4x2n5I .mbr-section-subtitle,
.cid-uMZY4x2n5I .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMZY4x2n5I .mbr-section-subtitle,
.cid-uMZY4x2n5I .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uMZY4yemsB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uMZY4yemsB img,
.cid-uMZY4yemsB .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uMZY4yemsB .item:focus,
.cid-uMZY4yemsB span:focus {
  outline: none;
}
.cid-uMZY4yemsB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMZY4yemsB .item {
    margin-bottom: 1rem;
  }
}
.cid-uMZY4yemsB h5 {
  margin: 0;
}
.cid-uMZY4yemsB .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uMZY4yemsB .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uMZY4yemsB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMZY4yemsB .item-wrapper:hover {
  border-color: #000000;
}
.cid-uMZY4yemsB .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uMZY4yemsB .item-wrapper {
    height: auto;
  }
}
.cid-uMZY4yemsB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uMZY4yemsB .item-title {
  text-align: center;
  color: #000000;
}
.cid-uMZY4yemsB .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uMZY4yemsB .mbr-text,
.cid-uMZY4yemsB .item .mbr-section-btn {
  text-align: center;
}
.cid-uMZY4yemsB .content-head {
  max-width: 800px;
}
.cid-uMZY4yemsB .mbr-section-subtitle,
.cid-uMZY4yemsB .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMZY4E5KQZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMZY4E5KQZ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uMZY4E5KQZ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uMZY4E5KQZ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uMZY4E5KQZ .social-media {
  margin-top: 1.5rem;
}
.cid-uMZY4E5KQZ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uMZY4E5KQZ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uMZY4E5KQZ .mbr-text,
.cid-uMZY4E5KQZ .mbr-offer {
  line-height: 1.5;
}
.cid-uMZY4E5KQZ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uMZY4E5KQZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uMZY4E5KQZ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uMZY4E5KQZ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uMZY4E5KQZ .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uMZY4E5KQZ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uMZY4E5KQZ .container-fluid {
  max-width: 1300px;
}
.cid-uN2U4n9Tuy {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uN2U4n9Tuy .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uN2U4n9Tuy .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uN2U4n9Tuy .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uN2U4n9Tuy .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uN2U4n9Tuy .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uN2U4n9Tuy .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uN2U4n9Tuy .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uN2U4n9Tuy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN2U4n9Tuy .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uN2U4n9Tuy .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uN2U4n9Tuy .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uN2U4n9Tuy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN2U4n9Tuy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uN2U4n9Tuy .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uN2U4n9Tuy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN2U4n9Tuy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN2U4n9Tuy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uN2U4n9Tuy .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uN2U4n9Tuy .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uN2U4n9Tuy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN2U4n9Tuy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uN2U4n9Tuy .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uN2U4n9Tuy .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uN2U4n9Tuy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN2U4n9Tuy .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uN2U4n9Tuy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN2U4n9Tuy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN2U4n9Tuy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uN2U4n9Tuy .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uN2U4n9Tuy .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uN2U4n9Tuy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN2U4n9Tuy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uN2U4n9Tuy .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uN2U4n9Tuy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uN2U4n9Tuy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uN2U4n9Tuy .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uN2U4n9Tuy .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uN2U4n9Tuy .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uN2U4n9Tuy .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uN2U4n9Tuy .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uN2U4n9Tuy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uN2U4n9Tuy .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uN2U4n9Tuy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN2U4n9Tuy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN2U4n9Tuy .dropdown-item.active,
.cid-uN2U4n9Tuy .dropdown-item:active {
  background-color: transparent;
}
.cid-uN2U4n9Tuy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uN2U4n9Tuy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN2U4n9Tuy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN2U4n9Tuy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uN2U4n9Tuy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uN2U4n9Tuy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN2U4n9Tuy ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uN2U4n9Tuy .navbar-buttons {
  text-align: center;
}
.cid-uN2U4n9Tuy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN2U4n9Tuy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uN2U4n9Tuy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN2U4n9Tuy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN2U4n9Tuy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN2U4n9Tuy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN2U4n9Tuy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN2U4n9Tuy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN2U4n9Tuy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN2U4n9Tuy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN2U4n9Tuy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uN2U4n9Tuy .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uN2U4n9Tuy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uN2U4n9Tuy .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uN2U4n9Tuy .nav-link:hover,
.cid-uN2U4n9Tuy .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uN2U4n9Tuy .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uN2U4n9Tuy .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uN2U4n9Tuy .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uN2U4nStFC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uN2U4nStFC img,
.cid-uN2U4nStFC .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uN2U4nStFC .item:focus,
.cid-uN2U4nStFC span:focus {
  outline: none;
}
.cid-uN2U4nStFC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uN2U4nStFC .item {
    margin-bottom: 1rem;
  }
}
.cid-uN2U4nStFC h5 {
  margin: 0;
}
.cid-uN2U4nStFC .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uN2U4nStFC .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uN2U4nStFC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uN2U4nStFC .item-wrapper:hover {
  border-color: #000000;
}
.cid-uN2U4nStFC .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uN2U4nStFC .item-wrapper {
    height: auto;
  }
}
.cid-uN2U4nStFC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uN2U4nStFC .item-title {
  text-align: center;
  color: #000000;
}
.cid-uN2U4nStFC .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uN2U4nStFC .mbr-text,
.cid-uN2U4nStFC .item .mbr-section-btn {
  text-align: center;
}
.cid-uN2U4nStFC .content-head {
  max-width: 800px;
}
.cid-uN2U4nStFC .mbr-section-subtitle,
.cid-uN2U4nStFC .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uN2U4nStFC .mbr-section-subtitle,
.cid-uN2U4nStFC .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uN2U4odHc9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uN2U4odHc9 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uN2U4odHc9 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uN2U4odHc9 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uN2U4odHc9 .social-media {
  margin-top: 1.5rem;
}
.cid-uN2U4odHc9 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uN2U4odHc9 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uN2U4odHc9 .mbr-text,
.cid-uN2U4odHc9 .mbr-offer {
  line-height: 1.5;
}
.cid-uN2U4odHc9 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uN2U4odHc9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uN2U4odHc9 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uN2U4odHc9 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uN2U4odHc9 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uN2U4odHc9 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uN2U4odHc9 .container-fluid {
  max-width: 1300px;
}
.cid-uN2V2rOKf2 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uN2V2rOKf2 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uN2V2rOKf2 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uN2V2rOKf2 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uN2V2rOKf2 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uN2V2rOKf2 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uN2V2rOKf2 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uN2V2rOKf2 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uN2V2rOKf2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN2V2rOKf2 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uN2V2rOKf2 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uN2V2rOKf2 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uN2V2rOKf2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN2V2rOKf2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uN2V2rOKf2 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uN2V2rOKf2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN2V2rOKf2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN2V2rOKf2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uN2V2rOKf2 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uN2V2rOKf2 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uN2V2rOKf2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN2V2rOKf2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uN2V2rOKf2 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uN2V2rOKf2 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uN2V2rOKf2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN2V2rOKf2 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uN2V2rOKf2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN2V2rOKf2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN2V2rOKf2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uN2V2rOKf2 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uN2V2rOKf2 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uN2V2rOKf2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN2V2rOKf2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uN2V2rOKf2 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uN2V2rOKf2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uN2V2rOKf2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uN2V2rOKf2 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uN2V2rOKf2 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uN2V2rOKf2 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uN2V2rOKf2 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uN2V2rOKf2 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uN2V2rOKf2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uN2V2rOKf2 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uN2V2rOKf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN2V2rOKf2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN2V2rOKf2 .dropdown-item.active,
.cid-uN2V2rOKf2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uN2V2rOKf2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uN2V2rOKf2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN2V2rOKf2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN2V2rOKf2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uN2V2rOKf2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uN2V2rOKf2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN2V2rOKf2 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uN2V2rOKf2 .navbar-buttons {
  text-align: center;
}
.cid-uN2V2rOKf2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN2V2rOKf2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uN2V2rOKf2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN2V2rOKf2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN2V2rOKf2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN2V2rOKf2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN2V2rOKf2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN2V2rOKf2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN2V2rOKf2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN2V2rOKf2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN2V2rOKf2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uN2V2rOKf2 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uN2V2rOKf2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uN2V2rOKf2 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uN2V2rOKf2 .nav-link:hover,
.cid-uN2V2rOKf2 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uN2V2rOKf2 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uN2V2rOKf2 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uN2V2rOKf2 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uN2V2szOYY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uN2V2szOYY img,
.cid-uN2V2szOYY .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uN2V2szOYY .item:focus,
.cid-uN2V2szOYY span:focus {
  outline: none;
}
.cid-uN2V2szOYY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uN2V2szOYY .item {
    margin-bottom: 1rem;
  }
}
.cid-uN2V2szOYY h5 {
  margin: 0;
}
.cid-uN2V2szOYY .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uN2V2szOYY .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uN2V2szOYY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uN2V2szOYY .item-wrapper:hover {
  border-color: #000000;
}
.cid-uN2V2szOYY .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uN2V2szOYY .item-wrapper {
    height: auto;
  }
}
.cid-uN2V2szOYY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uN2V2szOYY .item-title {
  text-align: center;
  color: #000000;
}
.cid-uN2V2szOYY .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uN2V2szOYY .mbr-text,
.cid-uN2V2szOYY .item .mbr-section-btn {
  text-align: center;
}
.cid-uN2V2szOYY .content-head {
  max-width: 800px;
}
.cid-uN2V2szOYY .mbr-section-subtitle,
.cid-uN2V2szOYY .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uN2V2szOYY .mbr-section-subtitle,
.cid-uN2V2szOYY .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uN2V2sSC53 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uN2V2sSC53 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uN2V2sSC53 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uN2V2sSC53 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uN2V2sSC53 .social-media {
  margin-top: 1.5rem;
}
.cid-uN2V2sSC53 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uN2V2sSC53 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uN2V2sSC53 .mbr-text,
.cid-uN2V2sSC53 .mbr-offer {
  line-height: 1.5;
}
.cid-uN2V2sSC53 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uN2V2sSC53 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uN2V2sSC53 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uN2V2sSC53 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uN2V2sSC53 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uN2V2sSC53 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uN2V2sSC53 .container-fluid {
  max-width: 1300px;
}
.cid-uN2W4tYZan {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uN2W4tYZan .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uN2W4tYZan .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uN2W4tYZan .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uN2W4tYZan .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uN2W4tYZan .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uN2W4tYZan .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uN2W4tYZan .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uN2W4tYZan .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN2W4tYZan .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uN2W4tYZan .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uN2W4tYZan .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uN2W4tYZan .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN2W4tYZan .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uN2W4tYZan .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uN2W4tYZan .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN2W4tYZan .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN2W4tYZan .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uN2W4tYZan .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uN2W4tYZan .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uN2W4tYZan .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN2W4tYZan .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uN2W4tYZan .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uN2W4tYZan .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uN2W4tYZan .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN2W4tYZan .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uN2W4tYZan .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN2W4tYZan .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN2W4tYZan .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uN2W4tYZan .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uN2W4tYZan .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uN2W4tYZan .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN2W4tYZan .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uN2W4tYZan .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uN2W4tYZan .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uN2W4tYZan .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uN2W4tYZan .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uN2W4tYZan .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uN2W4tYZan .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uN2W4tYZan .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uN2W4tYZan .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uN2W4tYZan .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uN2W4tYZan .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uN2W4tYZan .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN2W4tYZan .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN2W4tYZan .dropdown-item.active,
.cid-uN2W4tYZan .dropdown-item:active {
  background-color: transparent;
}
.cid-uN2W4tYZan .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uN2W4tYZan .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN2W4tYZan .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN2W4tYZan .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uN2W4tYZan .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uN2W4tYZan .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN2W4tYZan ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uN2W4tYZan .navbar-buttons {
  text-align: center;
}
.cid-uN2W4tYZan button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN2W4tYZan button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uN2W4tYZan button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN2W4tYZan button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN2W4tYZan button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN2W4tYZan button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN2W4tYZan nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN2W4tYZan nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN2W4tYZan nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN2W4tYZan nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN2W4tYZan a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uN2W4tYZan .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uN2W4tYZan .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uN2W4tYZan .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uN2W4tYZan .nav-link:hover,
.cid-uN2W4tYZan .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uN2W4tYZan .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uN2W4tYZan .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uN2W4tYZan .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uN2W4uLxDu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uN2W4uLxDu img,
.cid-uN2W4uLxDu .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uN2W4uLxDu .item:focus,
.cid-uN2W4uLxDu span:focus {
  outline: none;
}
.cid-uN2W4uLxDu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uN2W4uLxDu .item {
    margin-bottom: 1rem;
  }
}
.cid-uN2W4uLxDu h5 {
  margin: 0;
}
.cid-uN2W4uLxDu .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uN2W4uLxDu .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uN2W4uLxDu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uN2W4uLxDu .item-wrapper:hover {
  border-color: #000000;
}
.cid-uN2W4uLxDu .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uN2W4uLxDu .item-wrapper {
    height: auto;
  }
}
.cid-uN2W4uLxDu .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uN2W4uLxDu .item-title {
  text-align: center;
  color: #000000;
}
.cid-uN2W4uLxDu .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uN2W4uLxDu .mbr-text,
.cid-uN2W4uLxDu .item .mbr-section-btn {
  text-align: center;
}
.cid-uN2W4uLxDu .content-head {
  max-width: 800px;
}
.cid-uN2W4uLxDu .mbr-section-subtitle,
.cid-uN2W4uLxDu .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uN2W4uLxDu .mbr-section-subtitle,
.cid-uN2W4uLxDu .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uN2W4v1w7h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uN2W4v1w7h .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uN2W4v1w7h .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uN2W4v1w7h .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uN2W4v1w7h .social-media {
  margin-top: 1.5rem;
}
.cid-uN2W4v1w7h .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uN2W4v1w7h .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uN2W4v1w7h .mbr-text,
.cid-uN2W4v1w7h .mbr-offer {
  line-height: 1.5;
}
.cid-uN2W4v1w7h .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uN2W4v1w7h .container-fluid {
    padding: 0 1rem;
  }
  .cid-uN2W4v1w7h .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uN2W4v1w7h .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uN2W4v1w7h .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uN2W4v1w7h .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uN2W4v1w7h .container-fluid {
  max-width: 1300px;
}
.cid-uN2WXXsRli {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uN2WXXsRli .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uN2WXXsRli .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uN2WXXsRli .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uN2WXXsRli .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uN2WXXsRli .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uN2WXXsRli .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uN2WXXsRli .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uN2WXXsRli .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN2WXXsRli .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uN2WXXsRli .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uN2WXXsRli .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uN2WXXsRli .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN2WXXsRli .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uN2WXXsRli .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uN2WXXsRli .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN2WXXsRli .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN2WXXsRli .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uN2WXXsRli .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uN2WXXsRli .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uN2WXXsRli .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN2WXXsRli .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uN2WXXsRli .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uN2WXXsRli .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uN2WXXsRli .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN2WXXsRli .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uN2WXXsRli .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN2WXXsRli .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN2WXXsRli .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uN2WXXsRli .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uN2WXXsRli .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uN2WXXsRli .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN2WXXsRli .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uN2WXXsRli .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uN2WXXsRli .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uN2WXXsRli .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uN2WXXsRli .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uN2WXXsRli .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uN2WXXsRli .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uN2WXXsRli .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uN2WXXsRli .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uN2WXXsRli .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uN2WXXsRli .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uN2WXXsRli .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN2WXXsRli .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN2WXXsRli .dropdown-item.active,
.cid-uN2WXXsRli .dropdown-item:active {
  background-color: transparent;
}
.cid-uN2WXXsRli .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uN2WXXsRli .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN2WXXsRli .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN2WXXsRli .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uN2WXXsRli .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uN2WXXsRli .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN2WXXsRli ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uN2WXXsRli .navbar-buttons {
  text-align: center;
}
.cid-uN2WXXsRli button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uN2WXXsRli button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uN2WXXsRli button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uN2WXXsRli button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uN2WXXsRli button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uN2WXXsRli button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uN2WXXsRli nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN2WXXsRli nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uN2WXXsRli nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uN2WXXsRli nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uN2WXXsRli a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uN2WXXsRli .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uN2WXXsRli .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uN2WXXsRli .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uN2WXXsRli .nav-link:hover,
.cid-uN2WXXsRli .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uN2WXXsRli .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uN2WXXsRli .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uN2WXXsRli .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uN2WXYkxvC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uN2WXYkxvC img,
.cid-uN2WXYkxvC .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uN2WXYkxvC .item:focus,
.cid-uN2WXYkxvC span:focus {
  outline: none;
}
.cid-uN2WXYkxvC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uN2WXYkxvC .item {
    margin-bottom: 1rem;
  }
}
.cid-uN2WXYkxvC h5 {
  margin: 0;
}
.cid-uN2WXYkxvC .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uN2WXYkxvC .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uN2WXYkxvC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uN2WXYkxvC .item-wrapper:hover {
  border-color: #000000;
}
.cid-uN2WXYkxvC .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uN2WXYkxvC .item-wrapper {
    height: auto;
  }
}
.cid-uN2WXYkxvC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uN2WXYkxvC .item-title {
  text-align: center;
  color: #000000;
}
.cid-uN2WXYkxvC .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uN2WXYkxvC .mbr-text,
.cid-uN2WXYkxvC .item .mbr-section-btn {
  text-align: center;
}
.cid-uN2WXYkxvC .content-head {
  max-width: 800px;
}
.cid-uN2WXYkxvC .mbr-section-subtitle,
.cid-uN2WXYkxvC .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uN2WXYkxvC .mbr-section-subtitle,
.cid-uN2WXYkxvC .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uN2WXYDkPu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uN2WXYDkPu .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uN2WXYDkPu .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uN2WXYDkPu .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uN2WXYDkPu .social-media {
  margin-top: 1.5rem;
}
.cid-uN2WXYDkPu .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uN2WXYDkPu .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uN2WXYDkPu .mbr-text,
.cid-uN2WXYDkPu .mbr-offer {
  line-height: 1.5;
}
.cid-uN2WXYDkPu .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uN2WXYDkPu .container-fluid {
    padding: 0 1rem;
  }
  .cid-uN2WXYDkPu .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uN2WXYDkPu .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uN2WXYDkPu .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uN2WXYDkPu .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uN2WXYDkPu .container-fluid {
  max-width: 1300px;
}
.cid-uNbUiHOVCm {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNbUiHOVCm .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNbUiHOVCm .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNbUiHOVCm .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNbUiHOVCm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNbUiHOVCm .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNbUiHOVCm .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNbUiHOVCm .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNbUiHOVCm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNbUiHOVCm .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNbUiHOVCm .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNbUiHOVCm .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNbUiHOVCm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNbUiHOVCm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNbUiHOVCm .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNbUiHOVCm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNbUiHOVCm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNbUiHOVCm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNbUiHOVCm .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNbUiHOVCm .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNbUiHOVCm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNbUiHOVCm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNbUiHOVCm .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNbUiHOVCm .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNbUiHOVCm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNbUiHOVCm .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNbUiHOVCm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNbUiHOVCm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNbUiHOVCm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNbUiHOVCm .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNbUiHOVCm .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNbUiHOVCm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNbUiHOVCm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNbUiHOVCm .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNbUiHOVCm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNbUiHOVCm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNbUiHOVCm .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNbUiHOVCm .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNbUiHOVCm .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNbUiHOVCm .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNbUiHOVCm .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNbUiHOVCm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNbUiHOVCm .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNbUiHOVCm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNbUiHOVCm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNbUiHOVCm .dropdown-item.active,
.cid-uNbUiHOVCm .dropdown-item:active {
  background-color: transparent;
}
.cid-uNbUiHOVCm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNbUiHOVCm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNbUiHOVCm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNbUiHOVCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNbUiHOVCm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNbUiHOVCm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNbUiHOVCm ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNbUiHOVCm .navbar-buttons {
  text-align: center;
}
.cid-uNbUiHOVCm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNbUiHOVCm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNbUiHOVCm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNbUiHOVCm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNbUiHOVCm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNbUiHOVCm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNbUiHOVCm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNbUiHOVCm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNbUiHOVCm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNbUiHOVCm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNbUiHOVCm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNbUiHOVCm .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNbUiHOVCm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNbUiHOVCm .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNbUiHOVCm .nav-link:hover,
.cid-uNbUiHOVCm .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNbUiHOVCm .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNbUiHOVCm .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNbUiHOVCm .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNbUiIIC5c {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNbUiIIC5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNbUiIIC5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNbUiIIC5c .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNbUiIIC5c .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNbUiIIC5c .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNbUiIIC5c .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNbUiIIC5c .container {
    padding: 0 12px;
  }
}
.cid-uNbUiIIC5c .row {
  justify-content: center;
}
.cid-uNbUiIIC5c .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNbUiIIC5c .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNbUiIIC5c .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNbUiIIC5c .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNbUiIIC5c .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNbUiIIC5c .item {
    margin-bottom: 16px;
  }
}
.cid-uNbUiIIC5c .item .item-wrapper {
  width: 100%;
}
.cid-uNbUiIIC5c .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNbUiIIC5c .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNbUiIIC5c .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNbUiIIC5c .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNbUiIIC5c .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNbUiIIC5c .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNbUiIIC5c .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNbUiIIC5c .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNbUiIIC5c .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNbUiIIC5c .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNbUiIIC5c .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNbUiIIC5c .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNbUiIIC5c .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNbUiIIC5c .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNbUiIIC5c .item-desc {
  color: #1D1D1F;
}
.cid-uNbUiIIC5c .item-text {
  color: #1D1D1F;
}
.cid-uNbUiJ7QTX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNbUiJ7QTX .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNbUiJ7QTX .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNbUiJ7QTX .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNbUiJ7QTX .social-media {
  margin-top: 1.5rem;
}
.cid-uNbUiJ7QTX .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNbUiJ7QTX .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNbUiJ7QTX .mbr-text,
.cid-uNbUiJ7QTX .mbr-offer {
  line-height: 1.5;
}
.cid-uNbUiJ7QTX .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNbUiJ7QTX .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNbUiJ7QTX .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNbUiJ7QTX .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNbUiJ7QTX .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNbUiJ7QTX .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNbUiJ7QTX .container-fluid {
  max-width: 1300px;
}
.cid-uNbYQv7Sdv {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNbYQv7Sdv .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNbYQv7Sdv .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNbYQv7Sdv .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNbYQv7Sdv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNbYQv7Sdv .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNbYQv7Sdv .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNbYQv7Sdv .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNbYQv7Sdv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNbYQv7Sdv .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNbYQv7Sdv .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNbYQv7Sdv .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNbYQv7Sdv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNbYQv7Sdv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNbYQv7Sdv .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNbYQv7Sdv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNbYQv7Sdv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNbYQv7Sdv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNbYQv7Sdv .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNbYQv7Sdv .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNbYQv7Sdv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNbYQv7Sdv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNbYQv7Sdv .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNbYQv7Sdv .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNbYQv7Sdv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNbYQv7Sdv .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNbYQv7Sdv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNbYQv7Sdv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNbYQv7Sdv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNbYQv7Sdv .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNbYQv7Sdv .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNbYQv7Sdv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNbYQv7Sdv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNbYQv7Sdv .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNbYQv7Sdv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNbYQv7Sdv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNbYQv7Sdv .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNbYQv7Sdv .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNbYQv7Sdv .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNbYQv7Sdv .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNbYQv7Sdv .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNbYQv7Sdv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNbYQv7Sdv .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNbYQv7Sdv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNbYQv7Sdv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNbYQv7Sdv .dropdown-item.active,
.cid-uNbYQv7Sdv .dropdown-item:active {
  background-color: transparent;
}
.cid-uNbYQv7Sdv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNbYQv7Sdv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNbYQv7Sdv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNbYQv7Sdv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNbYQv7Sdv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNbYQv7Sdv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNbYQv7Sdv ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNbYQv7Sdv .navbar-buttons {
  text-align: center;
}
.cid-uNbYQv7Sdv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNbYQv7Sdv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNbYQv7Sdv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNbYQv7Sdv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNbYQv7Sdv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNbYQv7Sdv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNbYQv7Sdv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNbYQv7Sdv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNbYQv7Sdv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNbYQv7Sdv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNbYQv7Sdv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNbYQv7Sdv .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNbYQv7Sdv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNbYQv7Sdv .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNbYQv7Sdv .nav-link:hover,
.cid-uNbYQv7Sdv .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNbYQv7Sdv .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNbYQv7Sdv .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNbYQv7Sdv .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNbYQw9oVx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNbYQw9oVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNbYQw9oVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNbYQw9oVx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNbYQw9oVx .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNbYQw9oVx .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNbYQw9oVx .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNbYQw9oVx .container {
    padding: 0 12px;
  }
}
.cid-uNbYQw9oVx .row {
  justify-content: center;
}
.cid-uNbYQw9oVx .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNbYQw9oVx .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNbYQw9oVx .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNbYQw9oVx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNbYQw9oVx .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNbYQw9oVx .item {
    margin-bottom: 16px;
  }
}
.cid-uNbYQw9oVx .item .item-wrapper {
  width: 100%;
}
.cid-uNbYQw9oVx .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNbYQw9oVx .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNbYQw9oVx .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNbYQw9oVx .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNbYQw9oVx .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNbYQw9oVx .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNbYQw9oVx .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNbYQw9oVx .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNbYQw9oVx .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNbYQw9oVx .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNbYQw9oVx .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNbYQw9oVx .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNbYQw9oVx .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNbYQw9oVx .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNbYQw9oVx .item-desc {
  color: #1D1D1F;
}
.cid-uNbYQw9oVx .item-text {
  color: #1D1D1F;
}
.cid-uNbYQwA8xv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNbYQwA8xv .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNbYQwA8xv .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNbYQwA8xv .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNbYQwA8xv .social-media {
  margin-top: 1.5rem;
}
.cid-uNbYQwA8xv .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNbYQwA8xv .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNbYQwA8xv .mbr-text,
.cid-uNbYQwA8xv .mbr-offer {
  line-height: 1.5;
}
.cid-uNbYQwA8xv .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNbYQwA8xv .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNbYQwA8xv .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNbYQwA8xv .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNbYQwA8xv .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNbYQwA8xv .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNbYQwA8xv .container-fluid {
  max-width: 1300px;
}
.cid-uNkWwrNdT7 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNkWwrNdT7 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNkWwrNdT7 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNkWwrNdT7 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNkWwrNdT7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNkWwrNdT7 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNkWwrNdT7 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNkWwrNdT7 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNkWwrNdT7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNkWwrNdT7 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNkWwrNdT7 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNkWwrNdT7 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNkWwrNdT7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNkWwrNdT7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNkWwrNdT7 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNkWwrNdT7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNkWwrNdT7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNkWwrNdT7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNkWwrNdT7 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNkWwrNdT7 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNkWwrNdT7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNkWwrNdT7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNkWwrNdT7 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNkWwrNdT7 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNkWwrNdT7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNkWwrNdT7 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNkWwrNdT7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNkWwrNdT7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNkWwrNdT7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNkWwrNdT7 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNkWwrNdT7 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNkWwrNdT7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNkWwrNdT7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNkWwrNdT7 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNkWwrNdT7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNkWwrNdT7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNkWwrNdT7 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNkWwrNdT7 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNkWwrNdT7 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNkWwrNdT7 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNkWwrNdT7 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNkWwrNdT7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNkWwrNdT7 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNkWwrNdT7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNkWwrNdT7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNkWwrNdT7 .dropdown-item.active,
.cid-uNkWwrNdT7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNkWwrNdT7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNkWwrNdT7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNkWwrNdT7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNkWwrNdT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNkWwrNdT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNkWwrNdT7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNkWwrNdT7 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNkWwrNdT7 .navbar-buttons {
  text-align: center;
}
.cid-uNkWwrNdT7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNkWwrNdT7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNkWwrNdT7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNkWwrNdT7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNkWwrNdT7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNkWwrNdT7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNkWwrNdT7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNkWwrNdT7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNkWwrNdT7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNkWwrNdT7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNkWwrNdT7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNkWwrNdT7 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNkWwrNdT7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNkWwrNdT7 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNkWwrNdT7 .nav-link:hover,
.cid-uNkWwrNdT7 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNkWwrNdT7 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNkWwrNdT7 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNkWwrNdT7 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNkWwsw1E0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNkWwsw1E0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkWwsw1E0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkWwsw1E0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNkWwsw1E0 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNkWwsw1E0 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNkWwsw1E0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNkWwsw1E0 .container {
    padding: 0 12px;
  }
}
.cid-uNkWwsw1E0 .row {
  justify-content: center;
}
.cid-uNkWwsw1E0 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNkWwsw1E0 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNkWwsw1E0 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNkWwsw1E0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNkWwsw1E0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNkWwsw1E0 .item {
    margin-bottom: 16px;
  }
}
.cid-uNkWwsw1E0 .item .item-wrapper {
  width: 100%;
}
.cid-uNkWwsw1E0 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNkWwsw1E0 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNkWwsw1E0 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNkWwsw1E0 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNkWwsw1E0 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNkWwsw1E0 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNkWwsw1E0 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNkWwsw1E0 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNkWwsw1E0 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNkWwsw1E0 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNkWwsw1E0 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNkWwsw1E0 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNkWwsw1E0 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNkWwsw1E0 .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNkWwsw1E0 .item-desc {
  color: #1D1D1F;
}
.cid-uNkWwsw1E0 .item-text {
  color: #1D1D1F;
}
.cid-uNkWwsSmwT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNkWwsSmwT .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNkWwsSmwT .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNkWwsSmwT .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNkWwsSmwT .social-media {
  margin-top: 1.5rem;
}
.cid-uNkWwsSmwT .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNkWwsSmwT .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNkWwsSmwT .mbr-text,
.cid-uNkWwsSmwT .mbr-offer {
  line-height: 1.5;
}
.cid-uNkWwsSmwT .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNkWwsSmwT .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNkWwsSmwT .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNkWwsSmwT .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNkWwsSmwT .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNkWwsSmwT .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNkWwsSmwT .container-fluid {
  max-width: 1300px;
}
.cid-uNkZp34Eys {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNkZp34Eys .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNkZp34Eys .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNkZp34Eys .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNkZp34Eys .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNkZp34Eys .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNkZp34Eys .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNkZp34Eys .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNkZp34Eys .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNkZp34Eys .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNkZp34Eys .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNkZp34Eys .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNkZp34Eys .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNkZp34Eys .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNkZp34Eys .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNkZp34Eys .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNkZp34Eys .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNkZp34Eys .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNkZp34Eys .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNkZp34Eys .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNkZp34Eys .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNkZp34Eys .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNkZp34Eys .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNkZp34Eys .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNkZp34Eys .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNkZp34Eys .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNkZp34Eys .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNkZp34Eys .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNkZp34Eys .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNkZp34Eys .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNkZp34Eys .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNkZp34Eys .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNkZp34Eys .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNkZp34Eys .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNkZp34Eys .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNkZp34Eys .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNkZp34Eys .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNkZp34Eys .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNkZp34Eys .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNkZp34Eys .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNkZp34Eys .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNkZp34Eys .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNkZp34Eys .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNkZp34Eys .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNkZp34Eys .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNkZp34Eys .dropdown-item.active,
.cid-uNkZp34Eys .dropdown-item:active {
  background-color: transparent;
}
.cid-uNkZp34Eys .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNkZp34Eys .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNkZp34Eys .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNkZp34Eys .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNkZp34Eys .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNkZp34Eys .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNkZp34Eys ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNkZp34Eys .navbar-buttons {
  text-align: center;
}
.cid-uNkZp34Eys button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNkZp34Eys button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNkZp34Eys button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNkZp34Eys button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNkZp34Eys button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNkZp34Eys button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNkZp34Eys nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNkZp34Eys nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNkZp34Eys nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNkZp34Eys nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNkZp34Eys a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNkZp34Eys .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNkZp34Eys .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNkZp34Eys .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNkZp34Eys .nav-link:hover,
.cid-uNkZp34Eys .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNkZp34Eys .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNkZp34Eys .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNkZp34Eys .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNkZp3TswX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNkZp3TswX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkZp3TswX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkZp3TswX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNkZp3TswX .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNkZp3TswX .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNkZp3TswX .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNkZp3TswX .container {
    padding: 0 12px;
  }
}
.cid-uNkZp3TswX .row {
  justify-content: center;
}
.cid-uNkZp3TswX .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNkZp3TswX .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNkZp3TswX .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNkZp3TswX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNkZp3TswX .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNkZp3TswX .item {
    margin-bottom: 16px;
  }
}
.cid-uNkZp3TswX .item .item-wrapper {
  width: 100%;
}
.cid-uNkZp3TswX .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNkZp3TswX .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNkZp3TswX .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNkZp3TswX .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNkZp3TswX .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNkZp3TswX .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNkZp3TswX .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNkZp3TswX .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNkZp3TswX .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNkZp3TswX .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNkZp3TswX .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNkZp3TswX .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNkZp3TswX .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNkZp3TswX .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNkZp3TswX .item-desc {
  color: #1D1D1F;
}
.cid-uNkZp3TswX .item-text {
  color: #1D1D1F;
}
.cid-uNkZp4ioN2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNkZp4ioN2 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNkZp4ioN2 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNkZp4ioN2 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNkZp4ioN2 .social-media {
  margin-top: 1.5rem;
}
.cid-uNkZp4ioN2 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNkZp4ioN2 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNkZp4ioN2 .mbr-text,
.cid-uNkZp4ioN2 .mbr-offer {
  line-height: 1.5;
}
.cid-uNkZp4ioN2 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNkZp4ioN2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNkZp4ioN2 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNkZp4ioN2 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNkZp4ioN2 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNkZp4ioN2 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNkZp4ioN2 .container-fluid {
  max-width: 1300px;
}
.cid-uNl2qBpdCJ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNl2qBpdCJ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNl2qBpdCJ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNl2qBpdCJ .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNl2qBpdCJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNl2qBpdCJ .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNl2qBpdCJ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNl2qBpdCJ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNl2qBpdCJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNl2qBpdCJ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNl2qBpdCJ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNl2qBpdCJ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNl2qBpdCJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNl2qBpdCJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNl2qBpdCJ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNl2qBpdCJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNl2qBpdCJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNl2qBpdCJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNl2qBpdCJ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNl2qBpdCJ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNl2qBpdCJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNl2qBpdCJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNl2qBpdCJ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNl2qBpdCJ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNl2qBpdCJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNl2qBpdCJ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNl2qBpdCJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNl2qBpdCJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNl2qBpdCJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNl2qBpdCJ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNl2qBpdCJ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNl2qBpdCJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNl2qBpdCJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNl2qBpdCJ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNl2qBpdCJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNl2qBpdCJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNl2qBpdCJ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNl2qBpdCJ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNl2qBpdCJ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNl2qBpdCJ .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNl2qBpdCJ .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNl2qBpdCJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNl2qBpdCJ .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNl2qBpdCJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNl2qBpdCJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNl2qBpdCJ .dropdown-item.active,
.cid-uNl2qBpdCJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uNl2qBpdCJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNl2qBpdCJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNl2qBpdCJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNl2qBpdCJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNl2qBpdCJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNl2qBpdCJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNl2qBpdCJ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNl2qBpdCJ .navbar-buttons {
  text-align: center;
}
.cid-uNl2qBpdCJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNl2qBpdCJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNl2qBpdCJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNl2qBpdCJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNl2qBpdCJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNl2qBpdCJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNl2qBpdCJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNl2qBpdCJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNl2qBpdCJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNl2qBpdCJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNl2qBpdCJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNl2qBpdCJ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNl2qBpdCJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNl2qBpdCJ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNl2qBpdCJ .nav-link:hover,
.cid-uNl2qBpdCJ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNl2qBpdCJ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNl2qBpdCJ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNl2qBpdCJ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNl2qCdudS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNl2qCdudS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNl2qCdudS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNl2qCdudS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNl2qCdudS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNl2qCdudS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNl2qCdudS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNl2qCdudS .container {
    padding: 0 12px;
  }
}
.cid-uNl2qCdudS .row {
  justify-content: center;
}
.cid-uNl2qCdudS .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNl2qCdudS .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNl2qCdudS .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNl2qCdudS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNl2qCdudS .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNl2qCdudS .item {
    margin-bottom: 16px;
  }
}
.cid-uNl2qCdudS .item .item-wrapper {
  width: 100%;
}
.cid-uNl2qCdudS .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNl2qCdudS .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNl2qCdudS .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNl2qCdudS .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNl2qCdudS .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNl2qCdudS .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNl2qCdudS .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNl2qCdudS .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNl2qCdudS .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNl2qCdudS .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNl2qCdudS .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNl2qCdudS .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNl2qCdudS .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNl2qCdudS .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNl2qCdudS .item-desc {
  color: #1D1D1F;
}
.cid-uNl2qCdudS .item-text {
  color: #1D1D1F;
}
.cid-uNl2qCDDYl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNl2qCDDYl .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNl2qCDDYl .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNl2qCDDYl .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNl2qCDDYl .social-media {
  margin-top: 1.5rem;
}
.cid-uNl2qCDDYl .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNl2qCDDYl .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNl2qCDDYl .mbr-text,
.cid-uNl2qCDDYl .mbr-offer {
  line-height: 1.5;
}
.cid-uNl2qCDDYl .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNl2qCDDYl .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNl2qCDDYl .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNl2qCDDYl .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNl2qCDDYl .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNl2qCDDYl .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNl2qCDDYl .container-fluid {
  max-width: 1300px;
}
.cid-uNlhJXg5eD {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNlhJXg5eD .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNlhJXg5eD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNlhJXg5eD .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNlhJXg5eD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNlhJXg5eD .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNlhJXg5eD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNlhJXg5eD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNlhJXg5eD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNlhJXg5eD .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNlhJXg5eD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNlhJXg5eD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNlhJXg5eD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNlhJXg5eD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNlhJXg5eD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNlhJXg5eD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlhJXg5eD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlhJXg5eD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNlhJXg5eD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNlhJXg5eD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNlhJXg5eD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlhJXg5eD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNlhJXg5eD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNlhJXg5eD .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNlhJXg5eD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlhJXg5eD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNlhJXg5eD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlhJXg5eD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNlhJXg5eD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNlhJXg5eD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNlhJXg5eD .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNlhJXg5eD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNlhJXg5eD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNlhJXg5eD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNlhJXg5eD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNlhJXg5eD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNlhJXg5eD .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNlhJXg5eD .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNlhJXg5eD .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNlhJXg5eD .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNlhJXg5eD .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNlhJXg5eD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNlhJXg5eD .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNlhJXg5eD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNlhJXg5eD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlhJXg5eD .dropdown-item.active,
.cid-uNlhJXg5eD .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlhJXg5eD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNlhJXg5eD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlhJXg5eD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlhJXg5eD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNlhJXg5eD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNlhJXg5eD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlhJXg5eD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNlhJXg5eD .navbar-buttons {
  text-align: center;
}
.cid-uNlhJXg5eD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNlhJXg5eD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNlhJXg5eD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNlhJXg5eD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlhJXg5eD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlhJXg5eD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNlhJXg5eD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlhJXg5eD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNlhJXg5eD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNlhJXg5eD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlhJXg5eD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNlhJXg5eD .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNlhJXg5eD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNlhJXg5eD .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNlhJXg5eD .nav-link:hover,
.cid-uNlhJXg5eD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNlhJXg5eD .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNlhJXg5eD .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNlhJXg5eD .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNlhJY90Nm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNlhJY90Nm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlhJY90Nm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNlhJY90Nm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNlhJY90Nm .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlhJY90Nm .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNlhJY90Nm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlhJY90Nm .container {
    padding: 0 12px;
  }
}
.cid-uNlhJY90Nm .row {
  justify-content: center;
}
.cid-uNlhJY90Nm .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNlhJY90Nm .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNlhJY90Nm .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNlhJY90Nm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNlhJY90Nm .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNlhJY90Nm .item {
    margin-bottom: 16px;
  }
}
.cid-uNlhJY90Nm .item .item-wrapper {
  width: 100%;
}
.cid-uNlhJY90Nm .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNlhJY90Nm .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNlhJY90Nm .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNlhJY90Nm .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNlhJY90Nm .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNlhJY90Nm .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNlhJY90Nm .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNlhJY90Nm .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNlhJY90Nm .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNlhJY90Nm .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNlhJY90Nm .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNlhJY90Nm .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlhJY90Nm .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlhJY90Nm .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNlhJY90Nm .item-desc {
  color: #1D1D1F;
}
.cid-uNlhJY90Nm .item-text {
  color: #1D1D1F;
}
.cid-uNlhJYw8Ev {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNlhJYw8Ev .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNlhJYw8Ev .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNlhJYw8Ev .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNlhJYw8Ev .social-media {
  margin-top: 1.5rem;
}
.cid-uNlhJYw8Ev .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNlhJYw8Ev .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNlhJYw8Ev .mbr-text,
.cid-uNlhJYw8Ev .mbr-offer {
  line-height: 1.5;
}
.cid-uNlhJYw8Ev .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNlhJYw8Ev .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNlhJYw8Ev .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNlhJYw8Ev .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNlhJYw8Ev .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNlhJYw8Ev .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNlhJYw8Ev .container-fluid {
  max-width: 1300px;
}
.cid-uNlkyLImju {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNlkyLImju .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNlkyLImju .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNlkyLImju .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNlkyLImju .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNlkyLImju .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNlkyLImju .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNlkyLImju .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNlkyLImju .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNlkyLImju .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNlkyLImju .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNlkyLImju .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNlkyLImju .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNlkyLImju .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNlkyLImju .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNlkyLImju .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlkyLImju .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlkyLImju .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNlkyLImju .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNlkyLImju .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNlkyLImju .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlkyLImju .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNlkyLImju .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNlkyLImju .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNlkyLImju .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlkyLImju .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNlkyLImju .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlkyLImju .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNlkyLImju .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNlkyLImju .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNlkyLImju .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNlkyLImju .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNlkyLImju .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNlkyLImju .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNlkyLImju .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNlkyLImju .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNlkyLImju .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNlkyLImju .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNlkyLImju .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNlkyLImju .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNlkyLImju .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNlkyLImju .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNlkyLImju .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNlkyLImju .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNlkyLImju .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlkyLImju .dropdown-item.active,
.cid-uNlkyLImju .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlkyLImju .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNlkyLImju .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlkyLImju .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlkyLImju .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNlkyLImju .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNlkyLImju .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlkyLImju ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNlkyLImju .navbar-buttons {
  text-align: center;
}
.cid-uNlkyLImju button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNlkyLImju button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNlkyLImju button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNlkyLImju button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlkyLImju button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlkyLImju button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNlkyLImju nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlkyLImju nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNlkyLImju nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNlkyLImju nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlkyLImju a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNlkyLImju .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNlkyLImju .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNlkyLImju .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNlkyLImju .nav-link:hover,
.cid-uNlkyLImju .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNlkyLImju .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNlkyLImju .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNlkyLImju .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNlkyMDizA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNlkyMDizA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlkyMDizA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNlkyMDizA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNlkyMDizA .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlkyMDizA .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNlkyMDizA .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlkyMDizA .container {
    padding: 0 12px;
  }
}
.cid-uNlkyMDizA .row {
  justify-content: center;
}
.cid-uNlkyMDizA .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNlkyMDizA .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNlkyMDizA .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNlkyMDizA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNlkyMDizA .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNlkyMDizA .item {
    margin-bottom: 16px;
  }
}
.cid-uNlkyMDizA .item .item-wrapper {
  width: 100%;
}
.cid-uNlkyMDizA .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNlkyMDizA .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNlkyMDizA .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNlkyMDizA .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNlkyMDizA .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNlkyMDizA .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNlkyMDizA .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNlkyMDizA .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNlkyMDizA .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNlkyMDizA .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNlkyMDizA .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNlkyMDizA .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlkyMDizA .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlkyMDizA .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNlkyMDizA .item-desc {
  color: #1D1D1F;
}
.cid-uNlkyMDizA .item-text {
  color: #1D1D1F;
}
.cid-uNlkyN497q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNlkyN497q .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNlkyN497q .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNlkyN497q .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNlkyN497q .social-media {
  margin-top: 1.5rem;
}
.cid-uNlkyN497q .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNlkyN497q .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNlkyN497q .mbr-text,
.cid-uNlkyN497q .mbr-offer {
  line-height: 1.5;
}
.cid-uNlkyN497q .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNlkyN497q .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNlkyN497q .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNlkyN497q .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNlkyN497q .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNlkyN497q .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNlkyN497q .container-fluid {
  max-width: 1300px;
}
.cid-uNlqBhS9Cl {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNlqBhS9Cl .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNlqBhS9Cl .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNlqBhS9Cl .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNlqBhS9Cl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNlqBhS9Cl .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNlqBhS9Cl .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNlqBhS9Cl .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNlqBhS9Cl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNlqBhS9Cl .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNlqBhS9Cl .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNlqBhS9Cl .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNlqBhS9Cl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNlqBhS9Cl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNlqBhS9Cl .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNlqBhS9Cl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlqBhS9Cl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlqBhS9Cl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNlqBhS9Cl .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNlqBhS9Cl .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNlqBhS9Cl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlqBhS9Cl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNlqBhS9Cl .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNlqBhS9Cl .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNlqBhS9Cl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlqBhS9Cl .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNlqBhS9Cl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlqBhS9Cl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNlqBhS9Cl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNlqBhS9Cl .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNlqBhS9Cl .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNlqBhS9Cl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNlqBhS9Cl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNlqBhS9Cl .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNlqBhS9Cl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNlqBhS9Cl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNlqBhS9Cl .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNlqBhS9Cl .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNlqBhS9Cl .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNlqBhS9Cl .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNlqBhS9Cl .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNlqBhS9Cl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNlqBhS9Cl .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNlqBhS9Cl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNlqBhS9Cl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlqBhS9Cl .dropdown-item.active,
.cid-uNlqBhS9Cl .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlqBhS9Cl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNlqBhS9Cl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlqBhS9Cl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlqBhS9Cl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNlqBhS9Cl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNlqBhS9Cl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlqBhS9Cl ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNlqBhS9Cl .navbar-buttons {
  text-align: center;
}
.cid-uNlqBhS9Cl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNlqBhS9Cl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNlqBhS9Cl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNlqBhS9Cl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlqBhS9Cl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlqBhS9Cl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNlqBhS9Cl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlqBhS9Cl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNlqBhS9Cl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNlqBhS9Cl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlqBhS9Cl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNlqBhS9Cl .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNlqBhS9Cl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNlqBhS9Cl .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNlqBhS9Cl .nav-link:hover,
.cid-uNlqBhS9Cl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNlqBhS9Cl .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNlqBhS9Cl .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNlqBhS9Cl .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNlqBiBvqA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNlqBiBvqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlqBiBvqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNlqBiBvqA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNlqBiBvqA .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlqBiBvqA .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNlqBiBvqA .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlqBiBvqA .container {
    padding: 0 12px;
  }
}
.cid-uNlqBiBvqA .row {
  justify-content: center;
}
.cid-uNlqBiBvqA .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNlqBiBvqA .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNlqBiBvqA .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNlqBiBvqA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNlqBiBvqA .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNlqBiBvqA .item {
    margin-bottom: 16px;
  }
}
.cid-uNlqBiBvqA .item .item-wrapper {
  width: 100%;
}
.cid-uNlqBiBvqA .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNlqBiBvqA .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNlqBiBvqA .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNlqBiBvqA .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNlqBiBvqA .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNlqBiBvqA .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNlqBiBvqA .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNlqBiBvqA .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNlqBiBvqA .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNlqBiBvqA .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNlqBiBvqA .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNlqBiBvqA .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlqBiBvqA .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlqBiBvqA .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNlqBiBvqA .item-desc {
  color: #1D1D1F;
}
.cid-uNlqBiBvqA .item-text {
  color: #1D1D1F;
}
.cid-uNlrs6pC6L {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNlrs6pC6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlrs6pC6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNlrs6pC6L .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNlrs6pC6L .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlrs6pC6L .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNlrs6pC6L .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlrs6pC6L .container {
    padding: 0 12px;
  }
}
.cid-uNlrs6pC6L .row {
  justify-content: center;
}
.cid-uNlrs6pC6L .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNlrs6pC6L .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNlrs6pC6L .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNlrs6pC6L .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNlrs6pC6L .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNlrs6pC6L .item {
    margin-bottom: 16px;
  }
}
.cid-uNlrs6pC6L .item .item-wrapper {
  width: 100%;
}
.cid-uNlrs6pC6L .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNlrs6pC6L .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNlrs6pC6L .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNlrs6pC6L .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNlrs6pC6L .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNlrs6pC6L .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNlrs6pC6L .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNlrs6pC6L .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNlrs6pC6L .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNlrs6pC6L .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNlrs6pC6L .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNlrs6pC6L .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlrs6pC6L .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlrs6pC6L .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNlrs6pC6L .item-desc {
  color: #1D1D1F;
}
.cid-uNlrs6pC6L .item-text {
  color: #1D1D1F;
}
.cid-uNlqBiUaO9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNlqBiUaO9 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNlqBiUaO9 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNlqBiUaO9 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNlqBiUaO9 .social-media {
  margin-top: 1.5rem;
}
.cid-uNlqBiUaO9 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNlqBiUaO9 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNlqBiUaO9 .mbr-text,
.cid-uNlqBiUaO9 .mbr-offer {
  line-height: 1.5;
}
.cid-uNlqBiUaO9 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNlqBiUaO9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNlqBiUaO9 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNlqBiUaO9 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNlqBiUaO9 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNlqBiUaO9 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNlqBiUaO9 .container-fluid {
  max-width: 1300px;
}
.cid-uNltWHC2DQ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNltWHC2DQ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNltWHC2DQ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNltWHC2DQ .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNltWHC2DQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNltWHC2DQ .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNltWHC2DQ .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNltWHC2DQ .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNltWHC2DQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNltWHC2DQ .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNltWHC2DQ .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNltWHC2DQ .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNltWHC2DQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNltWHC2DQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNltWHC2DQ .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNltWHC2DQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNltWHC2DQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNltWHC2DQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNltWHC2DQ .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNltWHC2DQ .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNltWHC2DQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNltWHC2DQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNltWHC2DQ .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNltWHC2DQ .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNltWHC2DQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNltWHC2DQ .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNltWHC2DQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNltWHC2DQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNltWHC2DQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNltWHC2DQ .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNltWHC2DQ .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNltWHC2DQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNltWHC2DQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNltWHC2DQ .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNltWHC2DQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNltWHC2DQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNltWHC2DQ .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNltWHC2DQ .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNltWHC2DQ .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNltWHC2DQ .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNltWHC2DQ .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNltWHC2DQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNltWHC2DQ .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNltWHC2DQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNltWHC2DQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNltWHC2DQ .dropdown-item.active,
.cid-uNltWHC2DQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uNltWHC2DQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNltWHC2DQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNltWHC2DQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNltWHC2DQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNltWHC2DQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNltWHC2DQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNltWHC2DQ ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNltWHC2DQ .navbar-buttons {
  text-align: center;
}
.cid-uNltWHC2DQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNltWHC2DQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNltWHC2DQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNltWHC2DQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNltWHC2DQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNltWHC2DQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNltWHC2DQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNltWHC2DQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNltWHC2DQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNltWHC2DQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNltWHC2DQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNltWHC2DQ .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNltWHC2DQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNltWHC2DQ .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNltWHC2DQ .nav-link:hover,
.cid-uNltWHC2DQ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNltWHC2DQ .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNltWHC2DQ .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNltWHC2DQ .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNltWIrzjs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNltWIrzjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNltWIrzjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNltWIrzjs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNltWIrzjs .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNltWIrzjs .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNltWIrzjs .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNltWIrzjs .container {
    padding: 0 12px;
  }
}
.cid-uNltWIrzjs .row {
  justify-content: center;
}
.cid-uNltWIrzjs .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNltWIrzjs .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNltWIrzjs .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNltWIrzjs .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNltWIrzjs .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNltWIrzjs .item {
    margin-bottom: 16px;
  }
}
.cid-uNltWIrzjs .item .item-wrapper {
  width: 100%;
}
.cid-uNltWIrzjs .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNltWIrzjs .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNltWIrzjs .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNltWIrzjs .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNltWIrzjs .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNltWIrzjs .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNltWIrzjs .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNltWIrzjs .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNltWIrzjs .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNltWIrzjs .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNltWIrzjs .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNltWIrzjs .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNltWIrzjs .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNltWIrzjs .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNltWIrzjs .item-desc {
  color: #1D1D1F;
}
.cid-uNltWIrzjs .item-text {
  color: #1D1D1F;
}
.cid-uNltWIO0R2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNltWIO0R2 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNltWIO0R2 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNltWIO0R2 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNltWIO0R2 .social-media {
  margin-top: 1.5rem;
}
.cid-uNltWIO0R2 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNltWIO0R2 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNltWIO0R2 .mbr-text,
.cid-uNltWIO0R2 .mbr-offer {
  line-height: 1.5;
}
.cid-uNltWIO0R2 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNltWIO0R2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNltWIO0R2 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNltWIO0R2 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNltWIO0R2 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNltWIO0R2 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNltWIO0R2 .container-fluid {
  max-width: 1300px;
}
.cid-uNlwcKihAw {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNlwcKihAw .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNlwcKihAw .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNlwcKihAw .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNlwcKihAw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNlwcKihAw .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNlwcKihAw .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNlwcKihAw .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNlwcKihAw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNlwcKihAw .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNlwcKihAw .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNlwcKihAw .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNlwcKihAw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNlwcKihAw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNlwcKihAw .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNlwcKihAw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlwcKihAw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlwcKihAw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNlwcKihAw .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNlwcKihAw .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNlwcKihAw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlwcKihAw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNlwcKihAw .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNlwcKihAw .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNlwcKihAw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlwcKihAw .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNlwcKihAw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlwcKihAw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNlwcKihAw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNlwcKihAw .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNlwcKihAw .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNlwcKihAw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNlwcKihAw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNlwcKihAw .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNlwcKihAw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNlwcKihAw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNlwcKihAw .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNlwcKihAw .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNlwcKihAw .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNlwcKihAw .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNlwcKihAw .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNlwcKihAw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNlwcKihAw .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNlwcKihAw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNlwcKihAw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlwcKihAw .dropdown-item.active,
.cid-uNlwcKihAw .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlwcKihAw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNlwcKihAw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlwcKihAw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlwcKihAw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNlwcKihAw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNlwcKihAw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlwcKihAw ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNlwcKihAw .navbar-buttons {
  text-align: center;
}
.cid-uNlwcKihAw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNlwcKihAw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNlwcKihAw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNlwcKihAw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlwcKihAw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlwcKihAw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNlwcKihAw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlwcKihAw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNlwcKihAw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNlwcKihAw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlwcKihAw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNlwcKihAw .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNlwcKihAw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNlwcKihAw .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNlwcKihAw .nav-link:hover,
.cid-uNlwcKihAw .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNlwcKihAw .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNlwcKihAw .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNlwcKihAw .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNlwcLbiDF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNlwcLbiDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlwcLbiDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNlwcLbiDF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNlwcLbiDF .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlwcLbiDF .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNlwcLbiDF .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlwcLbiDF .container {
    padding: 0 12px;
  }
}
.cid-uNlwcLbiDF .row {
  justify-content: center;
}
.cid-uNlwcLbiDF .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNlwcLbiDF .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNlwcLbiDF .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNlwcLbiDF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNlwcLbiDF .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNlwcLbiDF .item {
    margin-bottom: 16px;
  }
}
.cid-uNlwcLbiDF .item .item-wrapper {
  width: 100%;
}
.cid-uNlwcLbiDF .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNlwcLbiDF .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNlwcLbiDF .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNlwcLbiDF .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNlwcLbiDF .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNlwcLbiDF .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNlwcLbiDF .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNlwcLbiDF .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNlwcLbiDF .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNlwcLbiDF .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNlwcLbiDF .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNlwcLbiDF .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlwcLbiDF .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlwcLbiDF .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNlwcLbiDF .item-desc {
  color: #1D1D1F;
}
.cid-uNlwcLbiDF .item-text {
  color: #1D1D1F;
}
.cid-uNlwcLBZ3K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNlwcLBZ3K .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNlwcLBZ3K .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNlwcLBZ3K .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNlwcLBZ3K .social-media {
  margin-top: 1.5rem;
}
.cid-uNlwcLBZ3K .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNlwcLBZ3K .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNlwcLBZ3K .mbr-text,
.cid-uNlwcLBZ3K .mbr-offer {
  line-height: 1.5;
}
.cid-uNlwcLBZ3K .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNlwcLBZ3K .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNlwcLBZ3K .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNlwcLBZ3K .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNlwcLBZ3K .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNlwcLBZ3K .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNlwcLBZ3K .container-fluid {
  max-width: 1300px;
}
.cid-uNlAsnrkHY {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNlAsnrkHY .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNlAsnrkHY .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNlAsnrkHY .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNlAsnrkHY .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNlAsnrkHY .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNlAsnrkHY .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNlAsnrkHY .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNlAsnrkHY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNlAsnrkHY .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNlAsnrkHY .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNlAsnrkHY .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNlAsnrkHY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNlAsnrkHY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNlAsnrkHY .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNlAsnrkHY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlAsnrkHY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlAsnrkHY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNlAsnrkHY .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNlAsnrkHY .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNlAsnrkHY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlAsnrkHY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNlAsnrkHY .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNlAsnrkHY .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNlAsnrkHY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlAsnrkHY .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNlAsnrkHY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlAsnrkHY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNlAsnrkHY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNlAsnrkHY .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNlAsnrkHY .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNlAsnrkHY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNlAsnrkHY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNlAsnrkHY .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNlAsnrkHY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNlAsnrkHY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNlAsnrkHY .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNlAsnrkHY .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNlAsnrkHY .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNlAsnrkHY .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNlAsnrkHY .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNlAsnrkHY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNlAsnrkHY .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNlAsnrkHY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNlAsnrkHY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlAsnrkHY .dropdown-item.active,
.cid-uNlAsnrkHY .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlAsnrkHY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNlAsnrkHY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlAsnrkHY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlAsnrkHY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNlAsnrkHY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNlAsnrkHY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlAsnrkHY ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNlAsnrkHY .navbar-buttons {
  text-align: center;
}
.cid-uNlAsnrkHY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNlAsnrkHY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNlAsnrkHY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNlAsnrkHY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlAsnrkHY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlAsnrkHY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNlAsnrkHY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlAsnrkHY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNlAsnrkHY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNlAsnrkHY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlAsnrkHY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNlAsnrkHY .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNlAsnrkHY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNlAsnrkHY .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNlAsnrkHY .nav-link:hover,
.cid-uNlAsnrkHY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNlAsnrkHY .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNlAsnrkHY .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNlAsnrkHY .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNlAsog87V {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNlAsog87V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlAsog87V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNlAsog87V .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNlAsog87V .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlAsog87V .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNlAsog87V .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlAsog87V .container {
    padding: 0 12px;
  }
}
.cid-uNlAsog87V .row {
  justify-content: center;
}
.cid-uNlAsog87V .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNlAsog87V .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNlAsog87V .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNlAsog87V .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNlAsog87V .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNlAsog87V .item {
    margin-bottom: 16px;
  }
}
.cid-uNlAsog87V .item .item-wrapper {
  width: 100%;
}
.cid-uNlAsog87V .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNlAsog87V .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNlAsog87V .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNlAsog87V .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNlAsog87V .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNlAsog87V .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNlAsog87V .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNlAsog87V .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNlAsog87V .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNlAsog87V .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNlAsog87V .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNlAsog87V .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlAsog87V .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlAsog87V .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNlAsog87V .item-desc {
  color: #1D1D1F;
}
.cid-uNlAsog87V .item-text {
  color: #1D1D1F;
}
.cid-uNlAsoBdJR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNlAsoBdJR .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNlAsoBdJR .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNlAsoBdJR .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNlAsoBdJR .social-media {
  margin-top: 1.5rem;
}
.cid-uNlAsoBdJR .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNlAsoBdJR .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNlAsoBdJR .mbr-text,
.cid-uNlAsoBdJR .mbr-offer {
  line-height: 1.5;
}
.cid-uNlAsoBdJR .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNlAsoBdJR .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNlAsoBdJR .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNlAsoBdJR .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNlAsoBdJR .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNlAsoBdJR .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNlAsoBdJR .container-fluid {
  max-width: 1300px;
}
.cid-uNlIE6LxbU {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNlIE6LxbU .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNlIE6LxbU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNlIE6LxbU .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNlIE6LxbU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNlIE6LxbU .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNlIE6LxbU .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNlIE6LxbU .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNlIE6LxbU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNlIE6LxbU .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNlIE6LxbU .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNlIE6LxbU .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNlIE6LxbU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNlIE6LxbU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNlIE6LxbU .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNlIE6LxbU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlIE6LxbU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlIE6LxbU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNlIE6LxbU .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNlIE6LxbU .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNlIE6LxbU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlIE6LxbU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNlIE6LxbU .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNlIE6LxbU .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNlIE6LxbU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlIE6LxbU .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNlIE6LxbU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlIE6LxbU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNlIE6LxbU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNlIE6LxbU .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNlIE6LxbU .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNlIE6LxbU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNlIE6LxbU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNlIE6LxbU .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNlIE6LxbU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNlIE6LxbU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNlIE6LxbU .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNlIE6LxbU .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNlIE6LxbU .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNlIE6LxbU .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNlIE6LxbU .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNlIE6LxbU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNlIE6LxbU .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNlIE6LxbU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNlIE6LxbU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlIE6LxbU .dropdown-item.active,
.cid-uNlIE6LxbU .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlIE6LxbU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNlIE6LxbU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlIE6LxbU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlIE6LxbU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNlIE6LxbU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNlIE6LxbU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlIE6LxbU ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNlIE6LxbU .navbar-buttons {
  text-align: center;
}
.cid-uNlIE6LxbU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNlIE6LxbU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNlIE6LxbU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNlIE6LxbU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlIE6LxbU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlIE6LxbU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNlIE6LxbU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlIE6LxbU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNlIE6LxbU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNlIE6LxbU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlIE6LxbU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNlIE6LxbU .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNlIE6LxbU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNlIE6LxbU .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNlIE6LxbU .nav-link:hover,
.cid-uNlIE6LxbU .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNlIE6LxbU .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNlIE6LxbU .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNlIE6LxbU .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNlIE86qOD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNlIE86qOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlIE86qOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNlIE86qOD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNlIE86qOD .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlIE86qOD .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNlIE86qOD .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlIE86qOD .container {
    padding: 0 12px;
  }
}
.cid-uNlIE86qOD .row {
  justify-content: center;
}
.cid-uNlIE86qOD .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNlIE86qOD .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNlIE86qOD .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNlIE86qOD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNlIE86qOD .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNlIE86qOD .item {
    margin-bottom: 16px;
  }
}
.cid-uNlIE86qOD .item .item-wrapper {
  width: 100%;
}
.cid-uNlIE86qOD .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNlIE86qOD .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNlIE86qOD .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNlIE86qOD .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNlIE86qOD .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNlIE86qOD .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNlIE86qOD .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNlIE86qOD .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNlIE86qOD .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNlIE86qOD .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNlIE86qOD .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNlIE86qOD .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlIE86qOD .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlIE86qOD .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNlIE86qOD .item-desc {
  color: #1D1D1F;
}
.cid-uNlIE86qOD .item-text {
  color: #1D1D1F;
}
.cid-uNlIE903sk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNlIE903sk .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNlIE903sk .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNlIE903sk .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNlIE903sk .social-media {
  margin-top: 1.5rem;
}
.cid-uNlIE903sk .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNlIE903sk .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNlIE903sk .mbr-text,
.cid-uNlIE903sk .mbr-offer {
  line-height: 1.5;
}
.cid-uNlIE903sk .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNlIE903sk .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNlIE903sk .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNlIE903sk .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNlIE903sk .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNlIE903sk .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNlIE903sk .container-fluid {
  max-width: 1300px;
}
.cid-uNlMV3GQY4 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNlMV3GQY4 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNlMV3GQY4 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNlMV3GQY4 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNlMV3GQY4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNlMV3GQY4 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNlMV3GQY4 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNlMV3GQY4 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNlMV3GQY4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNlMV3GQY4 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNlMV3GQY4 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNlMV3GQY4 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNlMV3GQY4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNlMV3GQY4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNlMV3GQY4 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNlMV3GQY4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlMV3GQY4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlMV3GQY4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNlMV3GQY4 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNlMV3GQY4 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNlMV3GQY4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlMV3GQY4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNlMV3GQY4 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNlMV3GQY4 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNlMV3GQY4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlMV3GQY4 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNlMV3GQY4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlMV3GQY4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNlMV3GQY4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNlMV3GQY4 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNlMV3GQY4 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNlMV3GQY4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNlMV3GQY4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNlMV3GQY4 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNlMV3GQY4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNlMV3GQY4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNlMV3GQY4 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNlMV3GQY4 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNlMV3GQY4 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNlMV3GQY4 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNlMV3GQY4 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNlMV3GQY4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNlMV3GQY4 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNlMV3GQY4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNlMV3GQY4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlMV3GQY4 .dropdown-item.active,
.cid-uNlMV3GQY4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlMV3GQY4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNlMV3GQY4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlMV3GQY4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlMV3GQY4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNlMV3GQY4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNlMV3GQY4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlMV3GQY4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNlMV3GQY4 .navbar-buttons {
  text-align: center;
}
.cid-uNlMV3GQY4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNlMV3GQY4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNlMV3GQY4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNlMV3GQY4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlMV3GQY4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlMV3GQY4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNlMV3GQY4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlMV3GQY4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNlMV3GQY4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNlMV3GQY4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlMV3GQY4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNlMV3GQY4 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNlMV3GQY4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNlMV3GQY4 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNlMV3GQY4 .nav-link:hover,
.cid-uNlMV3GQY4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNlMV3GQY4 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNlMV3GQY4 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNlMV3GQY4 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNlMV4uy9b {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNlMV4uy9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlMV4uy9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNlMV4uy9b .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNlMV4uy9b .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlMV4uy9b .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNlMV4uy9b .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlMV4uy9b .container {
    padding: 0 12px;
  }
}
.cid-uNlMV4uy9b .row {
  justify-content: center;
}
.cid-uNlMV4uy9b .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNlMV4uy9b .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNlMV4uy9b .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNlMV4uy9b .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNlMV4uy9b .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNlMV4uy9b .item {
    margin-bottom: 16px;
  }
}
.cid-uNlMV4uy9b .item .item-wrapper {
  width: 100%;
}
.cid-uNlMV4uy9b .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNlMV4uy9b .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNlMV4uy9b .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNlMV4uy9b .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNlMV4uy9b .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNlMV4uy9b .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNlMV4uy9b .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNlMV4uy9b .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNlMV4uy9b .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNlMV4uy9b .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNlMV4uy9b .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNlMV4uy9b .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlMV4uy9b .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlMV4uy9b .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNlMV4uy9b .item-desc {
  color: #1D1D1F;
}
.cid-uNlMV4uy9b .item-text {
  color: #1D1D1F;
}
.cid-uNlMV4PJSe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNlMV4PJSe .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNlMV4PJSe .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNlMV4PJSe .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNlMV4PJSe .social-media {
  margin-top: 1.5rem;
}
.cid-uNlMV4PJSe .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNlMV4PJSe .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNlMV4PJSe .mbr-text,
.cid-uNlMV4PJSe .mbr-offer {
  line-height: 1.5;
}
.cid-uNlMV4PJSe .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNlMV4PJSe .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNlMV4PJSe .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNlMV4PJSe .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNlMV4PJSe .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNlMV4PJSe .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNlMV4PJSe .container-fluid {
  max-width: 1300px;
}
.cid-uNlVW6vUW4 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNlVW6vUW4 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNlVW6vUW4 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNlVW6vUW4 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNlVW6vUW4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNlVW6vUW4 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNlVW6vUW4 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNlVW6vUW4 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNlVW6vUW4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNlVW6vUW4 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNlVW6vUW4 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNlVW6vUW4 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNlVW6vUW4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNlVW6vUW4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNlVW6vUW4 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNlVW6vUW4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlVW6vUW4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlVW6vUW4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNlVW6vUW4 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNlVW6vUW4 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNlVW6vUW4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlVW6vUW4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNlVW6vUW4 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNlVW6vUW4 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNlVW6vUW4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlVW6vUW4 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNlVW6vUW4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlVW6vUW4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNlVW6vUW4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNlVW6vUW4 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNlVW6vUW4 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNlVW6vUW4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNlVW6vUW4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNlVW6vUW4 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNlVW6vUW4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNlVW6vUW4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNlVW6vUW4 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNlVW6vUW4 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNlVW6vUW4 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNlVW6vUW4 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNlVW6vUW4 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNlVW6vUW4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNlVW6vUW4 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNlVW6vUW4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNlVW6vUW4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlVW6vUW4 .dropdown-item.active,
.cid-uNlVW6vUW4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlVW6vUW4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNlVW6vUW4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlVW6vUW4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlVW6vUW4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNlVW6vUW4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNlVW6vUW4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlVW6vUW4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNlVW6vUW4 .navbar-buttons {
  text-align: center;
}
.cid-uNlVW6vUW4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNlVW6vUW4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNlVW6vUW4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNlVW6vUW4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlVW6vUW4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlVW6vUW4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNlVW6vUW4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlVW6vUW4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNlVW6vUW4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNlVW6vUW4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlVW6vUW4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNlVW6vUW4 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNlVW6vUW4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNlVW6vUW4 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNlVW6vUW4 .nav-link:hover,
.cid-uNlVW6vUW4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNlVW6vUW4 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNlVW6vUW4 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNlVW6vUW4 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNlVW7hY7x {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNlVW7hY7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlVW7hY7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNlVW7hY7x .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNlVW7hY7x .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlVW7hY7x .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNlVW7hY7x .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlVW7hY7x .container {
    padding: 0 12px;
  }
}
.cid-uNlVW7hY7x .row {
  justify-content: center;
}
.cid-uNlVW7hY7x .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNlVW7hY7x .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNlVW7hY7x .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNlVW7hY7x .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNlVW7hY7x .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNlVW7hY7x .item {
    margin-bottom: 16px;
  }
}
.cid-uNlVW7hY7x .item .item-wrapper {
  width: 100%;
}
.cid-uNlVW7hY7x .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNlVW7hY7x .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNlVW7hY7x .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNlVW7hY7x .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNlVW7hY7x .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNlVW7hY7x .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNlVW7hY7x .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNlVW7hY7x .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNlVW7hY7x .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNlVW7hY7x .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNlVW7hY7x .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNlVW7hY7x .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlVW7hY7x .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlVW7hY7x .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNlVW7hY7x .item-desc {
  color: #1D1D1F;
}
.cid-uNlVW7hY7x .item-text {
  color: #1D1D1F;
}
.cid-uNlVW7BOyG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNlVW7BOyG .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNlVW7BOyG .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNlVW7BOyG .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNlVW7BOyG .social-media {
  margin-top: 1.5rem;
}
.cid-uNlVW7BOyG .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNlVW7BOyG .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNlVW7BOyG .mbr-text,
.cid-uNlVW7BOyG .mbr-offer {
  line-height: 1.5;
}
.cid-uNlVW7BOyG .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNlVW7BOyG .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNlVW7BOyG .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNlVW7BOyG .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNlVW7BOyG .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNlVW7BOyG .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNlVW7BOyG .container-fluid {
  max-width: 1300px;
}
.cid-uNlYnHXvy5 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNlYnHXvy5 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNlYnHXvy5 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNlYnHXvy5 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNlYnHXvy5 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNlYnHXvy5 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNlYnHXvy5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNlYnHXvy5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNlYnHXvy5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNlYnHXvy5 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNlYnHXvy5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNlYnHXvy5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNlYnHXvy5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNlYnHXvy5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNlYnHXvy5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNlYnHXvy5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNlYnHXvy5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNlYnHXvy5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNlYnHXvy5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNlYnHXvy5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNlYnHXvy5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNlYnHXvy5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNlYnHXvy5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNlYnHXvy5 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNlYnHXvy5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNlYnHXvy5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNlYnHXvy5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNlYnHXvy5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNlYnHXvy5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNlYnHXvy5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNlYnHXvy5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNlYnHXvy5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNlYnHXvy5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNlYnHXvy5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNlYnHXvy5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNlYnHXvy5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNlYnHXvy5 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNlYnHXvy5 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNlYnHXvy5 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNlYnHXvy5 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNlYnHXvy5 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNlYnHXvy5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNlYnHXvy5 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNlYnHXvy5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNlYnHXvy5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNlYnHXvy5 .dropdown-item.active,
.cid-uNlYnHXvy5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNlYnHXvy5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNlYnHXvy5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNlYnHXvy5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNlYnHXvy5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNlYnHXvy5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNlYnHXvy5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNlYnHXvy5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNlYnHXvy5 .navbar-buttons {
  text-align: center;
}
.cid-uNlYnHXvy5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNlYnHXvy5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNlYnHXvy5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNlYnHXvy5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlYnHXvy5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNlYnHXvy5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNlYnHXvy5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlYnHXvy5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNlYnHXvy5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNlYnHXvy5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNlYnHXvy5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNlYnHXvy5 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNlYnHXvy5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNlYnHXvy5 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNlYnHXvy5 .nav-link:hover,
.cid-uNlYnHXvy5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNlYnHXvy5 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNlYnHXvy5 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNlYnHXvy5 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNlYnIQT7V {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNlYnIQT7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlYnIQT7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNlYnIQT7V .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNlYnIQT7V .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlYnIQT7V .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNlYnIQT7V .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNlYnIQT7V .container {
    padding: 0 12px;
  }
}
.cid-uNlYnIQT7V .row {
  justify-content: center;
}
.cid-uNlYnIQT7V .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNlYnIQT7V .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNlYnIQT7V .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNlYnIQT7V .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNlYnIQT7V .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNlYnIQT7V .item {
    margin-bottom: 16px;
  }
}
.cid-uNlYnIQT7V .item .item-wrapper {
  width: 100%;
}
.cid-uNlYnIQT7V .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNlYnIQT7V .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNlYnIQT7V .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNlYnIQT7V .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNlYnIQT7V .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNlYnIQT7V .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNlYnIQT7V .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNlYnIQT7V .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNlYnIQT7V .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNlYnIQT7V .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNlYnIQT7V .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNlYnIQT7V .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlYnIQT7V .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNlYnIQT7V .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNlYnIQT7V .item-desc {
  color: #1D1D1F;
}
.cid-uNlYnIQT7V .item-text {
  color: #1D1D1F;
}
.cid-uNlYnJaiar {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNlYnJaiar .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNlYnJaiar .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNlYnJaiar .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNlYnJaiar .social-media {
  margin-top: 1.5rem;
}
.cid-uNlYnJaiar .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNlYnJaiar .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNlYnJaiar .mbr-text,
.cid-uNlYnJaiar .mbr-offer {
  line-height: 1.5;
}
.cid-uNlYnJaiar .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNlYnJaiar .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNlYnJaiar .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNlYnJaiar .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNlYnJaiar .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNlYnJaiar .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNlYnJaiar .container-fluid {
  max-width: 1300px;
}
.cid-uNm1WL7nuj {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNm1WL7nuj .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNm1WL7nuj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNm1WL7nuj .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNm1WL7nuj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNm1WL7nuj .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNm1WL7nuj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNm1WL7nuj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNm1WL7nuj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNm1WL7nuj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNm1WL7nuj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNm1WL7nuj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNm1WL7nuj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNm1WL7nuj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNm1WL7nuj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNm1WL7nuj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNm1WL7nuj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNm1WL7nuj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNm1WL7nuj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNm1WL7nuj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNm1WL7nuj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNm1WL7nuj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNm1WL7nuj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNm1WL7nuj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNm1WL7nuj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNm1WL7nuj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNm1WL7nuj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNm1WL7nuj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNm1WL7nuj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNm1WL7nuj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNm1WL7nuj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNm1WL7nuj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNm1WL7nuj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNm1WL7nuj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNm1WL7nuj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNm1WL7nuj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNm1WL7nuj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNm1WL7nuj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNm1WL7nuj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNm1WL7nuj .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNm1WL7nuj .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNm1WL7nuj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNm1WL7nuj .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNm1WL7nuj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNm1WL7nuj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNm1WL7nuj .dropdown-item.active,
.cid-uNm1WL7nuj .dropdown-item:active {
  background-color: transparent;
}
.cid-uNm1WL7nuj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNm1WL7nuj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNm1WL7nuj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNm1WL7nuj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNm1WL7nuj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNm1WL7nuj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNm1WL7nuj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNm1WL7nuj .navbar-buttons {
  text-align: center;
}
.cid-uNm1WL7nuj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNm1WL7nuj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNm1WL7nuj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNm1WL7nuj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNm1WL7nuj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNm1WL7nuj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNm1WL7nuj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNm1WL7nuj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNm1WL7nuj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNm1WL7nuj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNm1WL7nuj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNm1WL7nuj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNm1WL7nuj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNm1WL7nuj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNm1WL7nuj .nav-link:hover,
.cid-uNm1WL7nuj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNm1WL7nuj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNm1WL7nuj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNm1WL7nuj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNm1WMqm7x {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNm1WMqm7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNm1WMqm7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNm1WMqm7x .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNm1WMqm7x .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNm1WMqm7x .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNm1WMqm7x .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNm1WMqm7x .container {
    padding: 0 12px;
  }
}
.cid-uNm1WMqm7x .row {
  justify-content: center;
}
.cid-uNm1WMqm7x .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNm1WMqm7x .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNm1WMqm7x .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNm1WMqm7x .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNm1WMqm7x .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNm1WMqm7x .item {
    margin-bottom: 16px;
  }
}
.cid-uNm1WMqm7x .item .item-wrapper {
  width: 100%;
}
.cid-uNm1WMqm7x .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNm1WMqm7x .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNm1WMqm7x .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNm1WMqm7x .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNm1WMqm7x .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNm1WMqm7x .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNm1WMqm7x .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNm1WMqm7x .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNm1WMqm7x .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNm1WMqm7x .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNm1WMqm7x .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNm1WMqm7x .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNm1WMqm7x .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNm1WMqm7x .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNm1WMqm7x .item-desc {
  color: #1D1D1F;
}
.cid-uNm1WMqm7x .item-text {
  color: #1D1D1F;
}
.cid-uNm1WMRQgz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNm1WMRQgz .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNm1WMRQgz .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNm1WMRQgz .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNm1WMRQgz .social-media {
  margin-top: 1.5rem;
}
.cid-uNm1WMRQgz .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNm1WMRQgz .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNm1WMRQgz .mbr-text,
.cid-uNm1WMRQgz .mbr-offer {
  line-height: 1.5;
}
.cid-uNm1WMRQgz .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNm1WMRQgz .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNm1WMRQgz .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNm1WMRQgz .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNm1WMRQgz .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNm1WMRQgz .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNm1WMRQgz .container-fluid {
  max-width: 1300px;
}
.cid-uNxTTqJhl2 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNxTTqJhl2 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNxTTqJhl2 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNxTTqJhl2 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNxTTqJhl2 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNxTTqJhl2 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNxTTqJhl2 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNxTTqJhl2 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNxTTqJhl2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNxTTqJhl2 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNxTTqJhl2 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNxTTqJhl2 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNxTTqJhl2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNxTTqJhl2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNxTTqJhl2 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNxTTqJhl2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNxTTqJhl2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNxTTqJhl2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNxTTqJhl2 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNxTTqJhl2 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNxTTqJhl2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNxTTqJhl2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNxTTqJhl2 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNxTTqJhl2 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNxTTqJhl2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNxTTqJhl2 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNxTTqJhl2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNxTTqJhl2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNxTTqJhl2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNxTTqJhl2 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNxTTqJhl2 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNxTTqJhl2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNxTTqJhl2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNxTTqJhl2 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNxTTqJhl2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNxTTqJhl2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNxTTqJhl2 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNxTTqJhl2 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNxTTqJhl2 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNxTTqJhl2 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNxTTqJhl2 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNxTTqJhl2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNxTTqJhl2 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNxTTqJhl2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNxTTqJhl2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNxTTqJhl2 .dropdown-item.active,
.cid-uNxTTqJhl2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNxTTqJhl2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNxTTqJhl2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNxTTqJhl2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNxTTqJhl2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNxTTqJhl2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNxTTqJhl2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNxTTqJhl2 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNxTTqJhl2 .navbar-buttons {
  text-align: center;
}
.cid-uNxTTqJhl2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNxTTqJhl2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNxTTqJhl2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNxTTqJhl2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNxTTqJhl2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNxTTqJhl2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNxTTqJhl2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNxTTqJhl2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNxTTqJhl2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNxTTqJhl2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNxTTqJhl2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNxTTqJhl2 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNxTTqJhl2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNxTTqJhl2 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNxTTqJhl2 .nav-link:hover,
.cid-uNxTTqJhl2 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNxTTqJhl2 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNxTTqJhl2 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNxTTqJhl2 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNxTTrr2Dn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNxTTrr2Dn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNxTTrr2Dn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNxTTrr2Dn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNxTTrr2Dn .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNxTTrr2Dn .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNxTTrr2Dn .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNxTTrr2Dn .container {
    padding: 0 12px;
  }
}
.cid-uNxTTrr2Dn .row {
  justify-content: center;
}
.cid-uNxTTrr2Dn .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNxTTrr2Dn .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNxTTrr2Dn .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNxTTrr2Dn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNxTTrr2Dn .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNxTTrr2Dn .item {
    margin-bottom: 16px;
  }
}
.cid-uNxTTrr2Dn .item .item-wrapper {
  width: 100%;
}
.cid-uNxTTrr2Dn .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNxTTrr2Dn .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNxTTrr2Dn .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNxTTrr2Dn .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNxTTrr2Dn .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNxTTrr2Dn .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNxTTrr2Dn .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNxTTrr2Dn .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNxTTrr2Dn .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNxTTrr2Dn .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNxTTrr2Dn .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNxTTrr2Dn .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNxTTrr2Dn .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNxTTrr2Dn .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNxTTrr2Dn .item-desc {
  color: #1D1D1F;
}
.cid-uNxTTrr2Dn .item-text {
  color: #1D1D1F;
}
.cid-uNxTTrNRCi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNxTTrNRCi .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNxTTrNRCi .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNxTTrNRCi .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNxTTrNRCi .social-media {
  margin-top: 1.5rem;
}
.cid-uNxTTrNRCi .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNxTTrNRCi .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNxTTrNRCi .mbr-text,
.cid-uNxTTrNRCi .mbr-offer {
  line-height: 1.5;
}
.cid-uNxTTrNRCi .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNxTTrNRCi .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNxTTrNRCi .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNxTTrNRCi .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNxTTrNRCi .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNxTTrNRCi .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNxTTrNRCi .container-fluid {
  max-width: 1300px;
}
.cid-uNxY9xKvlO {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNxY9xKvlO .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNxY9xKvlO .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNxY9xKvlO .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNxY9xKvlO .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNxY9xKvlO .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNxY9xKvlO .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNxY9xKvlO .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNxY9xKvlO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNxY9xKvlO .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNxY9xKvlO .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNxY9xKvlO .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNxY9xKvlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNxY9xKvlO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNxY9xKvlO .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNxY9xKvlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNxY9xKvlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNxY9xKvlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNxY9xKvlO .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNxY9xKvlO .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNxY9xKvlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNxY9xKvlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNxY9xKvlO .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNxY9xKvlO .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNxY9xKvlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNxY9xKvlO .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNxY9xKvlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNxY9xKvlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNxY9xKvlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNxY9xKvlO .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNxY9xKvlO .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNxY9xKvlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNxY9xKvlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNxY9xKvlO .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNxY9xKvlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNxY9xKvlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNxY9xKvlO .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNxY9xKvlO .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNxY9xKvlO .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNxY9xKvlO .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNxY9xKvlO .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNxY9xKvlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNxY9xKvlO .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNxY9xKvlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNxY9xKvlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNxY9xKvlO .dropdown-item.active,
.cid-uNxY9xKvlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uNxY9xKvlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNxY9xKvlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNxY9xKvlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNxY9xKvlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNxY9xKvlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNxY9xKvlO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNxY9xKvlO ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNxY9xKvlO .navbar-buttons {
  text-align: center;
}
.cid-uNxY9xKvlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNxY9xKvlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNxY9xKvlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNxY9xKvlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNxY9xKvlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNxY9xKvlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNxY9xKvlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNxY9xKvlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNxY9xKvlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNxY9xKvlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNxY9xKvlO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNxY9xKvlO .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNxY9xKvlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNxY9xKvlO .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNxY9xKvlO .nav-link:hover,
.cid-uNxY9xKvlO .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNxY9xKvlO .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNxY9xKvlO .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNxY9xKvlO .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNxY9yv5n3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNxY9yv5n3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNxY9yv5n3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNxY9yv5n3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNxY9yv5n3 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNxY9yv5n3 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNxY9yv5n3 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNxY9yv5n3 .container {
    padding: 0 12px;
  }
}
.cid-uNxY9yv5n3 .row {
  justify-content: center;
}
.cid-uNxY9yv5n3 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNxY9yv5n3 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNxY9yv5n3 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNxY9yv5n3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNxY9yv5n3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNxY9yv5n3 .item {
    margin-bottom: 16px;
  }
}
.cid-uNxY9yv5n3 .item .item-wrapper {
  width: 100%;
}
.cid-uNxY9yv5n3 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNxY9yv5n3 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNxY9yv5n3 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNxY9yv5n3 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNxY9yv5n3 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNxY9yv5n3 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNxY9yv5n3 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNxY9yv5n3 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNxY9yv5n3 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNxY9yv5n3 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNxY9yv5n3 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNxY9yv5n3 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNxY9yv5n3 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNxY9yv5n3 .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNxY9yv5n3 .item-desc {
  color: #1D1D1F;
}
.cid-uNxY9yv5n3 .item-text {
  color: #1D1D1F;
}
.cid-uNxY9yTKNB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNxY9yTKNB .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNxY9yTKNB .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNxY9yTKNB .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNxY9yTKNB .social-media {
  margin-top: 1.5rem;
}
.cid-uNxY9yTKNB .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNxY9yTKNB .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNxY9yTKNB .mbr-text,
.cid-uNxY9yTKNB .mbr-offer {
  line-height: 1.5;
}
.cid-uNxY9yTKNB .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNxY9yTKNB .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNxY9yTKNB .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNxY9yTKNB .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNxY9yTKNB .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNxY9yTKNB .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNxY9yTKNB .container-fluid {
  max-width: 1300px;
}
.cid-uNy1AsOlm4 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNy1AsOlm4 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNy1AsOlm4 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNy1AsOlm4 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNy1AsOlm4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNy1AsOlm4 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNy1AsOlm4 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNy1AsOlm4 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNy1AsOlm4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNy1AsOlm4 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNy1AsOlm4 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNy1AsOlm4 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNy1AsOlm4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNy1AsOlm4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNy1AsOlm4 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNy1AsOlm4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNy1AsOlm4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNy1AsOlm4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNy1AsOlm4 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNy1AsOlm4 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNy1AsOlm4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNy1AsOlm4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNy1AsOlm4 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNy1AsOlm4 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNy1AsOlm4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNy1AsOlm4 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNy1AsOlm4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNy1AsOlm4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNy1AsOlm4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNy1AsOlm4 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNy1AsOlm4 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNy1AsOlm4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNy1AsOlm4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNy1AsOlm4 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNy1AsOlm4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNy1AsOlm4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNy1AsOlm4 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNy1AsOlm4 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNy1AsOlm4 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNy1AsOlm4 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNy1AsOlm4 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNy1AsOlm4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNy1AsOlm4 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNy1AsOlm4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNy1AsOlm4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNy1AsOlm4 .dropdown-item.active,
.cid-uNy1AsOlm4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNy1AsOlm4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNy1AsOlm4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNy1AsOlm4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNy1AsOlm4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNy1AsOlm4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNy1AsOlm4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNy1AsOlm4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNy1AsOlm4 .navbar-buttons {
  text-align: center;
}
.cid-uNy1AsOlm4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNy1AsOlm4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNy1AsOlm4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNy1AsOlm4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNy1AsOlm4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNy1AsOlm4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNy1AsOlm4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNy1AsOlm4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNy1AsOlm4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNy1AsOlm4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNy1AsOlm4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNy1AsOlm4 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNy1AsOlm4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNy1AsOlm4 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNy1AsOlm4 .nav-link:hover,
.cid-uNy1AsOlm4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNy1AsOlm4 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNy1AsOlm4 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNy1AsOlm4 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNy1AtBGMv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNy1AtBGMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNy1AtBGMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNy1AtBGMv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNy1AtBGMv .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNy1AtBGMv .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNy1AtBGMv .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNy1AtBGMv .container {
    padding: 0 12px;
  }
}
.cid-uNy1AtBGMv .row {
  justify-content: center;
}
.cid-uNy1AtBGMv .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNy1AtBGMv .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNy1AtBGMv .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNy1AtBGMv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNy1AtBGMv .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNy1AtBGMv .item {
    margin-bottom: 16px;
  }
}
.cid-uNy1AtBGMv .item .item-wrapper {
  width: 100%;
}
.cid-uNy1AtBGMv .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNy1AtBGMv .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNy1AtBGMv .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNy1AtBGMv .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNy1AtBGMv .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNy1AtBGMv .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNy1AtBGMv .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNy1AtBGMv .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNy1AtBGMv .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNy1AtBGMv .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNy1AtBGMv .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNy1AtBGMv .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNy1AtBGMv .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNy1AtBGMv .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNy1AtBGMv .item-desc {
  color: #1D1D1F;
}
.cid-uNy1AtBGMv .item-text {
  color: #1D1D1F;
}
.cid-uNy1AtX3Cd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNy1AtX3Cd .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNy1AtX3Cd .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNy1AtX3Cd .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNy1AtX3Cd .social-media {
  margin-top: 1.5rem;
}
.cid-uNy1AtX3Cd .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNy1AtX3Cd .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNy1AtX3Cd .mbr-text,
.cid-uNy1AtX3Cd .mbr-offer {
  line-height: 1.5;
}
.cid-uNy1AtX3Cd .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNy1AtX3Cd .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNy1AtX3Cd .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNy1AtX3Cd .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNy1AtX3Cd .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNy1AtX3Cd .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNy1AtX3Cd .container-fluid {
  max-width: 1300px;
}
.cid-uNy2fgk7bi {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNy2fgk7bi .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNy2fgk7bi .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNy2fgk7bi .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNy2fgk7bi .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNy2fgk7bi .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNy2fgk7bi .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNy2fgk7bi .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNy2fgk7bi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNy2fgk7bi .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNy2fgk7bi .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNy2fgk7bi .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNy2fgk7bi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNy2fgk7bi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNy2fgk7bi .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNy2fgk7bi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNy2fgk7bi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNy2fgk7bi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNy2fgk7bi .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNy2fgk7bi .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNy2fgk7bi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNy2fgk7bi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNy2fgk7bi .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNy2fgk7bi .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNy2fgk7bi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNy2fgk7bi .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNy2fgk7bi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNy2fgk7bi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNy2fgk7bi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNy2fgk7bi .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNy2fgk7bi .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNy2fgk7bi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNy2fgk7bi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNy2fgk7bi .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNy2fgk7bi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNy2fgk7bi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNy2fgk7bi .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNy2fgk7bi .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNy2fgk7bi .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNy2fgk7bi .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNy2fgk7bi .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNy2fgk7bi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNy2fgk7bi .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNy2fgk7bi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNy2fgk7bi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNy2fgk7bi .dropdown-item.active,
.cid-uNy2fgk7bi .dropdown-item:active {
  background-color: transparent;
}
.cid-uNy2fgk7bi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNy2fgk7bi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNy2fgk7bi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNy2fgk7bi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNy2fgk7bi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNy2fgk7bi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNy2fgk7bi ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNy2fgk7bi .navbar-buttons {
  text-align: center;
}
.cid-uNy2fgk7bi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNy2fgk7bi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNy2fgk7bi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNy2fgk7bi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNy2fgk7bi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNy2fgk7bi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNy2fgk7bi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNy2fgk7bi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNy2fgk7bi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNy2fgk7bi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNy2fgk7bi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNy2fgk7bi .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNy2fgk7bi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNy2fgk7bi .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNy2fgk7bi .nav-link:hover,
.cid-uNy2fgk7bi .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNy2fgk7bi .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNy2fgk7bi .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNy2fgk7bi .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNy2fh3a3T {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNy2fh3a3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNy2fh3a3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNy2fh3a3T .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNy2fh3a3T .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNy2fh3a3T .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNy2fh3a3T .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNy2fh3a3T .container {
    padding: 0 12px;
  }
}
.cid-uNy2fh3a3T .row {
  justify-content: center;
}
.cid-uNy2fh3a3T .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNy2fh3a3T .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNy2fh3a3T .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNy2fh3a3T .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNy2fh3a3T .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNy2fh3a3T .item {
    margin-bottom: 16px;
  }
}
.cid-uNy2fh3a3T .item .item-wrapper {
  width: 100%;
}
.cid-uNy2fh3a3T .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNy2fh3a3T .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNy2fh3a3T .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNy2fh3a3T .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNy2fh3a3T .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNy2fh3a3T .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNy2fh3a3T .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNy2fh3a3T .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNy2fh3a3T .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNy2fh3a3T .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNy2fh3a3T .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNy2fh3a3T .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNy2fh3a3T .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNy2fh3a3T .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNy2fh3a3T .item-desc {
  color: #1D1D1F;
}
.cid-uNy2fh3a3T .item-text {
  color: #1D1D1F;
}
.cid-uNy2fhsj68 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNy2fhsj68 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNy2fhsj68 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNy2fhsj68 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNy2fhsj68 .social-media {
  margin-top: 1.5rem;
}
.cid-uNy2fhsj68 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNy2fhsj68 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNy2fhsj68 .mbr-text,
.cid-uNy2fhsj68 .mbr-offer {
  line-height: 1.5;
}
.cid-uNy2fhsj68 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNy2fhsj68 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNy2fhsj68 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNy2fhsj68 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNy2fhsj68 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNy2fhsj68 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNy2fhsj68 .container-fluid {
  max-width: 1300px;
}
.cid-uNy62ok4qs {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNy62ok4qs .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNy62ok4qs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNy62ok4qs .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNy62ok4qs .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNy62ok4qs .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNy62ok4qs .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNy62ok4qs .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNy62ok4qs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNy62ok4qs .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNy62ok4qs .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNy62ok4qs .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNy62ok4qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNy62ok4qs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNy62ok4qs .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNy62ok4qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNy62ok4qs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNy62ok4qs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNy62ok4qs .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNy62ok4qs .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNy62ok4qs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNy62ok4qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNy62ok4qs .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNy62ok4qs .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNy62ok4qs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNy62ok4qs .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNy62ok4qs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNy62ok4qs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNy62ok4qs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNy62ok4qs .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNy62ok4qs .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNy62ok4qs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNy62ok4qs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNy62ok4qs .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNy62ok4qs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNy62ok4qs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNy62ok4qs .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNy62ok4qs .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNy62ok4qs .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNy62ok4qs .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNy62ok4qs .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNy62ok4qs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNy62ok4qs .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNy62ok4qs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNy62ok4qs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNy62ok4qs .dropdown-item.active,
.cid-uNy62ok4qs .dropdown-item:active {
  background-color: transparent;
}
.cid-uNy62ok4qs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNy62ok4qs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNy62ok4qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNy62ok4qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNy62ok4qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNy62ok4qs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNy62ok4qs ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNy62ok4qs .navbar-buttons {
  text-align: center;
}
.cid-uNy62ok4qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNy62ok4qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNy62ok4qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNy62ok4qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNy62ok4qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNy62ok4qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNy62ok4qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNy62ok4qs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNy62ok4qs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNy62ok4qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNy62ok4qs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNy62ok4qs .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNy62ok4qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNy62ok4qs .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNy62ok4qs .nav-link:hover,
.cid-uNy62ok4qs .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNy62ok4qs .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNy62ok4qs .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNy62ok4qs .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNy62p8OvM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNy62p8OvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNy62p8OvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNy62p8OvM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNy62p8OvM .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNy62p8OvM .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNy62p8OvM .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNy62p8OvM .container {
    padding: 0 12px;
  }
}
.cid-uNy62p8OvM .row {
  justify-content: center;
}
.cid-uNy62p8OvM .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNy62p8OvM .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNy62p8OvM .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNy62p8OvM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNy62p8OvM .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNy62p8OvM .item {
    margin-bottom: 16px;
  }
}
.cid-uNy62p8OvM .item .item-wrapper {
  width: 100%;
}
.cid-uNy62p8OvM .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNy62p8OvM .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNy62p8OvM .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNy62p8OvM .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNy62p8OvM .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNy62p8OvM .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNy62p8OvM .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNy62p8OvM .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNy62p8OvM .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNy62p8OvM .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNy62p8OvM .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNy62p8OvM .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNy62p8OvM .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNy62p8OvM .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNy62p8OvM .item-desc {
  color: #1D1D1F;
}
.cid-uNy62p8OvM .item-text {
  color: #1D1D1F;
}
.cid-uNy62pwvUq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNy62pwvUq .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNy62pwvUq .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNy62pwvUq .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNy62pwvUq .social-media {
  margin-top: 1.5rem;
}
.cid-uNy62pwvUq .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNy62pwvUq .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNy62pwvUq .mbr-text,
.cid-uNy62pwvUq .mbr-offer {
  line-height: 1.5;
}
.cid-uNy62pwvUq .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNy62pwvUq .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNy62pwvUq .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNy62pwvUq .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNy62pwvUq .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNy62pwvUq .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNy62pwvUq .container-fluid {
  max-width: 1300px;
}
.cid-uNy9YvL8ql {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNy9YvL8ql .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNy9YvL8ql .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNy9YvL8ql .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNy9YvL8ql .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNy9YvL8ql .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNy9YvL8ql .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNy9YvL8ql .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNy9YvL8ql .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNy9YvL8ql .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNy9YvL8ql .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNy9YvL8ql .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNy9YvL8ql .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNy9YvL8ql .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNy9YvL8ql .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNy9YvL8ql .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNy9YvL8ql .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNy9YvL8ql .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNy9YvL8ql .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNy9YvL8ql .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNy9YvL8ql .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNy9YvL8ql .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNy9YvL8ql .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNy9YvL8ql .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNy9YvL8ql .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNy9YvL8ql .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNy9YvL8ql .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNy9YvL8ql .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNy9YvL8ql .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNy9YvL8ql .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNy9YvL8ql .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNy9YvL8ql .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNy9YvL8ql .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNy9YvL8ql .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNy9YvL8ql .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNy9YvL8ql .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNy9YvL8ql .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNy9YvL8ql .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNy9YvL8ql .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNy9YvL8ql .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNy9YvL8ql .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNy9YvL8ql .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNy9YvL8ql .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNy9YvL8ql .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNy9YvL8ql .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNy9YvL8ql .dropdown-item.active,
.cid-uNy9YvL8ql .dropdown-item:active {
  background-color: transparent;
}
.cid-uNy9YvL8ql .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNy9YvL8ql .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNy9YvL8ql .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNy9YvL8ql .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNy9YvL8ql .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNy9YvL8ql .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNy9YvL8ql ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNy9YvL8ql .navbar-buttons {
  text-align: center;
}
.cid-uNy9YvL8ql button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNy9YvL8ql button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNy9YvL8ql button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNy9YvL8ql button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNy9YvL8ql button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNy9YvL8ql button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNy9YvL8ql nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNy9YvL8ql nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNy9YvL8ql nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNy9YvL8ql nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNy9YvL8ql a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNy9YvL8ql .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNy9YvL8ql .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNy9YvL8ql .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNy9YvL8ql .nav-link:hover,
.cid-uNy9YvL8ql .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNy9YvL8ql .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNy9YvL8ql .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNy9YvL8ql .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNy9YwEbbz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNy9YwEbbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNy9YwEbbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNy9YwEbbz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNy9YwEbbz .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNy9YwEbbz .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNy9YwEbbz .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNy9YwEbbz .container {
    padding: 0 12px;
  }
}
.cid-uNy9YwEbbz .row {
  justify-content: center;
}
.cid-uNy9YwEbbz .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNy9YwEbbz .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNy9YwEbbz .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNy9YwEbbz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNy9YwEbbz .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNy9YwEbbz .item {
    margin-bottom: 16px;
  }
}
.cid-uNy9YwEbbz .item .item-wrapper {
  width: 100%;
}
.cid-uNy9YwEbbz .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNy9YwEbbz .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNy9YwEbbz .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNy9YwEbbz .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNy9YwEbbz .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNy9YwEbbz .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNy9YwEbbz .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNy9YwEbbz .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNy9YwEbbz .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNy9YwEbbz .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNy9YwEbbz .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNy9YwEbbz .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNy9YwEbbz .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNy9YwEbbz .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNy9YwEbbz .item-desc {
  color: #1D1D1F;
}
.cid-uNy9YwEbbz .item-text {
  color: #1D1D1F;
}
.cid-uNy9Yx12bl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNy9Yx12bl .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNy9Yx12bl .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNy9Yx12bl .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNy9Yx12bl .social-media {
  margin-top: 1.5rem;
}
.cid-uNy9Yx12bl .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNy9Yx12bl .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNy9Yx12bl .mbr-text,
.cid-uNy9Yx12bl .mbr-offer {
  line-height: 1.5;
}
.cid-uNy9Yx12bl .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNy9Yx12bl .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNy9Yx12bl .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNy9Yx12bl .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNy9Yx12bl .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNy9Yx12bl .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNy9Yx12bl .container-fluid {
  max-width: 1300px;
}
.cid-uNydjrjc7s {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNydjrjc7s .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNydjrjc7s .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNydjrjc7s .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNydjrjc7s .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNydjrjc7s .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNydjrjc7s .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNydjrjc7s .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNydjrjc7s .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNydjrjc7s .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNydjrjc7s .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNydjrjc7s .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNydjrjc7s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNydjrjc7s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNydjrjc7s .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNydjrjc7s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNydjrjc7s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNydjrjc7s .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNydjrjc7s .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNydjrjc7s .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNydjrjc7s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNydjrjc7s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNydjrjc7s .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNydjrjc7s .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNydjrjc7s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNydjrjc7s .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNydjrjc7s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNydjrjc7s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNydjrjc7s .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNydjrjc7s .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNydjrjc7s .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNydjrjc7s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNydjrjc7s .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNydjrjc7s .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNydjrjc7s .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNydjrjc7s .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNydjrjc7s .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNydjrjc7s .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNydjrjc7s .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNydjrjc7s .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNydjrjc7s .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNydjrjc7s .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNydjrjc7s .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNydjrjc7s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNydjrjc7s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNydjrjc7s .dropdown-item.active,
.cid-uNydjrjc7s .dropdown-item:active {
  background-color: transparent;
}
.cid-uNydjrjc7s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNydjrjc7s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNydjrjc7s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNydjrjc7s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNydjrjc7s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNydjrjc7s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNydjrjc7s ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNydjrjc7s .navbar-buttons {
  text-align: center;
}
.cid-uNydjrjc7s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNydjrjc7s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNydjrjc7s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNydjrjc7s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNydjrjc7s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNydjrjc7s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNydjrjc7s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNydjrjc7s nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNydjrjc7s nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNydjrjc7s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNydjrjc7s a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNydjrjc7s .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNydjrjc7s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNydjrjc7s .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNydjrjc7s .nav-link:hover,
.cid-uNydjrjc7s .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNydjrjc7s .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNydjrjc7s .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNydjrjc7s .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNydjs7QN5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNydjs7QN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNydjs7QN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNydjs7QN5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNydjs7QN5 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNydjs7QN5 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNydjs7QN5 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNydjs7QN5 .container {
    padding: 0 12px;
  }
}
.cid-uNydjs7QN5 .row {
  justify-content: center;
}
.cid-uNydjs7QN5 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNydjs7QN5 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNydjs7QN5 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNydjs7QN5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNydjs7QN5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNydjs7QN5 .item {
    margin-bottom: 16px;
  }
}
.cid-uNydjs7QN5 .item .item-wrapper {
  width: 100%;
}
.cid-uNydjs7QN5 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNydjs7QN5 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNydjs7QN5 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNydjs7QN5 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNydjs7QN5 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNydjs7QN5 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNydjs7QN5 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNydjs7QN5 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNydjs7QN5 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNydjs7QN5 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNydjs7QN5 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNydjs7QN5 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNydjs7QN5 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNydjs7QN5 .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNydjs7QN5 .item-desc {
  color: #1D1D1F;
}
.cid-uNydjs7QN5 .item-text {
  color: #1D1D1F;
}
.cid-uNydjsus8A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNydjsus8A .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNydjsus8A .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNydjsus8A .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNydjsus8A .social-media {
  margin-top: 1.5rem;
}
.cid-uNydjsus8A .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNydjsus8A .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNydjsus8A .mbr-text,
.cid-uNydjsus8A .mbr-offer {
  line-height: 1.5;
}
.cid-uNydjsus8A .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNydjsus8A .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNydjsus8A .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNydjsus8A .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNydjsus8A .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNydjsus8A .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNydjsus8A .container-fluid {
  max-width: 1300px;
}
.cid-uNHW9GAi3z {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNHW9GAi3z .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNHW9GAi3z .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNHW9GAi3z .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNHW9GAi3z .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNHW9GAi3z .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNHW9GAi3z .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNHW9GAi3z .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNHW9GAi3z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNHW9GAi3z .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNHW9GAi3z .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNHW9GAi3z .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNHW9GAi3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNHW9GAi3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNHW9GAi3z .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNHW9GAi3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNHW9GAi3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNHW9GAi3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNHW9GAi3z .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNHW9GAi3z .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNHW9GAi3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNHW9GAi3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNHW9GAi3z .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNHW9GAi3z .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNHW9GAi3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNHW9GAi3z .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNHW9GAi3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNHW9GAi3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNHW9GAi3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNHW9GAi3z .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNHW9GAi3z .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNHW9GAi3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNHW9GAi3z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNHW9GAi3z .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNHW9GAi3z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNHW9GAi3z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNHW9GAi3z .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNHW9GAi3z .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNHW9GAi3z .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNHW9GAi3z .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNHW9GAi3z .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNHW9GAi3z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNHW9GAi3z .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNHW9GAi3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNHW9GAi3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNHW9GAi3z .dropdown-item.active,
.cid-uNHW9GAi3z .dropdown-item:active {
  background-color: transparent;
}
.cid-uNHW9GAi3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNHW9GAi3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNHW9GAi3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNHW9GAi3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNHW9GAi3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNHW9GAi3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNHW9GAi3z ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNHW9GAi3z .navbar-buttons {
  text-align: center;
}
.cid-uNHW9GAi3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNHW9GAi3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNHW9GAi3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNHW9GAi3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNHW9GAi3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNHW9GAi3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNHW9GAi3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNHW9GAi3z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNHW9GAi3z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNHW9GAi3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNHW9GAi3z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNHW9GAi3z .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNHW9GAi3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNHW9GAi3z .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNHW9GAi3z .nav-link:hover,
.cid-uNHW9GAi3z .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNHW9GAi3z .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNHW9GAi3z .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNHW9GAi3z .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNHW9Hg9Ow {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-uNHW9Hg9Ow img,
.cid-uNHW9Hg9Ow .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-uNHW9Hg9Ow .item:focus,
.cid-uNHW9Hg9Ow span:focus {
  outline: none;
}
.cid-uNHW9Hg9Ow .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNHW9Hg9Ow .item {
    margin-bottom: 1rem;
  }
}
.cid-uNHW9Hg9Ow h5 {
  margin: 0;
}
.cid-uNHW9Hg9Ow .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uNHW9Hg9Ow .item-wrapper {
  position: relative;
  background: #c1c1c1;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uNHW9Hg9Ow .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNHW9Hg9Ow .item-wrapper:hover {
  border-color: #000000;
}
.cid-uNHW9Hg9Ow .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uNHW9Hg9Ow .item-wrapper {
    height: auto;
  }
}
.cid-uNHW9Hg9Ow .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uNHW9Hg9Ow .item-title {
  text-align: center;
  color: #000000;
}
.cid-uNHW9Hg9Ow .item-subtitle {
  text-align: center;
  color: #ff0000;
}
.cid-uNHW9Hg9Ow .mbr-text,
.cid-uNHW9Hg9Ow .item .mbr-section-btn {
  text-align: center;
}
.cid-uNHW9Hg9Ow .content-head {
  max-width: 800px;
}
.cid-uNHW9Hg9Ow .mbr-section-subtitle,
.cid-uNHW9Hg9Ow .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uNHW9Hg9Ow .mbr-section-subtitle,
.cid-uNHW9Hg9Ow .mbr-section-head .mbr-section-btn DIV {
  text-align: center;
}
.cid-uNHW9HyGUt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNHW9HyGUt .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNHW9HyGUt .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNHW9HyGUt .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNHW9HyGUt .social-media {
  margin-top: 1.5rem;
}
.cid-uNHW9HyGUt .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNHW9HyGUt .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNHW9HyGUt .mbr-text,
.cid-uNHW9HyGUt .mbr-offer {
  line-height: 1.5;
}
.cid-uNHW9HyGUt .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNHW9HyGUt .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNHW9HyGUt .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNHW9HyGUt .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNHW9HyGUt .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNHW9HyGUt .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNHW9HyGUt .container-fluid {
  max-width: 1300px;
}
.cid-uNIfdEuloV {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNIfdEuloV .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNIfdEuloV .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNIfdEuloV .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNIfdEuloV .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNIfdEuloV .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNIfdEuloV .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNIfdEuloV .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNIfdEuloV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNIfdEuloV .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNIfdEuloV .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNIfdEuloV .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNIfdEuloV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNIfdEuloV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNIfdEuloV .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNIfdEuloV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNIfdEuloV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNIfdEuloV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNIfdEuloV .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNIfdEuloV .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNIfdEuloV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNIfdEuloV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNIfdEuloV .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNIfdEuloV .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNIfdEuloV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNIfdEuloV .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNIfdEuloV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNIfdEuloV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNIfdEuloV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNIfdEuloV .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNIfdEuloV .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNIfdEuloV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNIfdEuloV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNIfdEuloV .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNIfdEuloV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNIfdEuloV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNIfdEuloV .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNIfdEuloV .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNIfdEuloV .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNIfdEuloV .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNIfdEuloV .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNIfdEuloV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNIfdEuloV .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNIfdEuloV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNIfdEuloV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNIfdEuloV .dropdown-item.active,
.cid-uNIfdEuloV .dropdown-item:active {
  background-color: transparent;
}
.cid-uNIfdEuloV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNIfdEuloV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNIfdEuloV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNIfdEuloV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNIfdEuloV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNIfdEuloV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNIfdEuloV ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNIfdEuloV .navbar-buttons {
  text-align: center;
}
.cid-uNIfdEuloV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNIfdEuloV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNIfdEuloV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNIfdEuloV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNIfdEuloV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNIfdEuloV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNIfdEuloV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNIfdEuloV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNIfdEuloV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNIfdEuloV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNIfdEuloV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNIfdEuloV .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNIfdEuloV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNIfdEuloV .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNIfdEuloV .nav-link:hover,
.cid-uNIfdEuloV .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNIfdEuloV .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNIfdEuloV .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNIfdEuloV .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNIfdF70UQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNIfdF70UQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIfdF70UQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIfdF70UQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNIfdF70UQ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNIfdF70UQ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNIfdF70UQ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNIfdF70UQ .container {
    padding: 0 12px;
  }
}
.cid-uNIfdF70UQ .row {
  justify-content: center;
}
.cid-uNIfdF70UQ .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNIfdF70UQ .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNIfdF70UQ .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNIfdF70UQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNIfdF70UQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNIfdF70UQ .item {
    margin-bottom: 16px;
  }
}
.cid-uNIfdF70UQ .item .item-wrapper {
  width: 100%;
}
.cid-uNIfdF70UQ .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNIfdF70UQ .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNIfdF70UQ .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNIfdF70UQ .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNIfdF70UQ .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNIfdF70UQ .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNIfdF70UQ .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNIfdF70UQ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNIfdF70UQ .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNIfdF70UQ .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNIfdF70UQ .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNIfdF70UQ .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNIfdF70UQ .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNIfdF70UQ .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNIfdF70UQ .item-desc {
  color: #1D1D1F;
}
.cid-uNIfdF70UQ .item-text {
  color: #1D1D1F;
}
.cid-uNIfdFnYSq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNIfdFnYSq .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNIfdFnYSq .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNIfdFnYSq .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNIfdFnYSq .social-media {
  margin-top: 1.5rem;
}
.cid-uNIfdFnYSq .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNIfdFnYSq .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNIfdFnYSq .mbr-text,
.cid-uNIfdFnYSq .mbr-offer {
  line-height: 1.5;
}
.cid-uNIfdFnYSq .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNIfdFnYSq .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNIfdFnYSq .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNIfdFnYSq .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNIfdFnYSq .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNIfdFnYSq .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNIfdFnYSq .container-fluid {
  max-width: 1300px;
}
.cid-uNIhRQb3q0 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNIhRQb3q0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNIhRQb3q0 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNIhRQb3q0 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNIhRQb3q0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNIhRQb3q0 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNIhRQb3q0 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNIhRQb3q0 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNIhRQb3q0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNIhRQb3q0 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNIhRQb3q0 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNIhRQb3q0 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNIhRQb3q0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNIhRQb3q0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNIhRQb3q0 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNIhRQb3q0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNIhRQb3q0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNIhRQb3q0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNIhRQb3q0 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNIhRQb3q0 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNIhRQb3q0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNIhRQb3q0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNIhRQb3q0 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNIhRQb3q0 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNIhRQb3q0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNIhRQb3q0 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNIhRQb3q0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNIhRQb3q0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNIhRQb3q0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNIhRQb3q0 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNIhRQb3q0 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNIhRQb3q0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNIhRQb3q0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNIhRQb3q0 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNIhRQb3q0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNIhRQb3q0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNIhRQb3q0 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNIhRQb3q0 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNIhRQb3q0 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNIhRQb3q0 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNIhRQb3q0 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNIhRQb3q0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNIhRQb3q0 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNIhRQb3q0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNIhRQb3q0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNIhRQb3q0 .dropdown-item.active,
.cid-uNIhRQb3q0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNIhRQb3q0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNIhRQb3q0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNIhRQb3q0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNIhRQb3q0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNIhRQb3q0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNIhRQb3q0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNIhRQb3q0 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNIhRQb3q0 .navbar-buttons {
  text-align: center;
}
.cid-uNIhRQb3q0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNIhRQb3q0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNIhRQb3q0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNIhRQb3q0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNIhRQb3q0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNIhRQb3q0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNIhRQb3q0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNIhRQb3q0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNIhRQb3q0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNIhRQb3q0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNIhRQb3q0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNIhRQb3q0 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNIhRQb3q0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNIhRQb3q0 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNIhRQb3q0 .nav-link:hover,
.cid-uNIhRQb3q0 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNIhRQb3q0 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNIhRQb3q0 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNIhRQb3q0 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNIhRQMcOK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNIhRQMcOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIhRQMcOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIhRQMcOK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNIhRQMcOK .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNIhRQMcOK .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNIhRQMcOK .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNIhRQMcOK .container {
    padding: 0 12px;
  }
}
.cid-uNIhRQMcOK .row {
  justify-content: center;
}
.cid-uNIhRQMcOK .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNIhRQMcOK .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNIhRQMcOK .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNIhRQMcOK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNIhRQMcOK .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNIhRQMcOK .item {
    margin-bottom: 16px;
  }
}
.cid-uNIhRQMcOK .item .item-wrapper {
  width: 100%;
}
.cid-uNIhRQMcOK .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNIhRQMcOK .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNIhRQMcOK .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNIhRQMcOK .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNIhRQMcOK .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNIhRQMcOK .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNIhRQMcOK .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNIhRQMcOK .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNIhRQMcOK .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNIhRQMcOK .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNIhRQMcOK .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNIhRQMcOK .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNIhRQMcOK .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNIhRQMcOK .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNIhRQMcOK .item-desc {
  color: #1D1D1F;
}
.cid-uNIhRQMcOK .item-text {
  color: #1D1D1F;
}
.cid-uNIhRR3SDS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNIhRR3SDS .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNIhRR3SDS .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNIhRR3SDS .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNIhRR3SDS .social-media {
  margin-top: 1.5rem;
}
.cid-uNIhRR3SDS .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNIhRR3SDS .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNIhRR3SDS .mbr-text,
.cid-uNIhRR3SDS .mbr-offer {
  line-height: 1.5;
}
.cid-uNIhRR3SDS .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNIhRR3SDS .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNIhRR3SDS .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNIhRR3SDS .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNIhRR3SDS .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNIhRR3SDS .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNIhRR3SDS .container-fluid {
  max-width: 1300px;
}
.cid-uNIjHmuCye {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNIjHmuCye .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNIjHmuCye .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNIjHmuCye .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNIjHmuCye .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNIjHmuCye .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNIjHmuCye .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNIjHmuCye .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNIjHmuCye .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNIjHmuCye .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNIjHmuCye .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNIjHmuCye .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNIjHmuCye .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNIjHmuCye .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNIjHmuCye .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNIjHmuCye .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNIjHmuCye .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNIjHmuCye .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNIjHmuCye .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNIjHmuCye .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNIjHmuCye .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNIjHmuCye .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNIjHmuCye .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNIjHmuCye .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNIjHmuCye .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNIjHmuCye .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNIjHmuCye .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNIjHmuCye .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNIjHmuCye .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNIjHmuCye .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNIjHmuCye .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNIjHmuCye .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNIjHmuCye .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNIjHmuCye .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNIjHmuCye .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNIjHmuCye .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNIjHmuCye .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNIjHmuCye .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNIjHmuCye .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNIjHmuCye .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNIjHmuCye .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNIjHmuCye .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNIjHmuCye .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNIjHmuCye .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNIjHmuCye .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNIjHmuCye .dropdown-item.active,
.cid-uNIjHmuCye .dropdown-item:active {
  background-color: transparent;
}
.cid-uNIjHmuCye .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNIjHmuCye .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNIjHmuCye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNIjHmuCye .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNIjHmuCye .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNIjHmuCye .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNIjHmuCye ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNIjHmuCye .navbar-buttons {
  text-align: center;
}
.cid-uNIjHmuCye button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNIjHmuCye button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNIjHmuCye button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNIjHmuCye button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNIjHmuCye button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNIjHmuCye button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNIjHmuCye nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNIjHmuCye nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNIjHmuCye nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNIjHmuCye nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNIjHmuCye a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNIjHmuCye .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNIjHmuCye .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNIjHmuCye .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNIjHmuCye .nav-link:hover,
.cid-uNIjHmuCye .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNIjHmuCye .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNIjHmuCye .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNIjHmuCye .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNIjHn5WAa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uNIjHn5WAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIjHn5WAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIjHn5WAa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNIjHn5WAa .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNIjHn5WAa .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNIjHn5WAa .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uNIjHn5WAa .container {
    padding: 0 12px;
  }
}
.cid-uNIjHn5WAa .row {
  justify-content: center;
}
.cid-uNIjHn5WAa .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uNIjHn5WAa .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uNIjHn5WAa .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNIjHn5WAa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNIjHn5WAa .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNIjHn5WAa .item {
    margin-bottom: 16px;
  }
}
.cid-uNIjHn5WAa .item .item-wrapper {
  width: 100%;
}
.cid-uNIjHn5WAa .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNIjHn5WAa .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uNIjHn5WAa .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uNIjHn5WAa .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uNIjHn5WAa .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uNIjHn5WAa .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uNIjHn5WAa .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNIjHn5WAa .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uNIjHn5WAa .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNIjHn5WAa .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uNIjHn5WAa .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uNIjHn5WAa .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNIjHn5WAa .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uNIjHn5WAa .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uNIjHn5WAa .item-desc {
  color: #1D1D1F;
}
.cid-uNIjHn5WAa .item-text {
  color: #1D1D1F;
}
.cid-uNIjHnqRUc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNIjHnqRUc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNIjHnqRUc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNIjHnqRUc .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNIjHnqRUc .social-media {
  margin-top: 1.5rem;
}
.cid-uNIjHnqRUc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNIjHnqRUc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNIjHnqRUc .mbr-text,
.cid-uNIjHnqRUc .mbr-offer {
  line-height: 1.5;
}
.cid-uNIjHnqRUc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNIjHnqRUc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNIjHnqRUc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNIjHnqRUc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNIjHnqRUc .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNIjHnqRUc .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNIjHnqRUc .container-fluid {
  max-width: 1300px;
}
.cid-uNKqu1gLIt {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uNKqu1gLIt .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uNKqu1gLIt .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNKqu1gLIt .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uNKqu1gLIt .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uNKqu1gLIt .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uNKqu1gLIt .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uNKqu1gLIt .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uNKqu1gLIt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNKqu1gLIt .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uNKqu1gLIt .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uNKqu1gLIt .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uNKqu1gLIt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNKqu1gLIt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uNKqu1gLIt .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uNKqu1gLIt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNKqu1gLIt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNKqu1gLIt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNKqu1gLIt .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uNKqu1gLIt .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uNKqu1gLIt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNKqu1gLIt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uNKqu1gLIt .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uNKqu1gLIt .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uNKqu1gLIt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNKqu1gLIt .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uNKqu1gLIt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNKqu1gLIt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNKqu1gLIt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNKqu1gLIt .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uNKqu1gLIt .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uNKqu1gLIt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNKqu1gLIt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uNKqu1gLIt .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uNKqu1gLIt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uNKqu1gLIt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNKqu1gLIt .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uNKqu1gLIt .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uNKqu1gLIt .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uNKqu1gLIt .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uNKqu1gLIt .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uNKqu1gLIt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNKqu1gLIt .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uNKqu1gLIt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNKqu1gLIt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNKqu1gLIt .dropdown-item.active,
.cid-uNKqu1gLIt .dropdown-item:active {
  background-color: transparent;
}
.cid-uNKqu1gLIt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uNKqu1gLIt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNKqu1gLIt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNKqu1gLIt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNKqu1gLIt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uNKqu1gLIt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNKqu1gLIt ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uNKqu1gLIt .navbar-buttons {
  text-align: center;
}
.cid-uNKqu1gLIt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNKqu1gLIt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNKqu1gLIt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNKqu1gLIt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNKqu1gLIt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNKqu1gLIt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNKqu1gLIt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNKqu1gLIt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNKqu1gLIt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNKqu1gLIt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNKqu1gLIt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uNKqu1gLIt .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uNKqu1gLIt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uNKqu1gLIt .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uNKqu1gLIt .nav-link:hover,
.cid-uNKqu1gLIt .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uNKqu1gLIt .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uNKqu1gLIt .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uNKqu1gLIt .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uNKr5DTPTU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uNKr5DTPTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNKr5DTPTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNKr5DTPTU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNKr5DTPTU .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uNKr5DTPTU .items-wrapper {
  margin: 0 -10px;
}
.cid-uNKr5DTPTU .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uNKr5DTPTU .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uNKr5DTPTU .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uNKr5DTPTU .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uNKr5DTPTU .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uNKr5DTPTU .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uNKr5DTPTU .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNKr5DTPTU .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uNKr5DTPTU .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uNKr5DTPTU .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uNKr5DTPTU .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uNKr5DTPTU .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNKr5DTPTU .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #a78aff, #1f2329 50%);
}
.cid-uNKr5DTPTU .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ff398a, #1f2329 50%);
}
.cid-uNKr5DTPTU .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #0047ff, #1f2329 50%);
}
.cid-uNKr5DTPTU .mbr-section-title,
.cid-uNKr5DTPTU .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uNKr5DTPTU .item-title {
  color: #ffffff;
}
.cid-uNKr5DTPTU .item-text {
  color: #ffffff;
}
.cid-uNKqu2K9jc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNKqu2K9jc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uNKqu2K9jc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uNKqu2K9jc .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uNKqu2K9jc .social-media {
  margin-top: 1.5rem;
}
.cid-uNKqu2K9jc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uNKqu2K9jc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uNKqu2K9jc .mbr-text,
.cid-uNKqu2K9jc .mbr-offer {
  line-height: 1.5;
}
.cid-uNKqu2K9jc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uNKqu2K9jc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNKqu2K9jc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uNKqu2K9jc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uNKqu2K9jc .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNKqu2K9jc .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uNKqu2K9jc .container-fluid {
  max-width: 1300px;
}
.cid-uOQyLpjWfG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uOQyLpjWfG .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uOQyLpjWfG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uOQyLpjWfG .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uOQyLpjWfG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uOQyLpjWfG .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uOQyLpjWfG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uOQyLpjWfG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uOQyLpjWfG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOQyLpjWfG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uOQyLpjWfG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uOQyLpjWfG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uOQyLpjWfG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOQyLpjWfG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uOQyLpjWfG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uOQyLpjWfG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOQyLpjWfG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOQyLpjWfG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOQyLpjWfG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uOQyLpjWfG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uOQyLpjWfG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOQyLpjWfG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uOQyLpjWfG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uOQyLpjWfG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uOQyLpjWfG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOQyLpjWfG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uOQyLpjWfG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOQyLpjWfG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOQyLpjWfG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOQyLpjWfG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uOQyLpjWfG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uOQyLpjWfG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOQyLpjWfG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uOQyLpjWfG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uOQyLpjWfG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uOQyLpjWfG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOQyLpjWfG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uOQyLpjWfG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uOQyLpjWfG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uOQyLpjWfG .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uOQyLpjWfG .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uOQyLpjWfG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOQyLpjWfG .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uOQyLpjWfG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOQyLpjWfG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOQyLpjWfG .dropdown-item.active,
.cid-uOQyLpjWfG .dropdown-item:active {
  background-color: transparent;
}
.cid-uOQyLpjWfG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uOQyLpjWfG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOQyLpjWfG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOQyLpjWfG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOQyLpjWfG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uOQyLpjWfG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOQyLpjWfG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uOQyLpjWfG .navbar-buttons {
  text-align: center;
}
.cid-uOQyLpjWfG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOQyLpjWfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uOQyLpjWfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOQyLpjWfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOQyLpjWfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOQyLpjWfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOQyLpjWfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOQyLpjWfG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOQyLpjWfG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOQyLpjWfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOQyLpjWfG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uOQyLpjWfG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uOQyLpjWfG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uOQyLpjWfG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uOQyLpjWfG .nav-link:hover,
.cid-uOQyLpjWfG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uOQyLpjWfG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uOQyLpjWfG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uOQyLpjWfG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uOQyLpA3Ys {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uOQyLpA3Ys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQyLpA3Ys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQyLpA3Ys .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOQyLpA3Ys .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOQyLpA3Ys .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uOQyLpA3Ys .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOQyLpA3Ys .container {
    padding: 0 12px;
  }
}
.cid-uOQyLpA3Ys .row {
  justify-content: center;
}
.cid-uOQyLpA3Ys .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOQyLpA3Ys .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uOQyLpA3Ys .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOQyLpA3Ys .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOQyLpA3Ys .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOQyLpA3Ys .item {
    margin-bottom: 16px;
  }
}
.cid-uOQyLpA3Ys .item .item-wrapper {
  width: 100%;
}
.cid-uOQyLpA3Ys .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOQyLpA3Ys .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uOQyLpA3Ys .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uOQyLpA3Ys .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uOQyLpA3Ys .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uOQyLpA3Ys .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uOQyLpA3Ys .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uOQyLpA3Ys .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOQyLpA3Ys .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOQyLpA3Ys .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uOQyLpA3Ys .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uOQyLpA3Ys .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOQyLpA3Ys .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOQyLpA3Ys .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uOQyLpA3Ys .item-desc {
  color: #1D1D1F;
}
.cid-uOQyLpA3Ys .item-text {
  color: #1D1D1F;
}
.cid-uOQyLpP3VU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOQyLpP3VU .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uOQyLpP3VU .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uOQyLpP3VU .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uOQyLpP3VU .social-media {
  margin-top: 1.5rem;
}
.cid-uOQyLpP3VU .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uOQyLpP3VU .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uOQyLpP3VU .mbr-text,
.cid-uOQyLpP3VU .mbr-offer {
  line-height: 1.5;
}
.cid-uOQyLpP3VU .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uOQyLpP3VU .container-fluid {
    padding: 0 1rem;
  }
  .cid-uOQyLpP3VU .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uOQyLpP3VU .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uOQyLpP3VU .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uOQyLpP3VU .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uOQyLpP3VU .container-fluid {
  max-width: 1300px;
}
.cid-uOQCq2mSVN {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uOQCq2mSVN .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uOQCq2mSVN .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uOQCq2mSVN .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uOQCq2mSVN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uOQCq2mSVN .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uOQCq2mSVN .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uOQCq2mSVN .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uOQCq2mSVN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOQCq2mSVN .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uOQCq2mSVN .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uOQCq2mSVN .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uOQCq2mSVN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOQCq2mSVN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uOQCq2mSVN .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uOQCq2mSVN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOQCq2mSVN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOQCq2mSVN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOQCq2mSVN .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uOQCq2mSVN .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uOQCq2mSVN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOQCq2mSVN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uOQCq2mSVN .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uOQCq2mSVN .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uOQCq2mSVN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOQCq2mSVN .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uOQCq2mSVN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOQCq2mSVN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOQCq2mSVN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOQCq2mSVN .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uOQCq2mSVN .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uOQCq2mSVN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOQCq2mSVN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uOQCq2mSVN .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uOQCq2mSVN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uOQCq2mSVN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOQCq2mSVN .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uOQCq2mSVN .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uOQCq2mSVN .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uOQCq2mSVN .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uOQCq2mSVN .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uOQCq2mSVN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOQCq2mSVN .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uOQCq2mSVN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOQCq2mSVN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOQCq2mSVN .dropdown-item.active,
.cid-uOQCq2mSVN .dropdown-item:active {
  background-color: transparent;
}
.cid-uOQCq2mSVN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uOQCq2mSVN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOQCq2mSVN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOQCq2mSVN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOQCq2mSVN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uOQCq2mSVN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOQCq2mSVN ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uOQCq2mSVN .navbar-buttons {
  text-align: center;
}
.cid-uOQCq2mSVN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOQCq2mSVN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uOQCq2mSVN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOQCq2mSVN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOQCq2mSVN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOQCq2mSVN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOQCq2mSVN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOQCq2mSVN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOQCq2mSVN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOQCq2mSVN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOQCq2mSVN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uOQCq2mSVN .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uOQCq2mSVN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uOQCq2mSVN .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uOQCq2mSVN .nav-link:hover,
.cid-uOQCq2mSVN .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uOQCq2mSVN .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uOQCq2mSVN .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uOQCq2mSVN .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uOQCq2DBRr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uOQCq2DBRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQCq2DBRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQCq2DBRr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOQCq2DBRr .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOQCq2DBRr .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uOQCq2DBRr .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOQCq2DBRr .container {
    padding: 0 12px;
  }
}
.cid-uOQCq2DBRr .row {
  justify-content: center;
}
.cid-uOQCq2DBRr .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOQCq2DBRr .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uOQCq2DBRr .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOQCq2DBRr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOQCq2DBRr .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOQCq2DBRr .item {
    margin-bottom: 16px;
  }
}
.cid-uOQCq2DBRr .item .item-wrapper {
  width: 100%;
}
.cid-uOQCq2DBRr .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOQCq2DBRr .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uOQCq2DBRr .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uOQCq2DBRr .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uOQCq2DBRr .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uOQCq2DBRr .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uOQCq2DBRr .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uOQCq2DBRr .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOQCq2DBRr .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOQCq2DBRr .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uOQCq2DBRr .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uOQCq2DBRr .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOQCq2DBRr .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOQCq2DBRr .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uOQCq2DBRr .item-desc {
  color: #1D1D1F;
}
.cid-uOQCq2DBRr .item-text {
  color: #1D1D1F;
}
.cid-uOQCq2UtN1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOQCq2UtN1 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uOQCq2UtN1 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uOQCq2UtN1 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uOQCq2UtN1 .social-media {
  margin-top: 1.5rem;
}
.cid-uOQCq2UtN1 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uOQCq2UtN1 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uOQCq2UtN1 .mbr-text,
.cid-uOQCq2UtN1 .mbr-offer {
  line-height: 1.5;
}
.cid-uOQCq2UtN1 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uOQCq2UtN1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uOQCq2UtN1 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uOQCq2UtN1 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uOQCq2UtN1 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uOQCq2UtN1 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uOQCq2UtN1 .container-fluid {
  max-width: 1300px;
}
.cid-uOQIh05xVt {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uOQIh05xVt .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uOQIh05xVt .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uOQIh05xVt .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uOQIh05xVt .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uOQIh05xVt .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uOQIh05xVt .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uOQIh05xVt .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uOQIh05xVt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOQIh05xVt .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uOQIh05xVt .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uOQIh05xVt .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uOQIh05xVt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOQIh05xVt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uOQIh05xVt .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uOQIh05xVt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOQIh05xVt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOQIh05xVt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOQIh05xVt .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uOQIh05xVt .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uOQIh05xVt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOQIh05xVt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uOQIh05xVt .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uOQIh05xVt .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uOQIh05xVt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOQIh05xVt .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uOQIh05xVt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOQIh05xVt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOQIh05xVt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOQIh05xVt .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uOQIh05xVt .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uOQIh05xVt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOQIh05xVt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uOQIh05xVt .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uOQIh05xVt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uOQIh05xVt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOQIh05xVt .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uOQIh05xVt .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uOQIh05xVt .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uOQIh05xVt .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uOQIh05xVt .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uOQIh05xVt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOQIh05xVt .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uOQIh05xVt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOQIh05xVt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOQIh05xVt .dropdown-item.active,
.cid-uOQIh05xVt .dropdown-item:active {
  background-color: transparent;
}
.cid-uOQIh05xVt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uOQIh05xVt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOQIh05xVt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOQIh05xVt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOQIh05xVt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uOQIh05xVt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOQIh05xVt ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uOQIh05xVt .navbar-buttons {
  text-align: center;
}
.cid-uOQIh05xVt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOQIh05xVt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uOQIh05xVt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOQIh05xVt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOQIh05xVt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOQIh05xVt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOQIh05xVt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOQIh05xVt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOQIh05xVt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOQIh05xVt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOQIh05xVt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uOQIh05xVt .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uOQIh05xVt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uOQIh05xVt .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uOQIh05xVt .nav-link:hover,
.cid-uOQIh05xVt .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uOQIh05xVt .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uOQIh05xVt .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uOQIh05xVt .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uOQIh0owOU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uOQIh0owOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQIh0owOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQIh0owOU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOQIh0owOU .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOQIh0owOU .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uOQIh0owOU .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOQIh0owOU .container {
    padding: 0 12px;
  }
}
.cid-uOQIh0owOU .row {
  justify-content: center;
}
.cid-uOQIh0owOU .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOQIh0owOU .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uOQIh0owOU .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOQIh0owOU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOQIh0owOU .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOQIh0owOU .item {
    margin-bottom: 16px;
  }
}
.cid-uOQIh0owOU .item .item-wrapper {
  width: 100%;
}
.cid-uOQIh0owOU .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOQIh0owOU .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uOQIh0owOU .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uOQIh0owOU .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uOQIh0owOU .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uOQIh0owOU .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uOQIh0owOU .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uOQIh0owOU .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOQIh0owOU .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOQIh0owOU .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uOQIh0owOU .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uOQIh0owOU .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOQIh0owOU .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOQIh0owOU .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uOQIh0owOU .item-desc {
  color: #1D1D1F;
}
.cid-uOQIh0owOU .item-text {
  color: #1D1D1F;
}
.cid-uOQIh0GMd6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOQIh0GMd6 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uOQIh0GMd6 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uOQIh0GMd6 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uOQIh0GMd6 .social-media {
  margin-top: 1.5rem;
}
.cid-uOQIh0GMd6 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uOQIh0GMd6 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uOQIh0GMd6 .mbr-text,
.cid-uOQIh0GMd6 .mbr-offer {
  line-height: 1.5;
}
.cid-uOQIh0GMd6 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uOQIh0GMd6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uOQIh0GMd6 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uOQIh0GMd6 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uOQIh0GMd6 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uOQIh0GMd6 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uOQIh0GMd6 .container-fluid {
  max-width: 1300px;
}
.cid-uOQKG6ftJg {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uOQKG6ftJg .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uOQKG6ftJg .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uOQKG6ftJg .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uOQKG6ftJg .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uOQKG6ftJg .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uOQKG6ftJg .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uOQKG6ftJg .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uOQKG6ftJg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOQKG6ftJg .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uOQKG6ftJg .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uOQKG6ftJg .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uOQKG6ftJg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOQKG6ftJg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uOQKG6ftJg .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uOQKG6ftJg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOQKG6ftJg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOQKG6ftJg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOQKG6ftJg .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uOQKG6ftJg .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uOQKG6ftJg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOQKG6ftJg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uOQKG6ftJg .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uOQKG6ftJg .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uOQKG6ftJg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOQKG6ftJg .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uOQKG6ftJg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOQKG6ftJg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOQKG6ftJg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOQKG6ftJg .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uOQKG6ftJg .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uOQKG6ftJg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOQKG6ftJg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uOQKG6ftJg .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uOQKG6ftJg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uOQKG6ftJg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOQKG6ftJg .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uOQKG6ftJg .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uOQKG6ftJg .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uOQKG6ftJg .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uOQKG6ftJg .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uOQKG6ftJg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOQKG6ftJg .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uOQKG6ftJg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOQKG6ftJg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOQKG6ftJg .dropdown-item.active,
.cid-uOQKG6ftJg .dropdown-item:active {
  background-color: transparent;
}
.cid-uOQKG6ftJg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uOQKG6ftJg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOQKG6ftJg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOQKG6ftJg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOQKG6ftJg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uOQKG6ftJg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOQKG6ftJg ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uOQKG6ftJg .navbar-buttons {
  text-align: center;
}
.cid-uOQKG6ftJg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOQKG6ftJg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uOQKG6ftJg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOQKG6ftJg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOQKG6ftJg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOQKG6ftJg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOQKG6ftJg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOQKG6ftJg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOQKG6ftJg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOQKG6ftJg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOQKG6ftJg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uOQKG6ftJg .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uOQKG6ftJg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uOQKG6ftJg .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uOQKG6ftJg .nav-link:hover,
.cid-uOQKG6ftJg .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uOQKG6ftJg .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uOQKG6ftJg .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uOQKG6ftJg .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uOQKG6xeY0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uOQKG6xeY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQKG6xeY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQKG6xeY0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOQKG6xeY0 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOQKG6xeY0 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uOQKG6xeY0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOQKG6xeY0 .container {
    padding: 0 12px;
  }
}
.cid-uOQKG6xeY0 .row {
  justify-content: center;
}
.cid-uOQKG6xeY0 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOQKG6xeY0 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uOQKG6xeY0 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOQKG6xeY0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOQKG6xeY0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOQKG6xeY0 .item {
    margin-bottom: 16px;
  }
}
.cid-uOQKG6xeY0 .item .item-wrapper {
  width: 100%;
}
.cid-uOQKG6xeY0 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOQKG6xeY0 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uOQKG6xeY0 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uOQKG6xeY0 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uOQKG6xeY0 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uOQKG6xeY0 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uOQKG6xeY0 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uOQKG6xeY0 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOQKG6xeY0 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOQKG6xeY0 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uOQKG6xeY0 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uOQKG6xeY0 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOQKG6xeY0 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOQKG6xeY0 .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uOQKG6xeY0 .item-desc {
  color: #1D1D1F;
}
.cid-uOQKG6xeY0 .item-text {
  color: #1D1D1F;
}
.cid-uOQKG6Yi4i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOQKG6Yi4i .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uOQKG6Yi4i .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uOQKG6Yi4i .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uOQKG6Yi4i .social-media {
  margin-top: 1.5rem;
}
.cid-uOQKG6Yi4i .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uOQKG6Yi4i .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uOQKG6Yi4i .mbr-text,
.cid-uOQKG6Yi4i .mbr-offer {
  line-height: 1.5;
}
.cid-uOQKG6Yi4i .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uOQKG6Yi4i .container-fluid {
    padding: 0 1rem;
  }
  .cid-uOQKG6Yi4i .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uOQKG6Yi4i .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uOQKG6Yi4i .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uOQKG6Yi4i .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uOQKG6Yi4i .container-fluid {
  max-width: 1300px;
}
.cid-uOQOdY2LfI {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uOQOdY2LfI .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uOQOdY2LfI .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uOQOdY2LfI .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uOQOdY2LfI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uOQOdY2LfI .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uOQOdY2LfI .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uOQOdY2LfI .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uOQOdY2LfI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOQOdY2LfI .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uOQOdY2LfI .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uOQOdY2LfI .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uOQOdY2LfI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOQOdY2LfI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uOQOdY2LfI .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uOQOdY2LfI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOQOdY2LfI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOQOdY2LfI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOQOdY2LfI .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uOQOdY2LfI .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uOQOdY2LfI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOQOdY2LfI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uOQOdY2LfI .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uOQOdY2LfI .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uOQOdY2LfI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOQOdY2LfI .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uOQOdY2LfI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOQOdY2LfI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOQOdY2LfI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOQOdY2LfI .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uOQOdY2LfI .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uOQOdY2LfI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOQOdY2LfI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uOQOdY2LfI .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uOQOdY2LfI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uOQOdY2LfI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOQOdY2LfI .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uOQOdY2LfI .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uOQOdY2LfI .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uOQOdY2LfI .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uOQOdY2LfI .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uOQOdY2LfI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOQOdY2LfI .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uOQOdY2LfI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOQOdY2LfI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOQOdY2LfI .dropdown-item.active,
.cid-uOQOdY2LfI .dropdown-item:active {
  background-color: transparent;
}
.cid-uOQOdY2LfI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uOQOdY2LfI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOQOdY2LfI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOQOdY2LfI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOQOdY2LfI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uOQOdY2LfI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOQOdY2LfI ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uOQOdY2LfI .navbar-buttons {
  text-align: center;
}
.cid-uOQOdY2LfI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOQOdY2LfI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uOQOdY2LfI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOQOdY2LfI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOQOdY2LfI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOQOdY2LfI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOQOdY2LfI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOQOdY2LfI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOQOdY2LfI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOQOdY2LfI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOQOdY2LfI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uOQOdY2LfI .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uOQOdY2LfI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uOQOdY2LfI .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uOQOdY2LfI .nav-link:hover,
.cid-uOQOdY2LfI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uOQOdY2LfI .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uOQOdY2LfI .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uOQOdY2LfI .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uOQOdYnG1L {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uOQOdYnG1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQOdYnG1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQOdYnG1L .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOQOdYnG1L .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOQOdYnG1L .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uOQOdYnG1L .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOQOdYnG1L .container {
    padding: 0 12px;
  }
}
.cid-uOQOdYnG1L .row {
  justify-content: center;
}
.cid-uOQOdYnG1L .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOQOdYnG1L .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uOQOdYnG1L .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOQOdYnG1L .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOQOdYnG1L .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOQOdYnG1L .item {
    margin-bottom: 16px;
  }
}
.cid-uOQOdYnG1L .item .item-wrapper {
  width: 100%;
}
.cid-uOQOdYnG1L .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOQOdYnG1L .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uOQOdYnG1L .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uOQOdYnG1L .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uOQOdYnG1L .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uOQOdYnG1L .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uOQOdYnG1L .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uOQOdYnG1L .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOQOdYnG1L .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOQOdYnG1L .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uOQOdYnG1L .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uOQOdYnG1L .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOQOdYnG1L .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOQOdYnG1L .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uOQOdYnG1L .item-desc {
  color: #1D1D1F;
}
.cid-uOQOdYnG1L .item-text {
  color: #1D1D1F;
}
.cid-uOQOdYF3Po {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOQOdYF3Po .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uOQOdYF3Po .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uOQOdYF3Po .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uOQOdYF3Po .social-media {
  margin-top: 1.5rem;
}
.cid-uOQOdYF3Po .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uOQOdYF3Po .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uOQOdYF3Po .mbr-text,
.cid-uOQOdYF3Po .mbr-offer {
  line-height: 1.5;
}
.cid-uOQOdYF3Po .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uOQOdYF3Po .container-fluid {
    padding: 0 1rem;
  }
  .cid-uOQOdYF3Po .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uOQOdYF3Po .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uOQOdYF3Po .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uOQOdYF3Po .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uOQOdYF3Po .container-fluid {
  max-width: 1300px;
}
.cid-uOQWNHnqLv {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uOQWNHnqLv .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uOQWNHnqLv .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uOQWNHnqLv .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uOQWNHnqLv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uOQWNHnqLv .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uOQWNHnqLv .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uOQWNHnqLv .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uOQWNHnqLv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOQWNHnqLv .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uOQWNHnqLv .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uOQWNHnqLv .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uOQWNHnqLv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOQWNHnqLv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uOQWNHnqLv .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uOQWNHnqLv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOQWNHnqLv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOQWNHnqLv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOQWNHnqLv .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uOQWNHnqLv .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uOQWNHnqLv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOQWNHnqLv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uOQWNHnqLv .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uOQWNHnqLv .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uOQWNHnqLv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOQWNHnqLv .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uOQWNHnqLv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOQWNHnqLv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOQWNHnqLv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOQWNHnqLv .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uOQWNHnqLv .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uOQWNHnqLv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOQWNHnqLv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uOQWNHnqLv .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uOQWNHnqLv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uOQWNHnqLv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOQWNHnqLv .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uOQWNHnqLv .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uOQWNHnqLv .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uOQWNHnqLv .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uOQWNHnqLv .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uOQWNHnqLv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOQWNHnqLv .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uOQWNHnqLv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOQWNHnqLv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOQWNHnqLv .dropdown-item.active,
.cid-uOQWNHnqLv .dropdown-item:active {
  background-color: transparent;
}
.cid-uOQWNHnqLv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uOQWNHnqLv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOQWNHnqLv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOQWNHnqLv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOQWNHnqLv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uOQWNHnqLv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOQWNHnqLv ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uOQWNHnqLv .navbar-buttons {
  text-align: center;
}
.cid-uOQWNHnqLv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOQWNHnqLv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uOQWNHnqLv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOQWNHnqLv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOQWNHnqLv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOQWNHnqLv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOQWNHnqLv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOQWNHnqLv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOQWNHnqLv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOQWNHnqLv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOQWNHnqLv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uOQWNHnqLv .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uOQWNHnqLv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uOQWNHnqLv .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uOQWNHnqLv .nav-link:hover,
.cid-uOQWNHnqLv .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uOQWNHnqLv .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uOQWNHnqLv .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uOQWNHnqLv .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uOQWNHG3VV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uOQWNHG3VV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQWNHG3VV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQWNHG3VV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOQWNHG3VV .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOQWNHG3VV .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uOQWNHG3VV .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uOQWNHG3VV .container {
    padding: 0 12px;
  }
}
.cid-uOQWNHG3VV .row {
  justify-content: center;
}
.cid-uOQWNHG3VV .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOQWNHG3VV .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uOQWNHG3VV .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOQWNHG3VV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOQWNHG3VV .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOQWNHG3VV .item {
    margin-bottom: 16px;
  }
}
.cid-uOQWNHG3VV .item .item-wrapper {
  width: 100%;
}
.cid-uOQWNHG3VV .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOQWNHG3VV .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uOQWNHG3VV .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uOQWNHG3VV .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uOQWNHG3VV .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uOQWNHG3VV .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uOQWNHG3VV .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uOQWNHG3VV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOQWNHG3VV .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOQWNHG3VV .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uOQWNHG3VV .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uOQWNHG3VV .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOQWNHG3VV .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uOQWNHG3VV .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uOQWNHG3VV .item-desc {
  color: #1D1D1F;
}
.cid-uOQWNHG3VV .item-text {
  color: #1D1D1F;
}
.cid-uOQWNHZWNS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOQWNHZWNS .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uOQWNHZWNS .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uOQWNHZWNS .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uOQWNHZWNS .social-media {
  margin-top: 1.5rem;
}
.cid-uOQWNHZWNS .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uOQWNHZWNS .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uOQWNHZWNS .mbr-text,
.cid-uOQWNHZWNS .mbr-offer {
  line-height: 1.5;
}
.cid-uOQWNHZWNS .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uOQWNHZWNS .container-fluid {
    padding: 0 1rem;
  }
  .cid-uOQWNHZWNS .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uOQWNHZWNS .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uOQWNHZWNS .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uOQWNHZWNS .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uOQWNHZWNS .container-fluid {
  max-width: 1300px;
}
.cid-uP1bC7wjDH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uP1bC7wjDH .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uP1bC7wjDH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uP1bC7wjDH .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uP1bC7wjDH .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uP1bC7wjDH .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uP1bC7wjDH .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uP1bC7wjDH .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uP1bC7wjDH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP1bC7wjDH .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uP1bC7wjDH .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uP1bC7wjDH .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uP1bC7wjDH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP1bC7wjDH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uP1bC7wjDH .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uP1bC7wjDH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP1bC7wjDH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP1bC7wjDH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uP1bC7wjDH .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uP1bC7wjDH .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uP1bC7wjDH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP1bC7wjDH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uP1bC7wjDH .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uP1bC7wjDH .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uP1bC7wjDH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP1bC7wjDH .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uP1bC7wjDH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP1bC7wjDH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP1bC7wjDH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP1bC7wjDH .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uP1bC7wjDH .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uP1bC7wjDH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP1bC7wjDH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uP1bC7wjDH .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uP1bC7wjDH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uP1bC7wjDH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP1bC7wjDH .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uP1bC7wjDH .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uP1bC7wjDH .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uP1bC7wjDH .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uP1bC7wjDH .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uP1bC7wjDH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP1bC7wjDH .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uP1bC7wjDH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP1bC7wjDH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP1bC7wjDH .dropdown-item.active,
.cid-uP1bC7wjDH .dropdown-item:active {
  background-color: transparent;
}
.cid-uP1bC7wjDH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uP1bC7wjDH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP1bC7wjDH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP1bC7wjDH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uP1bC7wjDH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uP1bC7wjDH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP1bC7wjDH ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uP1bC7wjDH .navbar-buttons {
  text-align: center;
}
.cid-uP1bC7wjDH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP1bC7wjDH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uP1bC7wjDH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP1bC7wjDH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP1bC7wjDH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP1bC7wjDH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP1bC7wjDH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP1bC7wjDH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP1bC7wjDH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP1bC7wjDH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP1bC7wjDH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uP1bC7wjDH .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uP1bC7wjDH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uP1bC7wjDH .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uP1bC7wjDH .nav-link:hover,
.cid-uP1bC7wjDH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uP1bC7wjDH .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uP1bC7wjDH .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uP1bC7wjDH .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uP1bC7WPw7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uP1bC7WPw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1bC7WPw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP1bC7WPw7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uP1bC7WPw7 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1bC7WPw7 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uP1bC7WPw7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1bC7WPw7 .container {
    padding: 0 12px;
  }
}
.cid-uP1bC7WPw7 .row {
  justify-content: center;
}
.cid-uP1bC7WPw7 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uP1bC7WPw7 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uP1bC7WPw7 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uP1bC7WPw7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP1bC7WPw7 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP1bC7WPw7 .item {
    margin-bottom: 16px;
  }
}
.cid-uP1bC7WPw7 .item .item-wrapper {
  width: 100%;
}
.cid-uP1bC7WPw7 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP1bC7WPw7 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uP1bC7WPw7 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uP1bC7WPw7 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uP1bC7WPw7 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uP1bC7WPw7 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uP1bC7WPw7 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uP1bC7WPw7 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uP1bC7WPw7 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP1bC7WPw7 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uP1bC7WPw7 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uP1bC7WPw7 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1bC7WPw7 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1bC7WPw7 .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uP1bC7WPw7 .item-desc {
  color: #1D1D1F;
}
.cid-uP1bC7WPw7 .item-text {
  color: #1D1D1F;
}
.cid-uP1bC8dKGM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uP1bC8dKGM .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uP1bC8dKGM .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uP1bC8dKGM .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uP1bC8dKGM .social-media {
  margin-top: 1.5rem;
}
.cid-uP1bC8dKGM .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uP1bC8dKGM .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uP1bC8dKGM .mbr-text,
.cid-uP1bC8dKGM .mbr-offer {
  line-height: 1.5;
}
.cid-uP1bC8dKGM .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uP1bC8dKGM .container-fluid {
    padding: 0 1rem;
  }
  .cid-uP1bC8dKGM .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uP1bC8dKGM .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uP1bC8dKGM .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uP1bC8dKGM .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uP1bC8dKGM .container-fluid {
  max-width: 1300px;
}
.cid-uP1culBmaF {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uP1culBmaF .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uP1culBmaF .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uP1culBmaF .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uP1culBmaF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uP1culBmaF .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uP1culBmaF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uP1culBmaF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uP1culBmaF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP1culBmaF .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uP1culBmaF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uP1culBmaF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uP1culBmaF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP1culBmaF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uP1culBmaF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uP1culBmaF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP1culBmaF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP1culBmaF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uP1culBmaF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uP1culBmaF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uP1culBmaF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP1culBmaF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uP1culBmaF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uP1culBmaF .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uP1culBmaF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP1culBmaF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uP1culBmaF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP1culBmaF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP1culBmaF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP1culBmaF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uP1culBmaF .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uP1culBmaF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP1culBmaF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uP1culBmaF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uP1culBmaF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uP1culBmaF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP1culBmaF .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uP1culBmaF .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uP1culBmaF .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uP1culBmaF .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uP1culBmaF .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uP1culBmaF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP1culBmaF .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uP1culBmaF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP1culBmaF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP1culBmaF .dropdown-item.active,
.cid-uP1culBmaF .dropdown-item:active {
  background-color: transparent;
}
.cid-uP1culBmaF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uP1culBmaF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP1culBmaF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP1culBmaF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uP1culBmaF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uP1culBmaF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP1culBmaF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uP1culBmaF .navbar-buttons {
  text-align: center;
}
.cid-uP1culBmaF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP1culBmaF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uP1culBmaF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP1culBmaF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP1culBmaF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP1culBmaF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP1culBmaF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP1culBmaF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP1culBmaF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP1culBmaF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP1culBmaF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uP1culBmaF .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uP1culBmaF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uP1culBmaF .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uP1culBmaF .nav-link:hover,
.cid-uP1culBmaF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uP1culBmaF .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uP1culBmaF .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uP1culBmaF .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uP1culUjIM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uP1culUjIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1culUjIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP1culUjIM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uP1culUjIM .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1culUjIM .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uP1culUjIM .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1culUjIM .container {
    padding: 0 12px;
  }
}
.cid-uP1culUjIM .row {
  justify-content: center;
}
.cid-uP1culUjIM .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uP1culUjIM .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uP1culUjIM .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uP1culUjIM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP1culUjIM .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP1culUjIM .item {
    margin-bottom: 16px;
  }
}
.cid-uP1culUjIM .item .item-wrapper {
  width: 100%;
}
.cid-uP1culUjIM .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP1culUjIM .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uP1culUjIM .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uP1culUjIM .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uP1culUjIM .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uP1culUjIM .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uP1culUjIM .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uP1culUjIM .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uP1culUjIM .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP1culUjIM .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uP1culUjIM .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uP1culUjIM .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1culUjIM .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1culUjIM .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uP1culUjIM .item-desc {
  color: #1D1D1F;
}
.cid-uP1culUjIM .item-text {
  color: #1D1D1F;
}
.cid-uP1cumc1JG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uP1cumc1JG .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uP1cumc1JG .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uP1cumc1JG .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uP1cumc1JG .social-media {
  margin-top: 1.5rem;
}
.cid-uP1cumc1JG .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uP1cumc1JG .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uP1cumc1JG .mbr-text,
.cid-uP1cumc1JG .mbr-offer {
  line-height: 1.5;
}
.cid-uP1cumc1JG .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uP1cumc1JG .container-fluid {
    padding: 0 1rem;
  }
  .cid-uP1cumc1JG .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uP1cumc1JG .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uP1cumc1JG .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uP1cumc1JG .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uP1cumc1JG .container-fluid {
  max-width: 1300px;
}
.cid-uP1dEqdFS4 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uP1dEqdFS4 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uP1dEqdFS4 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uP1dEqdFS4 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uP1dEqdFS4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uP1dEqdFS4 .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uP1dEqdFS4 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uP1dEqdFS4 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uP1dEqdFS4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP1dEqdFS4 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uP1dEqdFS4 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uP1dEqdFS4 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uP1dEqdFS4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP1dEqdFS4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uP1dEqdFS4 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uP1dEqdFS4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP1dEqdFS4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP1dEqdFS4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uP1dEqdFS4 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uP1dEqdFS4 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uP1dEqdFS4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP1dEqdFS4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uP1dEqdFS4 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uP1dEqdFS4 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uP1dEqdFS4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP1dEqdFS4 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uP1dEqdFS4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP1dEqdFS4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP1dEqdFS4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP1dEqdFS4 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uP1dEqdFS4 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uP1dEqdFS4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP1dEqdFS4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uP1dEqdFS4 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uP1dEqdFS4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uP1dEqdFS4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP1dEqdFS4 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uP1dEqdFS4 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uP1dEqdFS4 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uP1dEqdFS4 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uP1dEqdFS4 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uP1dEqdFS4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP1dEqdFS4 .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uP1dEqdFS4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP1dEqdFS4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP1dEqdFS4 .dropdown-item.active,
.cid-uP1dEqdFS4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uP1dEqdFS4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uP1dEqdFS4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP1dEqdFS4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP1dEqdFS4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uP1dEqdFS4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uP1dEqdFS4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP1dEqdFS4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uP1dEqdFS4 .navbar-buttons {
  text-align: center;
}
.cid-uP1dEqdFS4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP1dEqdFS4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uP1dEqdFS4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP1dEqdFS4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP1dEqdFS4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP1dEqdFS4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP1dEqdFS4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP1dEqdFS4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP1dEqdFS4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP1dEqdFS4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP1dEqdFS4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uP1dEqdFS4 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uP1dEqdFS4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uP1dEqdFS4 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uP1dEqdFS4 .nav-link:hover,
.cid-uP1dEqdFS4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uP1dEqdFS4 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uP1dEqdFS4 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uP1dEqdFS4 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uP1dEqzDct {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uP1dEqzDct .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1dEqzDct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP1dEqzDct .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uP1dEqzDct .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1dEqzDct .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uP1dEqzDct .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1dEqzDct .container {
    padding: 0 12px;
  }
}
.cid-uP1dEqzDct .row {
  justify-content: center;
}
.cid-uP1dEqzDct .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uP1dEqzDct .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uP1dEqzDct .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uP1dEqzDct .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP1dEqzDct .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP1dEqzDct .item {
    margin-bottom: 16px;
  }
}
.cid-uP1dEqzDct .item .item-wrapper {
  width: 100%;
}
.cid-uP1dEqzDct .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP1dEqzDct .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uP1dEqzDct .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uP1dEqzDct .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uP1dEqzDct .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uP1dEqzDct .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uP1dEqzDct .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uP1dEqzDct .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uP1dEqzDct .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP1dEqzDct .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uP1dEqzDct .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uP1dEqzDct .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1dEqzDct .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1dEqzDct .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uP1dEqzDct .item-desc {
  color: #1D1D1F;
}
.cid-uP1dEqzDct .item-text {
  color: #1D1D1F;
}
.cid-uP1dErddVQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uP1dErddVQ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uP1dErddVQ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uP1dErddVQ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uP1dErddVQ .social-media {
  margin-top: 1.5rem;
}
.cid-uP1dErddVQ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uP1dErddVQ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uP1dErddVQ .mbr-text,
.cid-uP1dErddVQ .mbr-offer {
  line-height: 1.5;
}
.cid-uP1dErddVQ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uP1dErddVQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uP1dErddVQ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uP1dErddVQ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uP1dErddVQ .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uP1dErddVQ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uP1dErddVQ .container-fluid {
  max-width: 1300px;
}
.cid-uP1gjXjfjt {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uP1gjXjfjt .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uP1gjXjfjt .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uP1gjXjfjt .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uP1gjXjfjt .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uP1gjXjfjt .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uP1gjXjfjt .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uP1gjXjfjt .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uP1gjXjfjt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP1gjXjfjt .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uP1gjXjfjt .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uP1gjXjfjt .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uP1gjXjfjt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP1gjXjfjt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uP1gjXjfjt .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uP1gjXjfjt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP1gjXjfjt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP1gjXjfjt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uP1gjXjfjt .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uP1gjXjfjt .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uP1gjXjfjt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP1gjXjfjt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uP1gjXjfjt .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uP1gjXjfjt .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uP1gjXjfjt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP1gjXjfjt .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uP1gjXjfjt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP1gjXjfjt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP1gjXjfjt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP1gjXjfjt .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uP1gjXjfjt .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uP1gjXjfjt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP1gjXjfjt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uP1gjXjfjt .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uP1gjXjfjt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uP1gjXjfjt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP1gjXjfjt .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uP1gjXjfjt .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uP1gjXjfjt .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uP1gjXjfjt .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uP1gjXjfjt .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uP1gjXjfjt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP1gjXjfjt .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uP1gjXjfjt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP1gjXjfjt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP1gjXjfjt .dropdown-item.active,
.cid-uP1gjXjfjt .dropdown-item:active {
  background-color: transparent;
}
.cid-uP1gjXjfjt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uP1gjXjfjt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP1gjXjfjt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP1gjXjfjt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uP1gjXjfjt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uP1gjXjfjt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP1gjXjfjt ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uP1gjXjfjt .navbar-buttons {
  text-align: center;
}
.cid-uP1gjXjfjt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP1gjXjfjt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uP1gjXjfjt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP1gjXjfjt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP1gjXjfjt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP1gjXjfjt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP1gjXjfjt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP1gjXjfjt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP1gjXjfjt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP1gjXjfjt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP1gjXjfjt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uP1gjXjfjt .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uP1gjXjfjt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uP1gjXjfjt .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uP1gjXjfjt .nav-link:hover,
.cid-uP1gjXjfjt .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uP1gjXjfjt .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uP1gjXjfjt .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uP1gjXjfjt .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uP1gjXFJIX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uP1gjXFJIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1gjXFJIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP1gjXFJIX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uP1gjXFJIX .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1gjXFJIX .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uP1gjXFJIX .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1gjXFJIX .container {
    padding: 0 12px;
  }
}
.cid-uP1gjXFJIX .row {
  justify-content: center;
}
.cid-uP1gjXFJIX .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uP1gjXFJIX .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uP1gjXFJIX .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uP1gjXFJIX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP1gjXFJIX .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP1gjXFJIX .item {
    margin-bottom: 16px;
  }
}
.cid-uP1gjXFJIX .item .item-wrapper {
  width: 100%;
}
.cid-uP1gjXFJIX .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP1gjXFJIX .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uP1gjXFJIX .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uP1gjXFJIX .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uP1gjXFJIX .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uP1gjXFJIX .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uP1gjXFJIX .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uP1gjXFJIX .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uP1gjXFJIX .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP1gjXFJIX .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uP1gjXFJIX .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uP1gjXFJIX .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1gjXFJIX .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1gjXFJIX .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uP1gjXFJIX .item-desc {
  color: #1D1D1F;
}
.cid-uP1gjXFJIX .item-text {
  color: #1D1D1F;
}
.cid-uP1gjXYfCB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uP1gjXYfCB .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uP1gjXYfCB .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uP1gjXYfCB .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uP1gjXYfCB .social-media {
  margin-top: 1.5rem;
}
.cid-uP1gjXYfCB .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uP1gjXYfCB .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uP1gjXYfCB .mbr-text,
.cid-uP1gjXYfCB .mbr-offer {
  line-height: 1.5;
}
.cid-uP1gjXYfCB .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uP1gjXYfCB .container-fluid {
    padding: 0 1rem;
  }
  .cid-uP1gjXYfCB .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uP1gjXYfCB .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uP1gjXYfCB .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uP1gjXYfCB .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uP1gjXYfCB .container-fluid {
  max-width: 1300px;
}
.cid-uP1jqDNtAt {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uP1jqDNtAt .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uP1jqDNtAt .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uP1jqDNtAt .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uP1jqDNtAt .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uP1jqDNtAt .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uP1jqDNtAt .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uP1jqDNtAt .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uP1jqDNtAt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP1jqDNtAt .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uP1jqDNtAt .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uP1jqDNtAt .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uP1jqDNtAt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP1jqDNtAt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uP1jqDNtAt .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uP1jqDNtAt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP1jqDNtAt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP1jqDNtAt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uP1jqDNtAt .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uP1jqDNtAt .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uP1jqDNtAt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP1jqDNtAt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uP1jqDNtAt .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uP1jqDNtAt .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uP1jqDNtAt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP1jqDNtAt .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uP1jqDNtAt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP1jqDNtAt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP1jqDNtAt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP1jqDNtAt .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uP1jqDNtAt .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uP1jqDNtAt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP1jqDNtAt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uP1jqDNtAt .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uP1jqDNtAt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uP1jqDNtAt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP1jqDNtAt .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uP1jqDNtAt .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uP1jqDNtAt .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uP1jqDNtAt .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uP1jqDNtAt .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uP1jqDNtAt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP1jqDNtAt .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uP1jqDNtAt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP1jqDNtAt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP1jqDNtAt .dropdown-item.active,
.cid-uP1jqDNtAt .dropdown-item:active {
  background-color: transparent;
}
.cid-uP1jqDNtAt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uP1jqDNtAt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP1jqDNtAt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP1jqDNtAt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uP1jqDNtAt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uP1jqDNtAt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP1jqDNtAt ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uP1jqDNtAt .navbar-buttons {
  text-align: center;
}
.cid-uP1jqDNtAt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP1jqDNtAt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uP1jqDNtAt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP1jqDNtAt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP1jqDNtAt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP1jqDNtAt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP1jqDNtAt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP1jqDNtAt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP1jqDNtAt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP1jqDNtAt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP1jqDNtAt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uP1jqDNtAt .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uP1jqDNtAt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uP1jqDNtAt .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uP1jqDNtAt .nav-link:hover,
.cid-uP1jqDNtAt .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uP1jqDNtAt .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uP1jqDNtAt .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uP1jqDNtAt .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uP1jqE5P18 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uP1jqE5P18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1jqE5P18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP1jqE5P18 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uP1jqE5P18 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1jqE5P18 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uP1jqE5P18 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1jqE5P18 .container {
    padding: 0 12px;
  }
}
.cid-uP1jqE5P18 .row {
  justify-content: center;
}
.cid-uP1jqE5P18 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uP1jqE5P18 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uP1jqE5P18 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uP1jqE5P18 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP1jqE5P18 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP1jqE5P18 .item {
    margin-bottom: 16px;
  }
}
.cid-uP1jqE5P18 .item .item-wrapper {
  width: 100%;
}
.cid-uP1jqE5P18 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP1jqE5P18 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uP1jqE5P18 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uP1jqE5P18 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uP1jqE5P18 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uP1jqE5P18 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uP1jqE5P18 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uP1jqE5P18 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uP1jqE5P18 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP1jqE5P18 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uP1jqE5P18 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uP1jqE5P18 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1jqE5P18 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1jqE5P18 .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uP1jqE5P18 .item-desc {
  color: #1D1D1F;
}
.cid-uP1jqE5P18 .item-text {
  color: #1D1D1F;
}
.cid-uP1kSIQKJP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uP1kSIQKJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1kSIQKJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP1kSIQKJP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uP1kSIQKJP .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1kSIQKJP .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uP1kSIQKJP .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1kSIQKJP .container {
    padding: 0 12px;
  }
}
.cid-uP1kSIQKJP .row {
  justify-content: center;
}
.cid-uP1kSIQKJP .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uP1kSIQKJP .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uP1kSIQKJP .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uP1kSIQKJP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP1kSIQKJP .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP1kSIQKJP .item {
    margin-bottom: 16px;
  }
}
.cid-uP1kSIQKJP .item .item-wrapper {
  width: 100%;
}
.cid-uP1kSIQKJP .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP1kSIQKJP .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uP1kSIQKJP .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uP1kSIQKJP .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uP1kSIQKJP .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uP1kSIQKJP .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uP1kSIQKJP .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uP1kSIQKJP .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uP1kSIQKJP .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP1kSIQKJP .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uP1kSIQKJP .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uP1kSIQKJP .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1kSIQKJP .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1kSIQKJP .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uP1kSIQKJP .item-desc {
  color: #1D1D1F;
}
.cid-uP1kSIQKJP .item-text {
  color: #1D1D1F;
}
.cid-uP1jqEm8mt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uP1jqEm8mt .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uP1jqEm8mt .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uP1jqEm8mt .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uP1jqEm8mt .social-media {
  margin-top: 1.5rem;
}
.cid-uP1jqEm8mt .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uP1jqEm8mt .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uP1jqEm8mt .mbr-text,
.cid-uP1jqEm8mt .mbr-offer {
  line-height: 1.5;
}
.cid-uP1jqEm8mt .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uP1jqEm8mt .container-fluid {
    padding: 0 1rem;
  }
  .cid-uP1jqEm8mt .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uP1jqEm8mt .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uP1jqEm8mt .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uP1jqEm8mt .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uP1jqEm8mt .container-fluid {
  max-width: 1300px;
}
.cid-uP1pUar2WI {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uP1pUar2WI .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uP1pUar2WI .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uP1pUar2WI .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uP1pUar2WI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uP1pUar2WI .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uP1pUar2WI .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uP1pUar2WI .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uP1pUar2WI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP1pUar2WI .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uP1pUar2WI .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uP1pUar2WI .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uP1pUar2WI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP1pUar2WI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uP1pUar2WI .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uP1pUar2WI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP1pUar2WI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP1pUar2WI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uP1pUar2WI .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uP1pUar2WI .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uP1pUar2WI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP1pUar2WI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uP1pUar2WI .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uP1pUar2WI .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uP1pUar2WI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP1pUar2WI .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uP1pUar2WI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP1pUar2WI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP1pUar2WI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP1pUar2WI .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uP1pUar2WI .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uP1pUar2WI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP1pUar2WI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uP1pUar2WI .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uP1pUar2WI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uP1pUar2WI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP1pUar2WI .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uP1pUar2WI .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uP1pUar2WI .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uP1pUar2WI .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uP1pUar2WI .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uP1pUar2WI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP1pUar2WI .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uP1pUar2WI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP1pUar2WI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP1pUar2WI .dropdown-item.active,
.cid-uP1pUar2WI .dropdown-item:active {
  background-color: transparent;
}
.cid-uP1pUar2WI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uP1pUar2WI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP1pUar2WI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP1pUar2WI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uP1pUar2WI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uP1pUar2WI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP1pUar2WI ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uP1pUar2WI .navbar-buttons {
  text-align: center;
}
.cid-uP1pUar2WI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP1pUar2WI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uP1pUar2WI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP1pUar2WI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP1pUar2WI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP1pUar2WI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP1pUar2WI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP1pUar2WI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP1pUar2WI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP1pUar2WI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP1pUar2WI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uP1pUar2WI .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uP1pUar2WI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uP1pUar2WI .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uP1pUar2WI .nav-link:hover,
.cid-uP1pUar2WI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uP1pUar2WI .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uP1pUar2WI .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uP1pUar2WI .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uP1pUaKfae {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uP1pUaKfae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1pUaKfae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP1pUaKfae .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uP1pUaKfae .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1pUaKfae .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uP1pUaKfae .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1pUaKfae .container {
    padding: 0 12px;
  }
}
.cid-uP1pUaKfae .row {
  justify-content: center;
}
.cid-uP1pUaKfae .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uP1pUaKfae .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uP1pUaKfae .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uP1pUaKfae .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP1pUaKfae .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP1pUaKfae .item {
    margin-bottom: 16px;
  }
}
.cid-uP1pUaKfae .item .item-wrapper {
  width: 100%;
}
.cid-uP1pUaKfae .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP1pUaKfae .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uP1pUaKfae .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uP1pUaKfae .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uP1pUaKfae .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uP1pUaKfae .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uP1pUaKfae .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uP1pUaKfae .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uP1pUaKfae .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP1pUaKfae .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uP1pUaKfae .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uP1pUaKfae .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1pUaKfae .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1pUaKfae .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uP1pUaKfae .item-desc {
  color: #1D1D1F;
}
.cid-uP1pUaKfae .item-text {
  color: #1D1D1F;
}
.cid-uP1pUb3rGb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uP1pUb3rGb .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uP1pUb3rGb .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uP1pUb3rGb .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uP1pUb3rGb .social-media {
  margin-top: 1.5rem;
}
.cid-uP1pUb3rGb .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uP1pUb3rGb .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uP1pUb3rGb .mbr-text,
.cid-uP1pUb3rGb .mbr-offer {
  line-height: 1.5;
}
.cid-uP1pUb3rGb .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uP1pUb3rGb .container-fluid {
    padding: 0 1rem;
  }
  .cid-uP1pUb3rGb .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uP1pUb3rGb .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uP1pUb3rGb .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uP1pUb3rGb .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uP1pUb3rGb .container-fluid {
  max-width: 1300px;
}
.cid-uP1u2k7BFx {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uP1u2k7BFx .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uP1u2k7BFx .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uP1u2k7BFx .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uP1u2k7BFx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uP1u2k7BFx .navbar .dropdown-item {
  font-family: 'Cormorant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uP1u2k7BFx .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uP1u2k7BFx .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uP1u2k7BFx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP1u2k7BFx .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  -moz-box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uP1u2k7BFx .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-uP1u2k7BFx .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uP1u2k7BFx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP1u2k7BFx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 89.6vh;
  }
}
.cid-uP1u2k7BFx .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uP1u2k7BFx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP1u2k7BFx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP1u2k7BFx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uP1u2k7BFx .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uP1u2k7BFx .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uP1u2k7BFx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP1u2k7BFx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uP1u2k7BFx .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uP1u2k7BFx .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uP1u2k7BFx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP1u2k7BFx .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uP1u2k7BFx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP1u2k7BFx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP1u2k7BFx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP1u2k7BFx .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uP1u2k7BFx .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uP1u2k7BFx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP1u2k7BFx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uP1u2k7BFx .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uP1u2k7BFx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uP1u2k7BFx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP1u2k7BFx .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uP1u2k7BFx .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uP1u2k7BFx .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uP1u2k7BFx .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-uP1u2k7BFx .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-uP1u2k7BFx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uP1u2k7BFx .navbar-brand {
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  opacity: 1;
}
.cid-uP1u2k7BFx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP1u2k7BFx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP1u2k7BFx .dropdown-item.active,
.cid-uP1u2k7BFx .dropdown-item:active {
  background-color: transparent;
}
.cid-uP1u2k7BFx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Merriweather', serif;
}
.cid-uP1u2k7BFx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP1u2k7BFx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP1u2k7BFx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uP1u2k7BFx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uP1u2k7BFx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP1u2k7BFx ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uP1u2k7BFx .navbar-buttons {
  text-align: center;
}
.cid-uP1u2k7BFx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP1u2k7BFx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uP1u2k7BFx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uP1u2k7BFx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uP1u2k7BFx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uP1u2k7BFx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uP1u2k7BFx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP1u2k7BFx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uP1u2k7BFx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uP1u2k7BFx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uP1u2k7BFx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-uP1u2k7BFx .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-uP1u2k7BFx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uP1u2k7BFx .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uP1u2k7BFx .nav-link:hover,
.cid-uP1u2k7BFx .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uP1u2k7BFx .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 2.5rem;
  max-width: 1300px;
  transition: 0.5s;
}
.cid-uP1u2k7BFx .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uP1u2k7BFx .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uP1u2kqKEV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #c1c1c1;
}
.cid-uP1u2kqKEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1u2kqKEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP1u2kqKEV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uP1u2kqKEV .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1u2kqKEV .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uP1u2kqKEV .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP1u2kqKEV .container {
    padding: 0 12px;
  }
}
.cid-uP1u2kqKEV .row {
  justify-content: center;
}
.cid-uP1u2kqKEV .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uP1u2kqKEV .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uP1u2kqKEV .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uP1u2kqKEV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP1u2kqKEV .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP1u2kqKEV .item {
    margin-bottom: 16px;
  }
}
.cid-uP1u2kqKEV .item .item-wrapper {
  width: 100%;
}
.cid-uP1u2kqKEV .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP1u2kqKEV .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uP1u2kqKEV .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uP1u2kqKEV .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uP1u2kqKEV .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 4px;
}
.cid-uP1u2kqKEV .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uP1u2kqKEV .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uP1u2kqKEV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uP1u2kqKEV .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #c1c1c1;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP1u2kqKEV .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uP1u2kqKEV .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uP1u2kqKEV .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1u2kqKEV .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uP1u2kqKEV .item-title {
  color: #1D1D1F;
  text-align: left;
}
.cid-uP1u2kqKEV .item-desc {
  color: #1D1D1F;
}
.cid-uP1u2kqKEV .item-text {
  color: #1D1D1F;
}
.cid-uP1u2kJD35 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uP1u2kJD35 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-uP1u2kJD35 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-uP1u2kJD35 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uP1u2kJD35 .social-media {
  margin-top: 1.5rem;
}
.cid-uP1u2kJD35 .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-uP1u2kJD35 .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-uP1u2kJD35 .mbr-text,
.cid-uP1u2kJD35 .mbr-offer {
  line-height: 1.5;
}
.cid-uP1u2kJD35 .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-uP1u2kJD35 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uP1u2kJD35 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-uP1u2kJD35 .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-uP1u2kJD35 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (min-width: 767px) {
  .cid-uP1u2kJD35 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-uP1u2kJD35 .container-fluid {
  max-width: 1300px;
}
