body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Cormorant', serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Cormorant', serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.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: #d3ac3f !important;
}
.bg-success {
  background-color: #d3ac3f !important;
}
.bg-info {
  background-color: #d3ac3f !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #d3ac3f !important;
  border-color: #d3ac3f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #a18025 !important;
  border-color: #a18025 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a18025 !important;
  border-color: #a18025 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #071125 !important;
  border-color: #071125 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #d3ac3f !important;
  border-color: #d3ac3f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #a18025 !important;
  border-color: #a18025 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a18025 !important;
  border-color: #a18025 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #d3ac3f !important;
  border-color: #d3ac3f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #a18025 !important;
  border-color: #a18025 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a18025 !important;
  border-color: #a18025 !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: #d3ac3f;
  color: #d3ac3f !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #d3ac3f;
  border-color: #d3ac3f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d3ac3f !important;
  border-color: #d3ac3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #071125;
  color: #071125 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #071125;
  border-color: #071125;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #071125 !important;
  border-color: #071125 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #d3ac3f;
  color: #d3ac3f !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #d3ac3f;
  border-color: #d3ac3f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d3ac3f !important;
  border-color: #d3ac3f !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #d3ac3f;
  color: #d3ac3f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #d3ac3f;
  border-color: #d3ac3f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d3ac3f !important;
  border-color: #d3ac3f !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: #d3ac3f !important;
}
.text-secondary {
  color: #071125 !important;
}
.text-success {
  color: #d3ac3f !important;
}
.text-info {
  color: #d3ac3f !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: #d3ac3f;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b5912a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b5912a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b5912a !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: #d3ac3f;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d3ac3f;
  border-color: #d3ac3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9f4e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f9f4e5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f9f4e5;
}
.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: #d3ac3f;
}
#scrollToTop a i:before {
  background: #000000;
}
#scrollToTop a i:after {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.mbr-arrow {
  background-color: #d3ac3f;
}
.mbr-arrow a {
  color: #000000;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #d3ac3f;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d3ac3f;
  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: #d3ac3f;
  border-bottom-color: #d3ac3f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d3ac3f !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: #071125 !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='%23d3ac3f' %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 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@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 #d3ac3f;
}
.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: 96.65714286vh;
  }
}
.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: 'Cormorant', 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: 45px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/soff-igorevich-58942-f53b98fc-c991-49d5-aa00-c2504df11dd4-1-1344x896.png");
}
@media (max-width: 991px) {
  .cid-rDJpxjKCOj {
    height: auto;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 16px;
  }
}
.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: #ffffff;
}
.cid-rDJpxjKCOj .btn-line {
  margin-top: 3rem;
}
.cid-rDJpxjKCOj p {
  margin-bottom: 0;
}
.cid-upAbauWFfd {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-upAbauWFfd {
    padding-top: 28px;
    padding-bottom: 32px;
  }
}
.cid-upAbauWFfd h3 {
  color: #132c70;
  font-size: 28px;
  font-weight: 400;
}
.cid-upAbauWFfd img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upAbauWFfd img {
    width: 100%;
  }
  .cid-upAbauWFfd .pb-5 {
    padding-bottom: 1rem!important;
  }
  .cid-upAbauWFfd .text-padding {
    padding: 0 1rem;
  }
  .cid-upAbauWFfd .block-img {
    order: 1;
  }
  .cid-upAbauWFfd .block-text {
    order: 0;
  }
}
.cid-upAbauWFfd ol {
  padding: 0;
  margin: 0;
}
.cid-upAbauWFfd li {
  padding-bottom: 1rem;
  line-height: 1.4;
}
.cid-upAbauWFfd .counter-container2 ol {
  counter-reset: start 4;
}
.cid-upAbauWFfd .counter-container2 li {
  display: block;
}
.cid-upAbauWFfd .counter-container2 li:before {
  content: counter(start) ". ";
  counter-increment: start;
}
.cid-upAbauWFfd .counter-container1 ol {
  counter-reset: start 0;
}
.cid-upAbauWFfd .counter-container1 li {
  display: block;
}
.cid-upAbauWFfd .counter-container1 li:before {
  content: counter(start) ". ";
  counter-increment: start;
}
.cid-upAbauWFfd li:before {
  color: #d3ac3f;
}
.cid-upAbauWFfd .container-fluid {
  max-width: 1300px;
}
@media (min-width: 992px) {
  .cid-upAbauWFfd .text-padding {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upAbauWFfd .text-padding {
    padding: 0 2rem;
  }
  .cid-upAbauWFfd .container-fluid {
    padding: 0;
  }
  .cid-upAbauWFfd img {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAbauWFfd .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAbauWFfd .counter-container,
.cid-upAbauWFfd .mbr-text {
  color: #000000;
}
.cid-upAbauWFfd H3 {
  color: #d3ac3f;
}
.cid-upAbauWFfd .counter-container {
  color: #000000;
}
.cid-upA8IiIE7Z {
  background-image: url("../../../assets/images/soff-igorevich-58942-f53b98fc-c991-49d5-aa00-c2504df11dd4-1344x896.png");
}
.cid-upA8IiIE7Z .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-upA8IiIE7Z .card .card-wrapper {
  height: 1%;
}
.cid-upA8IiIE7Z .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-upA8IiIE7Z .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-upA8IiIE7Z .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-upA8IiIE7Z .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-upA8IiIE7Z .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-upA8IiIE7Z {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-upA8IiIE7Z .container-fluid {
    padding: 0 1rem;
  }
  .cid-upA8IiIE7Z .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upA8IiIE7Z {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-upA8IiIE7Z .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-upA8IiIE7Z .card-btn {
    opacity: 1;
  }
}
.cid-upA8IiIE7Z p {
  margin-bottom: 0;
}
.cid-upA8IiIE7Z h2 {
  margin-bottom: 1rem;
}
.cid-upA8IiIE7Z .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-upA8IiIE7Z .btn-line {
  margin-top: 3rem;
}
.cid-upA8IiIE7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-upA8IiIE7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upA8IiIE7Z H2 {
  color: #d3ac3f;
}
.cid-upA8IiIE7Z .mbr-section-subtitle,
.cid-upA8IiIE7Z .title-btn {
  color: #000000;
}
.cid-upA8IiIE7Z .mbr-text,
.cid-upA8IiIE7Z .card-btn {
  color: #000000;
}
.cid-rDOTU7apah {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rDOTU7apah {
    padding-top: 28px;
    padding-bottom: 32px;
  }
}
.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: #d3ac3f;
}
.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 H3 {
  color: #d3ac3f;
}
.cid-rDOTU7apah .counter-container {
  color: #000000;
}
.cid-upA8WMHuU8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-upA8WMHuU8 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cid-upA8WMHuU8 H1 {
  color: #d3ac3f;
}
.cid-upA8WMHuU8 .mbr-text,
.cid-upA8WMHuU8 .mbr-section-btn {
  color: #000000;
}
.cid-upA8WMHuU8 H3 {
  color: #ffffff;
}
.cid-upA8WMHuU8 .container-fluid {
  padding: 0 3rem;
  margin-top: 1.7rem;
}
.cid-upA8WMHuU8 .mbr-list {
  list-style: none;
  padding: 0 1.5rem;
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
}
.cid-upA8WMHuU8 .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upA8WMHuU8 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upA8WMHuU8 p {
  margin: 0;
}
.cid-upA8WMHuU8 a {
  color: #ffffff;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .cid-upA8WMHuU8 .wrapper {
    display: flex;
    flex-direction: column;
  }
}
.cid-upA8WMHuU8 ul {
  color: #ffffff;
  margin-right: 1.5rem;
}
.cid-upA8WMHuU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upA8WMHuU8 .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 #232323;
  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: #d3ac3f;
  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: 12px;
    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: 90px;
    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-upA97B3Wgw {
  background-color: #ffffff;
}
.cid-upA97B3Wgw .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upA97B3Wgw .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upA97B3Wgw .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upA97B3Wgw .social-media {
  margin-top: 1.5rem;
}
.cid-upA97B3Wgw .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upA97B3Wgw .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upA97B3Wgw .mbr-text,
.cid-upA97B3Wgw .mbr-offer {
  line-height: 1.5;
}
.cid-upA97B3Wgw .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upA97B3Wgw {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upA97B3Wgw .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upA97B3Wgw .container-fluid {
    padding: 0 1rem;
  }
  .cid-upA97B3Wgw .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upA97B3Wgw .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upA97B3Wgw .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upA97B3Wgw {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upA97B3Wgw .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upA97B3Wgw .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upA97B3Wgw .container-fluid {
  max-width: 1300px;
}
.cid-upA97B3Wgw li {
  font-weight: 400;
}
.cid-upA9buhPmT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upA9buhPmT .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upA9buhPmT .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upA9buhPmT .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upA9buhPmT .social-media {
  margin-top: 1.5rem;
}
.cid-upA9buhPmT .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upA9buhPmT .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upA9buhPmT .mbr-text,
.cid-upA9buhPmT .mbr-offer {
  line-height: 1.5;
}
.cid-upA9buhPmT .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upA9buhPmT .container-fluid {
    padding: 0 1rem;
  }
  .cid-upA9buhPmT .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upA9buhPmT .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upA9buhPmT .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upA9buhPmT .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upA9buhPmT .container-fluid {
  max-width: 1300px;
}
.cid-upAlTJ04ec .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAlTJ04ec .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAlTJ04ec .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAlTJ04ec .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAlTJ04ec .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-upAlTJ04ec .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAlTJ04ec .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAlTJ04ec .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAlTJ04ec .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-upAlTJ04ec .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAlTJ04ec .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAlTJ04ec .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAlTJ04ec .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAlTJ04ec .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAlTJ04ec .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAlTJ04ec .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAlTJ04ec .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-upAlTJ04ec .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAlTJ04ec .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAlTJ04ec .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAlTJ04ec .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAlTJ04ec .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAlTJ04ec .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAlTJ04ec .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAlTJ04ec .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAlTJ04ec .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAlTJ04ec .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAlTJ04ec .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-upAlTJ04ec .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAlTJ04ec .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAlTJ04ec .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAlTJ04ec .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAlTJ04ec .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAlTJ04ec .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-upAlTJ04ec .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAlTJ04ec .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAlTJ04ec .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAlTJ04ec .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAlTJ04ec .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAlTJ04ec .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAlTJ04ec .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAlTJ04ec .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-upAlTJ04ec .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAlTJ04ec .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAlTJ04ec .dropdown-item.active,
.cid-upAlTJ04ec .dropdown-item:active {
  background-color: transparent;
}
.cid-upAlTJ04ec .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAlTJ04ec .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAlTJ04ec .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAlTJ04ec .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAlTJ04ec .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAlTJ04ec .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAlTJ04ec ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAlTJ04ec .navbar-buttons {
  text-align: center;
}
.cid-upAlTJ04ec button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAlTJ04ec button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAlTJ04ec button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAlTJ04ec button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAlTJ04ec button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAlTJ04ec button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAlTJ04ec nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAlTJ04ec nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAlTJ04ec nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAlTJ04ec nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAlTJ04ec a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAlTJ04ec .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAlTJ04ec .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAlTJ04ec .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAlTJ04ec .nav-link:hover,
.cid-upAlTJ04ec .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAlTJ04ec .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-upAlTJ04ec .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAlTJ04ec .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upAmwSfXGr {
  background-color: #ffffff;
}
.cid-upAmwSfXGr .photo-split img {
  width: 100%;
}
.cid-upAmwSfXGr .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-upAmwSfXGr .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-upAmwSfXGr .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-upAmwSfXGr .wrap-block {
  padding-left: 2rem;
}
.cid-upAmwSfXGr .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-upAmwSfXGr .wrap-block ul li {
  display: inline-block;
}
.cid-upAmwSfXGr .wrap-block ul li span {
  text-align: center;
}
.cid-upAmwSfXGr .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-upAmwSfXGr .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAmwSfXGr .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-upAmwSfXGr .mbr-list,
.cid-upAmwSfXGr .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-upAmwSfXGr {
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .cid-upAmwSfXGr .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-upAmwSfXGr .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAmwSfXGr .mbr-section-title,
  .cid-upAmwSfXGr .mbr-section-subtitle,
  .cid-upAmwSfXGr .mbr-text {
    text-align: center !important;
  }
  .cid-upAmwSfXGr .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-upAmwSfXGr {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-upAmwSfXGr .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-upAmwSfXGr .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAmwSfXGr .btn-line {
  margin-top: 3rem;
}
.cid-upAmwSfXGr .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-upAmwSfXGr .col-lg-8 {
    order: 2;
  }
  .cid-upAmwSfXGr .col-lg-4 {
    order: 1;
  }
}
.cid-upAmwSfXGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAmwSfXGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAmwSfXGr .mbr-section-title {
  color: #d3ac3f;
}
.cid-upAmwSfXGr .mbr-text {
  color: #000000;
}
.cid-upAmLehefR {
  background-color: #ffffff;
}
.cid-upAmLehefR .mbr-text {
  color: #000000;
}
.cid-upAmLehefR .mbr-subtitle {
  color: #132c70;
  font-weight: 400;
}
.cid-upAmLehefR .container-fluid {
  max-width: 1300px;
}
.cid-upAmLehefR b,
.cid-upAmLehefR strong {
  font-weight: 400;
}
.cid-upAmLehefR h3 {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-upAmLehefR {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-upAmLehefR .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAmLehefR .mbr-text {
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) {
  .cid-upAmLehefR {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-upAmLehefR .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAmLehefR .mbr-title {
  color: #d3ac3f;
}
.cid-upAneJcuKM {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-upAneJcuKM .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-upAneJcuKM .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-upAneJcuKM .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAneJcuKM {
    padding-top: 4;
    padding-bottom: 12px;
  }
  .cid-upAneJcuKM .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAneJcuKM .mbr-figure img {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-upAneJcuKM {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .cid-upAneJcuKM .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAneJcuKM .mbr-text {
  color: #000000;
}
.cid-upAlTLinxu {
  background-color: #ffffff;
}
.cid-upAlTLinxu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-upAlTLinxu textarea {
  min-height: 150px;
}
.cid-upAlTLinxu .form-col {
  background: #ffffff;
}
.cid-upAlTLinxu .form-wrap {
  max-width: 520px;
}
.cid-upAlTLinxu .text-wrap {
  max-width: 400px;
  border: 2px solid #232323;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-upAlTLinxu .form-wrap {
    max-width: 690px;
  }
  .cid-upAlTLinxu .md-pb {
    padding-bottom: 3rem;
  }
  .cid-upAlTLinxu .text-wrap {
    max-width: 690px;
  }
}
.cid-upAlTLinxu .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-upAlTLinxu H2 {
  color: #d3ac3f;
  margin-bottom: 1rem;
}
.cid-upAlTLinxu H3 {
  color: #132c70;
}
.cid-upAlTLinxu H4 {
  color: #132c70;
}
.cid-upAlTLinxu .mbr-text {
  text-align: center !important;
}
.cid-upAlTLinxu .form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}
.cid-upAlTLinxu .form-row {
  position: relative;
}
.cid-upAlTLinxu .btn {
  position: absolute;
  top: -39px;
  right: 5px;
  border-bottom: none;
}
.cid-upAlTLinxu .container-fluid {
  max-width: 1300px;
}
.cid-upAlTLinxu .mbr-figure img {
  height: 40rem;
  object-fit: cover;
}
.cid-upAlTLinxu .mbr-section-title {
  line-height: 1;
}
@media (max-width: 900px) {
  .cid-upAlTLinxu .mbr-figure img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-upAlTLinxu {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAlTLinxu .container-fluid {
    max-width: 1300px;
    padding: 0 1rem;
  }
  .cid-upAlTLinxu .form-wrap {
    margin: 1rem 0rem;
  }
  .cid-upAlTLinxu .btn {
    position: absolute;
    top: -45px;
    right: 5px;
  }
  .cid-upAlTLinxu .col-auto {
    margin: auto;
  }
  .cid-upAlTLinxu .mbr-figure img {
    display: none;
  }
}
@media (min-width: 767px) {
  .cid-upAlTLinxu {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAlTLinxu .container-fluid {
    padding: 0 2rem;
  }
  .cid-upAlTLinxu .form-wrap {
    margin-top: 4rem;
    margin-bottom: 4rem;
    margin-right: 4rem;
    margin-left: 2.2rem;
  }
}
@media (max-width: 450px) {
  .cid-upAlTLinxu .btn {
    position: absolute;
    top: -47px;
    right: 5px;
  }
}
.cid-upAlTLinxu .telephone {
  margin-bottom: 0;
}
.cid-upAlTLinxu .E-mail {
  margin-bottom: 0;
}
.cid-upAlTLinxu .dragArea {
  margin-top: 1rem;
}
.cid-upAlTLinxu P {
  color: #000000;
}
.cid-upAlTMdMvs {
  background-color: #ffffff;
}
.cid-upAlTMdMvs .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAlTMdMvs .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAlTMdMvs .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAlTMdMvs .social-media {
  margin-top: 1.5rem;
}
.cid-upAlTMdMvs .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAlTMdMvs .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAlTMdMvs .mbr-text,
.cid-upAlTMdMvs .mbr-offer {
  line-height: 1.5;
}
.cid-upAlTMdMvs .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAlTMdMvs {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAlTMdMvs .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAlTMdMvs .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAlTMdMvs .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAlTMdMvs .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAlTMdMvs .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAlTMdMvs {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAlTMdMvs .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAlTMdMvs .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAlTMdMvs .container-fluid {
  max-width: 1300px;
}
.cid-upAlTMdMvs li {
  font-weight: 400;
}
.cid-upAlTN21QL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAlTN21QL .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAlTN21QL .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAlTN21QL .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAlTN21QL .social-media {
  margin-top: 1.5rem;
}
.cid-upAlTN21QL .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAlTN21QL .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAlTN21QL .mbr-text,
.cid-upAlTN21QL .mbr-offer {
  line-height: 1.5;
}
.cid-upAlTN21QL .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAlTN21QL .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAlTN21QL .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAlTN21QL .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAlTN21QL .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAlTN21QL .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAlTN21QL .container-fluid {
  max-width: 1300px;
}
.cid-upAnEeHIcj .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAnEeHIcj .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAnEeHIcj .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAnEeHIcj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAnEeHIcj .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-upAnEeHIcj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAnEeHIcj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAnEeHIcj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAnEeHIcj .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-upAnEeHIcj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAnEeHIcj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAnEeHIcj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAnEeHIcj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAnEeHIcj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAnEeHIcj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAnEeHIcj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAnEeHIcj .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-upAnEeHIcj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAnEeHIcj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAnEeHIcj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAnEeHIcj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAnEeHIcj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAnEeHIcj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAnEeHIcj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAnEeHIcj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAnEeHIcj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAnEeHIcj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAnEeHIcj .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-upAnEeHIcj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAnEeHIcj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAnEeHIcj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAnEeHIcj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAnEeHIcj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAnEeHIcj .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-upAnEeHIcj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAnEeHIcj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAnEeHIcj .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAnEeHIcj .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAnEeHIcj .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAnEeHIcj .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAnEeHIcj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAnEeHIcj .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-upAnEeHIcj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAnEeHIcj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAnEeHIcj .dropdown-item.active,
.cid-upAnEeHIcj .dropdown-item:active {
  background-color: transparent;
}
.cid-upAnEeHIcj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAnEeHIcj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAnEeHIcj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAnEeHIcj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAnEeHIcj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAnEeHIcj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAnEeHIcj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAnEeHIcj .navbar-buttons {
  text-align: center;
}
.cid-upAnEeHIcj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAnEeHIcj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAnEeHIcj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAnEeHIcj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAnEeHIcj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAnEeHIcj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAnEeHIcj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAnEeHIcj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAnEeHIcj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAnEeHIcj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAnEeHIcj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAnEeHIcj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAnEeHIcj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAnEeHIcj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAnEeHIcj .nav-link:hover,
.cid-upAnEeHIcj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAnEeHIcj .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-upAnEeHIcj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAnEeHIcj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upAp2FP27J {
  background-color: #ffffff;
}
.cid-upAp2FP27J .content-row {
  display: flex;
  justify-content: center;
}
.cid-upAp2FP27J h3 {
  font-size: 23px;
  font-weight: 400;
}
.cid-upAp2FP27J .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-upAp2FP27J .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-upAp2FP27J .form-group {
  padding-right: 0;
}
.cid-upAp2FP27J .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-upAp2FP27J .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-upAp2FP27J .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-upAp2FP27J .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upAp2FP27J .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upAp2FP27J .map-placeholder {
  display: none;
}
.cid-upAp2FP27J .btn-primary {
  border: 1px solid #d3ac3f !important;
}
.cid-upAp2FP27J .btn-primary:hover {
  border: 1px solid #d3ac3f !important;
}
.cid-upAp2FP27J .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-upAp2FP27J .mbr-text {
  color: #132c70;
  margin-bottom: 0.5rem;
}
.cid-upAp2FP27J h5 {
  margin-bottom: 0;
}
.cid-upAp2FP27J .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-upAp2FP27J .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-upAp2FP27J .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-upAp2FP27J .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-upAp2FP27J .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-upAp2FP27J .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-upAp2FP27J .social-list a:hover {
  opacity: 0.4;
}
.cid-upAp2FP27J .media-container-row > div {
  padding: 0px;
}
.cid-upAp2FP27J .text2 {
  color: #132c70;
  text-align: left;
}
.cid-upAp2FP27J .group-title {
  text-align: left;
  color: #d3ac3f;
  padding-bottom: 0.2rem;
  margin-top: 2.8rem;
  margin-bottom: 0;
}
.cid-upAp2FP27J .links {
  color: #132c70;
  line-height: 0.1;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-upAp2FP27J .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-upAp2FP27J h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-upAp2FP27J .form-group {
    max-width: 180px;
  }
}
.cid-upAp2FP27J .links span {
  color: #132c70;
}
.cid-upAp2FP27J .logo-title,
.cid-upAp2FP27J .logo-sub-title {
  text-align: center;
}
.cid-upAp2FP27J .logo-sub-title i {
  color: #9e9e9e;
}
.cid-upAp2FP27J .jewelry_img {
  width: 100%;
}
.cid-upAp2FP27J .day_week {
  display: flex;
  flex-direction: column;
}
.cid-upAp2FP27J .day_p {
  width: 15rem;
  display: flex;
  justify-content: space-between;
  margin: 0;
  line-height: 0.8;
}
.cid-upAp2FP27J .container-fluid {
  max-width: 1300px;
}
.cid-upAp2FP27J .btn-line {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-upAp2FP27J {
    padding-top: 6px;
    padding-bottom: 0px;
  }
  .cid-upAp2FP27J .card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-upAp2FP27J .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAp2FP27J {
    padding-top: 45px;
    padding-bottom: 0px;
  }
  .cid-upAp2FP27J .maps {
    padding-left: 0;
  }
  .cid-upAp2FP27J .card {
    padding-bottom: 3rem;
    padding-right: 0;
  }
  .cid-upAp2FP27J .container-fluid {
    padding: 0 2rem;
  }
  .cid-upAp2FP27J .map-day {
    margin-left: 2rem;
  }
}
.cid-upAp2FP27J .mbr-section-subtitle {
  margin: 1rem 0;
  padding-right: 3rem;
  color: #000000;
}
.cid-upAp2FP27J .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAp2FP27J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAnEg2UnW {
  background-color: #ffffff;
}
.cid-upAnEg2UnW .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAnEg2UnW .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAnEg2UnW .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAnEg2UnW .social-media {
  margin-top: 1.5rem;
}
.cid-upAnEg2UnW .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAnEg2UnW .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAnEg2UnW .mbr-text,
.cid-upAnEg2UnW .mbr-offer {
  line-height: 1.5;
}
.cid-upAnEg2UnW .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAnEg2UnW {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAnEg2UnW .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAnEg2UnW .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAnEg2UnW .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAnEg2UnW .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAnEg2UnW .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAnEg2UnW {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAnEg2UnW .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAnEg2UnW .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAnEg2UnW .container-fluid {
  max-width: 1300px;
}
.cid-upAnEg2UnW li {
  font-weight: 400;
}
.cid-upAnEgeTPs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAnEgeTPs .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAnEgeTPs .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAnEgeTPs .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAnEgeTPs .social-media {
  margin-top: 1.5rem;
}
.cid-upAnEgeTPs .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAnEgeTPs .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAnEgeTPs .mbr-text,
.cid-upAnEgeTPs .mbr-offer {
  line-height: 1.5;
}
.cid-upAnEgeTPs .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAnEgeTPs .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAnEgeTPs .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAnEgeTPs .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAnEgeTPs .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAnEgeTPs .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAnEgeTPs .container-fluid {
  max-width: 1300px;
}
.cid-upAorSpGnv .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAorSpGnv .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAorSpGnv .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAorSpGnv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAorSpGnv .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-upAorSpGnv .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAorSpGnv .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAorSpGnv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAorSpGnv .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-upAorSpGnv .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAorSpGnv .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAorSpGnv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAorSpGnv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAorSpGnv .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAorSpGnv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAorSpGnv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAorSpGnv .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-upAorSpGnv .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAorSpGnv .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAorSpGnv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAorSpGnv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAorSpGnv .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAorSpGnv .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAorSpGnv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAorSpGnv .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAorSpGnv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAorSpGnv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAorSpGnv .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-upAorSpGnv .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAorSpGnv .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAorSpGnv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAorSpGnv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAorSpGnv .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAorSpGnv .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-upAorSpGnv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAorSpGnv .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAorSpGnv .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAorSpGnv .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAorSpGnv .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAorSpGnv .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAorSpGnv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAorSpGnv .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-upAorSpGnv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAorSpGnv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAorSpGnv .dropdown-item.active,
.cid-upAorSpGnv .dropdown-item:active {
  background-color: transparent;
}
.cid-upAorSpGnv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAorSpGnv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAorSpGnv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAorSpGnv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAorSpGnv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAorSpGnv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAorSpGnv ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAorSpGnv .navbar-buttons {
  text-align: center;
}
.cid-upAorSpGnv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAorSpGnv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAorSpGnv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAorSpGnv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAorSpGnv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAorSpGnv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAorSpGnv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAorSpGnv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAorSpGnv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAorSpGnv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAorSpGnv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAorSpGnv .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAorSpGnv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAorSpGnv .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAorSpGnv .nav-link:hover,
.cid-upAorSpGnv .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAorSpGnv .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-upAorSpGnv .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAorSpGnv .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upABxbB0AA {
  background-color: #ffffff;
}
.cid-upABxbB0AA .mbr-section-title {
  margin: 0;
}
.cid-upABxbB0AA .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-upABxbB0AA .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-upABxbB0AA .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-upABxbB0AA .team-item {
  transition: all 0.2s;
}
.cid-upABxbB0AA .team-item .item-image {
  position: relative !important;
}
.cid-upABxbB0AA .team-item .item-image img {
  width: 100%;
}
.cid-upABxbB0AA .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-upABxbB0AA .team-item .item-name p {
  margin-bottom: 0;
}
.cid-upABxbB0AA .team-item .item-role p {
  margin-bottom: 0;
}
.cid-upABxbB0AA .team-item .item-caption {
  background: #ffffff;
}
.cid-upABxbB0AA .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-upABxbB0AA .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-upABxbB0AA .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-upABxbB0AA .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-upABxbB0AA .team-item:hover {
    transform: none;
  }
  .cid-upABxbB0AA .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-upABxbB0AA {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 767px) {
  .cid-upABxbB0AA {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-upABxbB0AA .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upABxbB0AA .container-fluid {
  max-width: 1300px;
}
.cid-upABxbB0AA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upABxbB0AA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upABxbB0AA .main-title {
  color: #d3ac3f;
}
.cid-upABxbB0AA .main-subtitle,
.cid-upABxbB0AA .underline {
  color: #000000;
}
.cid-upACJm5OY2 {
  background-color: #ffffff;
}
.cid-upACJm5OY2 .mbr-section-title {
  margin: 0;
}
.cid-upACJm5OY2 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-upACJm5OY2 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-upACJm5OY2 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-upACJm5OY2 .team-item {
  transition: all 0.2s;
}
.cid-upACJm5OY2 .team-item .item-image {
  position: relative !important;
}
.cid-upACJm5OY2 .team-item .item-image img {
  width: 100%;
}
.cid-upACJm5OY2 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-upACJm5OY2 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-upACJm5OY2 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-upACJm5OY2 .team-item .item-caption {
  background: #ffffff;
}
.cid-upACJm5OY2 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-upACJm5OY2 .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-upACJm5OY2 .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-upACJm5OY2 .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-upACJm5OY2 .team-item:hover {
    transform: none;
  }
  .cid-upACJm5OY2 .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-upACJm5OY2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 767px) {
  .cid-upACJm5OY2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-upACJm5OY2 .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upACJm5OY2 .container-fluid {
  max-width: 1300px;
}
.cid-upACJm5OY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upACJm5OY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upACJm5OY2 .main-title {
  color: #d3ac3f;
}
.cid-upACJm5OY2 .main-subtitle,
.cid-upACJm5OY2 .underline {
  color: #000000;
}
.cid-upACL1xDPb {
  background-color: #ffffff;
}
.cid-upACL1xDPb .mbr-section-title {
  margin: 0;
}
.cid-upACL1xDPb .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-upACL1xDPb .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-upACL1xDPb .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-upACL1xDPb .team-item {
  transition: all 0.2s;
}
.cid-upACL1xDPb .team-item .item-image {
  position: relative !important;
}
.cid-upACL1xDPb .team-item .item-image img {
  width: 100%;
}
.cid-upACL1xDPb .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-upACL1xDPb .team-item .item-name p {
  margin-bottom: 0;
}
.cid-upACL1xDPb .team-item .item-role p {
  margin-bottom: 0;
}
.cid-upACL1xDPb .team-item .item-caption {
  background: #ffffff;
}
.cid-upACL1xDPb .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-upACL1xDPb .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-upACL1xDPb .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-upACL1xDPb .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-upACL1xDPb .team-item:hover {
    transform: none;
  }
  .cid-upACL1xDPb .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-upACL1xDPb {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 767px) {
  .cid-upACL1xDPb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-upACL1xDPb .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upACL1xDPb .container-fluid {
  max-width: 1300px;
}
.cid-upACL1xDPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-upACL1xDPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upACL1xDPb .main-title {
  color: #d3ac3f;
}
.cid-upACL1xDPb .main-subtitle,
.cid-upACL1xDPb .underline {
  color: #000000;
}
.cid-upACLBYuqe {
  background-color: #ffffff;
}
.cid-upACLBYuqe .mbr-section-title {
  margin: 0;
}
.cid-upACLBYuqe .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-upACLBYuqe .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-upACLBYuqe .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.cid-upACLBYuqe .team-item {
  transition: all 0.2s;
}
.cid-upACLBYuqe .team-item .item-image {
  position: relative !important;
}
.cid-upACLBYuqe .team-item .item-image img {
  width: 100%;
}
.cid-upACLBYuqe .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cid-upACLBYuqe .team-item .item-name p {
  margin-bottom: 0;
}
.cid-upACLBYuqe .team-item .item-role p {
  margin-bottom: 0;
}
.cid-upACLBYuqe .team-item .item-caption {
  background: #ffffff;
}
.cid-upACLBYuqe .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-upACLBYuqe .team-item:hover .item-caption {
  opacity: 1;
  transform: translateY(-0.3rem);
  transition: 1s;
}
.cid-upACLBYuqe .team-item:hover {
  transform: translateY(-0.5rem);
  transition: 1s;
}
@media (max-width: 991px) {
  .cid-upACLBYuqe .team-item .item-caption {
    opacity: 1;
    transition: 0.5s;
  }
  .cid-upACLBYuqe .team-item:hover {
    transform: none;
  }
  .cid-upACLBYuqe .team-item:hover .item-caption {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-upACLBYuqe {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 767px) {
  .cid-upACLBYuqe {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-upACLBYuqe .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upACLBYuqe .container-fluid {
  max-width: 1300px;
}
.cid-upACLBYuqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-upACLBYuqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upACLBYuqe .main-title {
  color: #d3ac3f;
}
.cid-upACLBYuqe .main-subtitle,
.cid-upACLBYuqe .underline {
  color: #000000;
}
.cid-upAorTCbUu {
  background-color: #ffffff;
}
.cid-upAorTCbUu .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAorTCbUu .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAorTCbUu .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAorTCbUu .social-media {
  margin-top: 1.5rem;
}
.cid-upAorTCbUu .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAorTCbUu .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAorTCbUu .mbr-text,
.cid-upAorTCbUu .mbr-offer {
  line-height: 1.5;
}
.cid-upAorTCbUu .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAorTCbUu {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAorTCbUu .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAorTCbUu .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAorTCbUu .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAorTCbUu .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAorTCbUu .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAorTCbUu {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAorTCbUu .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAorTCbUu .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAorTCbUu .container-fluid {
  max-width: 1300px;
}
.cid-upAorTCbUu li {
  font-weight: 400;
}
.cid-upAorTN7PY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAorTN7PY .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAorTN7PY .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAorTN7PY .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAorTN7PY .social-media {
  margin-top: 1.5rem;
}
.cid-upAorTN7PY .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAorTN7PY .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAorTN7PY .mbr-text,
.cid-upAorTN7PY .mbr-offer {
  line-height: 1.5;
}
.cid-upAorTN7PY .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAorTN7PY .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAorTN7PY .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAorTN7PY .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAorTN7PY .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAorTN7PY .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAorTN7PY .container-fluid {
  max-width: 1300px;
}
.cid-upAs9VXbRs .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAs9VXbRs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAs9VXbRs .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAs9VXbRs .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAs9VXbRs .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-upAs9VXbRs .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAs9VXbRs .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAs9VXbRs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAs9VXbRs .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-upAs9VXbRs .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAs9VXbRs .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAs9VXbRs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAs9VXbRs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAs9VXbRs .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAs9VXbRs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAs9VXbRs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAs9VXbRs .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-upAs9VXbRs .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAs9VXbRs .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAs9VXbRs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAs9VXbRs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAs9VXbRs .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAs9VXbRs .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAs9VXbRs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAs9VXbRs .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAs9VXbRs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAs9VXbRs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAs9VXbRs .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-upAs9VXbRs .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAs9VXbRs .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAs9VXbRs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAs9VXbRs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAs9VXbRs .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAs9VXbRs .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-upAs9VXbRs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAs9VXbRs .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAs9VXbRs .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAs9VXbRs .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAs9VXbRs .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAs9VXbRs .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAs9VXbRs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAs9VXbRs .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-upAs9VXbRs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAs9VXbRs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAs9VXbRs .dropdown-item.active,
.cid-upAs9VXbRs .dropdown-item:active {
  background-color: transparent;
}
.cid-upAs9VXbRs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAs9VXbRs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAs9VXbRs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAs9VXbRs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAs9VXbRs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAs9VXbRs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAs9VXbRs ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAs9VXbRs .navbar-buttons {
  text-align: center;
}
.cid-upAs9VXbRs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAs9VXbRs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAs9VXbRs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAs9VXbRs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAs9VXbRs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAs9VXbRs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAs9VXbRs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAs9VXbRs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAs9VXbRs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAs9VXbRs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAs9VXbRs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAs9VXbRs .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAs9VXbRs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAs9VXbRs .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAs9VXbRs .nav-link:hover,
.cid-upAs9VXbRs .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAs9VXbRs .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-upAs9VXbRs .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAs9VXbRs .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upAs9WALxY {
  background-color: #ffffff;
}
.cid-upAs9WALxY .photo-split img {
  width: 100%;
}
.cid-upAs9WALxY .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-upAs9WALxY .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-upAs9WALxY .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-upAs9WALxY .wrap-block {
  padding-left: 2rem;
}
.cid-upAs9WALxY .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-upAs9WALxY .wrap-block ul li {
  display: inline-block;
}
.cid-upAs9WALxY .wrap-block ul li span {
  text-align: center;
}
.cid-upAs9WALxY .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-upAs9WALxY .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAs9WALxY .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-upAs9WALxY .mbr-list,
.cid-upAs9WALxY .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-upAs9WALxY {
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .cid-upAs9WALxY .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-upAs9WALxY .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAs9WALxY .mbr-section-title,
  .cid-upAs9WALxY .mbr-section-subtitle,
  .cid-upAs9WALxY .mbr-text {
    text-align: center !important;
  }
  .cid-upAs9WALxY .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-upAs9WALxY {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-upAs9WALxY .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-upAs9WALxY .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAs9WALxY .btn-line {
  margin-top: 3rem;
}
.cid-upAs9WALxY .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-upAs9WALxY .col-lg-8 {
    order: 2;
  }
  .cid-upAs9WALxY .col-lg-4 {
    order: 1;
  }
}
.cid-upAs9WALxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAs9WALxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAs9WALxY .mbr-section-title {
  color: #d3ac3f;
}
.cid-upAs9WALxY .mbr-text {
  color: #000000;
}
.cid-upAs9WLwUm {
  background-color: #ffffff;
}
.cid-upAs9WLwUm H2 {
  color: #132c70;
}
.cid-upAs9WLwUm H3 {
  color: #132c70;
}
.cid-upAs9WLwUm .mbr-text,
.cid-upAs9WLwUm .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAs9WLwUm .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAs9WLwUm img {
  filter: invert(0.5);
}
.cid-upAs9WLwUm .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAs9WLwUm {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAs9WLwUm .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAs9WLwUm {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAs9WLwUm .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAs9WLwUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAs9WLwUm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAsCqf6Z2 {
  background-color: #ffffff;
}
.cid-upAsCqf6Z2 H2 {
  color: #132c70;
}
.cid-upAsCqf6Z2 H3 {
  color: #132c70;
}
.cid-upAsCqf6Z2 .mbr-text,
.cid-upAsCqf6Z2 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAsCqf6Z2 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAsCqf6Z2 img {
  filter: invert(0.5);
}
.cid-upAsCqf6Z2 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAsCqf6Z2 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAsCqf6Z2 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAsCqf6Z2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAsCqf6Z2 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAsCqf6Z2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAsCqf6Z2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAs9WTyEE {
  background-color: #ffffff;
}
.cid-upAs9WTyEE .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAs9WTyEE .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAs9WTyEE .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAs9WTyEE .social-media {
  margin-top: 1.5rem;
}
.cid-upAs9WTyEE .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAs9WTyEE .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAs9WTyEE .mbr-text,
.cid-upAs9WTyEE .mbr-offer {
  line-height: 1.5;
}
.cid-upAs9WTyEE .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAs9WTyEE {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAs9WTyEE .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAs9WTyEE .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAs9WTyEE .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAs9WTyEE .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAs9WTyEE .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAs9WTyEE {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAs9WTyEE .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAs9WTyEE .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAs9WTyEE .container-fluid {
  max-width: 1300px;
}
.cid-upAs9WTyEE li {
  font-weight: 400;
}
.cid-upAs9X390R {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAs9X390R .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAs9X390R .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAs9X390R .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAs9X390R .social-media {
  margin-top: 1.5rem;
}
.cid-upAs9X390R .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAs9X390R .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAs9X390R .mbr-text,
.cid-upAs9X390R .mbr-offer {
  line-height: 1.5;
}
.cid-upAs9X390R .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAs9X390R .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAs9X390R .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAs9X390R .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAs9X390R .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAs9X390R .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAs9X390R .container-fluid {
  max-width: 1300px;
}
.cid-upAtQVdA5a .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAtQVdA5a .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAtQVdA5a .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAtQVdA5a .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAtQVdA5a .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-upAtQVdA5a .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAtQVdA5a .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAtQVdA5a .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAtQVdA5a .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-upAtQVdA5a .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAtQVdA5a .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAtQVdA5a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAtQVdA5a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAtQVdA5a .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAtQVdA5a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAtQVdA5a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAtQVdA5a .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-upAtQVdA5a .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAtQVdA5a .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAtQVdA5a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAtQVdA5a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAtQVdA5a .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAtQVdA5a .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAtQVdA5a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAtQVdA5a .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAtQVdA5a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAtQVdA5a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAtQVdA5a .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-upAtQVdA5a .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAtQVdA5a .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAtQVdA5a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAtQVdA5a .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAtQVdA5a .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAtQVdA5a .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-upAtQVdA5a .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAtQVdA5a .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAtQVdA5a .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAtQVdA5a .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAtQVdA5a .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAtQVdA5a .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAtQVdA5a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAtQVdA5a .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-upAtQVdA5a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAtQVdA5a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAtQVdA5a .dropdown-item.active,
.cid-upAtQVdA5a .dropdown-item:active {
  background-color: transparent;
}
.cid-upAtQVdA5a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAtQVdA5a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAtQVdA5a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAtQVdA5a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAtQVdA5a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAtQVdA5a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAtQVdA5a ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAtQVdA5a .navbar-buttons {
  text-align: center;
}
.cid-upAtQVdA5a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAtQVdA5a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAtQVdA5a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAtQVdA5a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAtQVdA5a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAtQVdA5a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAtQVdA5a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAtQVdA5a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAtQVdA5a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAtQVdA5a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAtQVdA5a a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAtQVdA5a .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAtQVdA5a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAtQVdA5a .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAtQVdA5a .nav-link:hover,
.cid-upAtQVdA5a .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAtQVdA5a .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-upAtQVdA5a .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAtQVdA5a .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upAtQVHYKO {
  background-color: #ffffff;
}
.cid-upAtQVHYKO .photo-split img {
  width: 100%;
}
.cid-upAtQVHYKO .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-upAtQVHYKO .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-upAtQVHYKO .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-upAtQVHYKO .wrap-block {
  padding-left: 2rem;
}
.cid-upAtQVHYKO .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-upAtQVHYKO .wrap-block ul li {
  display: inline-block;
}
.cid-upAtQVHYKO .wrap-block ul li span {
  text-align: center;
}
.cid-upAtQVHYKO .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-upAtQVHYKO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAtQVHYKO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-upAtQVHYKO .mbr-list,
.cid-upAtQVHYKO .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-upAtQVHYKO {
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .cid-upAtQVHYKO .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-upAtQVHYKO .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAtQVHYKO .mbr-section-title,
  .cid-upAtQVHYKO .mbr-section-subtitle,
  .cid-upAtQVHYKO .mbr-text {
    text-align: center !important;
  }
  .cid-upAtQVHYKO .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-upAtQVHYKO {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-upAtQVHYKO .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-upAtQVHYKO .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAtQVHYKO .btn-line {
  margin-top: 3rem;
}
.cid-upAtQVHYKO .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-upAtQVHYKO .col-lg-8 {
    order: 2;
  }
  .cid-upAtQVHYKO .col-lg-4 {
    order: 1;
  }
}
.cid-upAtQVHYKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAtQVHYKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAtQVHYKO .mbr-section-title {
  color: #d3ac3f;
}
.cid-upAtQVHYKO .mbr-text {
  color: #000000;
}
.cid-upAtQVT6aw {
  background-color: #ffffff;
}
.cid-upAtQVT6aw H2 {
  color: #132c70;
}
.cid-upAtQVT6aw H3 {
  color: #132c70;
}
.cid-upAtQVT6aw .mbr-text,
.cid-upAtQVT6aw .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAtQVT6aw .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAtQVT6aw img {
  filter: invert(0.5);
}
.cid-upAtQVT6aw .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAtQVT6aw {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAtQVT6aw .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAtQVT6aw {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAtQVT6aw .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAtQVT6aw .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAtQVT6aw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAtQVY4N2 {
  background-color: #ffffff;
}
.cid-upAtQVY4N2 H2 {
  color: #132c70;
}
.cid-upAtQVY4N2 H3 {
  color: #132c70;
}
.cid-upAtQVY4N2 .mbr-text,
.cid-upAtQVY4N2 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAtQVY4N2 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAtQVY4N2 img {
  filter: invert(0.5);
}
.cid-upAtQVY4N2 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAtQVY4N2 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAtQVY4N2 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAtQVY4N2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAtQVY4N2 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAtQVY4N2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAtQVY4N2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAtQW4Uof {
  background-color: #ffffff;
}
.cid-upAtQW4Uof .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAtQW4Uof .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAtQW4Uof .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAtQW4Uof .social-media {
  margin-top: 1.5rem;
}
.cid-upAtQW4Uof .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAtQW4Uof .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAtQW4Uof .mbr-text,
.cid-upAtQW4Uof .mbr-offer {
  line-height: 1.5;
}
.cid-upAtQW4Uof .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAtQW4Uof {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAtQW4Uof .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAtQW4Uof .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAtQW4Uof .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAtQW4Uof .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAtQW4Uof .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAtQW4Uof {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAtQW4Uof .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAtQW4Uof .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAtQW4Uof .container-fluid {
  max-width: 1300px;
}
.cid-upAtQW4Uof li {
  font-weight: 400;
}
.cid-upAtQWxX3g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAtQWxX3g .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAtQWxX3g .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAtQWxX3g .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAtQWxX3g .social-media {
  margin-top: 1.5rem;
}
.cid-upAtQWxX3g .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAtQWxX3g .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAtQWxX3g .mbr-text,
.cid-upAtQWxX3g .mbr-offer {
  line-height: 1.5;
}
.cid-upAtQWxX3g .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAtQWxX3g .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAtQWxX3g .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAtQWxX3g .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAtQWxX3g .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAtQWxX3g .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAtQWxX3g .container-fluid {
  max-width: 1300px;
}
.cid-upAuvejbDX .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAuvejbDX .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAuvejbDX .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAuvejbDX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAuvejbDX .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-upAuvejbDX .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAuvejbDX .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAuvejbDX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAuvejbDX .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-upAuvejbDX .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAuvejbDX .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAuvejbDX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAuvejbDX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAuvejbDX .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAuvejbDX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAuvejbDX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAuvejbDX .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-upAuvejbDX .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAuvejbDX .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAuvejbDX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAuvejbDX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAuvejbDX .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAuvejbDX .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAuvejbDX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAuvejbDX .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAuvejbDX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAuvejbDX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAuvejbDX .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-upAuvejbDX .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAuvejbDX .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAuvejbDX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAuvejbDX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAuvejbDX .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAuvejbDX .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-upAuvejbDX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAuvejbDX .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAuvejbDX .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAuvejbDX .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAuvejbDX .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAuvejbDX .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAuvejbDX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAuvejbDX .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-upAuvejbDX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAuvejbDX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAuvejbDX .dropdown-item.active,
.cid-upAuvejbDX .dropdown-item:active {
  background-color: transparent;
}
.cid-upAuvejbDX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAuvejbDX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAuvejbDX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAuvejbDX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAuvejbDX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAuvejbDX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAuvejbDX ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAuvejbDX .navbar-buttons {
  text-align: center;
}
.cid-upAuvejbDX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAuvejbDX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAuvejbDX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAuvejbDX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAuvejbDX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAuvejbDX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAuvejbDX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAuvejbDX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAuvejbDX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAuvejbDX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAuvejbDX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAuvejbDX .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAuvejbDX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAuvejbDX .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAuvejbDX .nav-link:hover,
.cid-upAuvejbDX .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAuvejbDX .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-upAuvejbDX .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAuvejbDX .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upAAjf7x1M {
  background-color: #ffffff;
}
.cid-upAAjf7x1M .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-upAAjf7x1M textarea {
  min-height: 150px;
  resize: none;
}
.cid-upAAjf7x1M .form-col {
  background: #ffffff;
}
.cid-upAAjf7x1M .form-wrap {
  max-width: 520px;
}
.cid-upAAjf7x1M .text-wrap {
  max-width: 400px;
  padding: 3rem;
  margin: 4rem auto !important;
}
@media (max-width: 992px) {
  .cid-upAAjf7x1M .form-wrap {
    max-width: 690px;
  }
  .cid-upAAjf7x1M .md-pb {
    padding-bottom: 3rem;
  }
  .cid-upAAjf7x1M .text-wrap {
    max-width: 690px;
  }
}
.cid-upAAjf7x1M .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-upAAjf7x1M H2 {
  color: #d3ac3f;
  margin-bottom: 1rem;
}
.cid-upAAjf7x1M H3 {
  color: #132c70;
}
.cid-upAAjf7x1M H4 {
  color: #132c70;
}
.cid-upAAjf7x1M .mbr-text {
  text-align: center !important;
}
.cid-upAAjf7x1M .form-group {
  margin-bottom: 0.5rem !important;
  padding-left: 2px;
}
.cid-upAAjf7x1M .form-row {
  position: relative;
}
.cid-upAAjf7x1M .btn {
  position: absolute;
  top: -39px;
  right: 5px;
  border-bottom: none;
}
.cid-upAAjf7x1M .container-fluid {
  max-width: 1300px;
}
.cid-upAAjf7x1M .mbr-figure img {
  height: 40rem;
  object-fit: cover;
}
.cid-upAAjf7x1M .mbr-section-title {
  line-height: 1;
}
@media (max-width: 900px) {
  .cid-upAAjf7x1M .mbr-figure img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-upAAjf7x1M {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-upAAjf7x1M .container-fluid {
    max-width: 1300px;
    padding: 0 1rem;
  }
  .cid-upAAjf7x1M .form-wrap {
    margin: 1rem 0rem;
  }
  .cid-upAAjf7x1M .btn {
    position: absolute;
    top: -45px;
    right: 5px;
  }
  .cid-upAAjf7x1M .col-auto {
    margin: auto;
  }
  .cid-upAAjf7x1M .mbr-figure img {
    display: none;
  }
}
@media (min-width: 767px) {
  .cid-upAAjf7x1M {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-upAAjf7x1M .container-fluid {
    padding: 0 2rem;
  }
  .cid-upAAjf7x1M .form-wrap {
    margin-top: 4rem;
    margin-bottom: 4rem;
    margin-right: 4rem;
    margin-left: 2.2rem;
  }
}
@media (max-width: 450px) {
  .cid-upAAjf7x1M .btn {
    position: absolute;
    top: -47px;
    right: 5px;
  }
}
.cid-upAAjf7x1M .telephone {
  margin-bottom: 0;
}
.cid-upAAjf7x1M .E-mail {
  margin-bottom: 0;
}
.cid-upAAjf7x1M .dragArea {
  margin-top: 1rem;
}
.cid-upAAjf7x1M .bottom {
  position: relative;
}
.cid-upAAjf7x1M .bottom .input-group-btn {
  position: absolute;
  bottom: 0;
  padding-right: 7px;
  display: flex;
}
.cid-upAAjf7x1M .bottom .input-group-btn .btn {
  border: 1px solid;
  right: 0;
  top: 0;
  position: relative;
  width: fit-content;
  margin-left: auto;
}
.cid-upAAjf7x1M P {
  color: #000000;
}
.cid-upAuvftzJa {
  background-color: #ffffff;
}
.cid-upAuvftzJa .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAuvftzJa .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAuvftzJa .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAuvftzJa .social-media {
  margin-top: 1.5rem;
}
.cid-upAuvftzJa .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAuvftzJa .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAuvftzJa .mbr-text,
.cid-upAuvftzJa .mbr-offer {
  line-height: 1.5;
}
.cid-upAuvftzJa .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAuvftzJa {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAuvftzJa .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAuvftzJa .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAuvftzJa .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAuvftzJa .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAuvftzJa .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAuvftzJa {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAuvftzJa .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAuvftzJa .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAuvftzJa .container-fluid {
  max-width: 1300px;
}
.cid-upAuvftzJa li {
  font-weight: 400;
}
.cid-upAuvfD9QX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAuvfD9QX .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAuvfD9QX .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAuvfD9QX .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAuvfD9QX .social-media {
  margin-top: 1.5rem;
}
.cid-upAuvfD9QX .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAuvfD9QX .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAuvfD9QX .mbr-text,
.cid-upAuvfD9QX .mbr-offer {
  line-height: 1.5;
}
.cid-upAuvfD9QX .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAuvfD9QX .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAuvfD9QX .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAuvfD9QX .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAuvfD9QX .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAuvfD9QX .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAuvfD9QX .container-fluid {
  max-width: 1300px;
}
.cid-upAvkMb4mx .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAvkMb4mx .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAvkMb4mx .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAvkMb4mx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAvkMb4mx .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-upAvkMb4mx .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAvkMb4mx .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAvkMb4mx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAvkMb4mx .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-upAvkMb4mx .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAvkMb4mx .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAvkMb4mx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAvkMb4mx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAvkMb4mx .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAvkMb4mx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAvkMb4mx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAvkMb4mx .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-upAvkMb4mx .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAvkMb4mx .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAvkMb4mx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAvkMb4mx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAvkMb4mx .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAvkMb4mx .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAvkMb4mx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAvkMb4mx .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAvkMb4mx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAvkMb4mx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAvkMb4mx .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-upAvkMb4mx .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAvkMb4mx .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAvkMb4mx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAvkMb4mx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAvkMb4mx .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAvkMb4mx .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-upAvkMb4mx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAvkMb4mx .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAvkMb4mx .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAvkMb4mx .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAvkMb4mx .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAvkMb4mx .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAvkMb4mx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAvkMb4mx .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-upAvkMb4mx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAvkMb4mx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAvkMb4mx .dropdown-item.active,
.cid-upAvkMb4mx .dropdown-item:active {
  background-color: transparent;
}
.cid-upAvkMb4mx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAvkMb4mx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAvkMb4mx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAvkMb4mx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAvkMb4mx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAvkMb4mx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAvkMb4mx ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAvkMb4mx .navbar-buttons {
  text-align: center;
}
.cid-upAvkMb4mx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAvkMb4mx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAvkMb4mx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAvkMb4mx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAvkMb4mx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAvkMb4mx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAvkMb4mx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAvkMb4mx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAvkMb4mx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAvkMb4mx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAvkMb4mx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAvkMb4mx .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAvkMb4mx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAvkMb4mx .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAvkMb4mx .nav-link:hover,
.cid-upAvkMb4mx .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAvkMb4mx .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-upAvkMb4mx .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAvkMb4mx .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upAvkMO0Me {
  background-color: #ffffff;
}
.cid-upAvkMO0Me .photo-split img {
  width: 100%;
}
.cid-upAvkMO0Me .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-upAvkMO0Me .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-upAvkMO0Me .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-upAvkMO0Me .wrap-block {
  padding-left: 2rem;
}
.cid-upAvkMO0Me .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-upAvkMO0Me .wrap-block ul li {
  display: inline-block;
}
.cid-upAvkMO0Me .wrap-block ul li span {
  text-align: center;
}
.cid-upAvkMO0Me .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-upAvkMO0Me .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAvkMO0Me .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-upAvkMO0Me .mbr-list,
.cid-upAvkMO0Me .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-upAvkMO0Me {
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .cid-upAvkMO0Me .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-upAvkMO0Me .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAvkMO0Me .mbr-section-title,
  .cid-upAvkMO0Me .mbr-section-subtitle,
  .cid-upAvkMO0Me .mbr-text {
    text-align: center !important;
  }
  .cid-upAvkMO0Me .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-upAvkMO0Me {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-upAvkMO0Me .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-upAvkMO0Me .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAvkMO0Me .btn-line {
  margin-top: 3rem;
}
.cid-upAvkMO0Me .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-upAvkMO0Me .col-lg-8 {
    order: 2;
  }
  .cid-upAvkMO0Me .col-lg-4 {
    order: 1;
  }
}
.cid-upAvkMO0Me .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAvkMO0Me .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAvkMO0Me .mbr-section-title {
  color: #d3ac3f;
}
.cid-upAvkMO0Me .mbr-text {
  color: #000000;
}
.cid-upAvkN1unw {
  background-color: #ffffff;
}
.cid-upAvkN1unw H2 {
  color: #132c70;
}
.cid-upAvkN1unw H3 {
  color: #132c70;
}
.cid-upAvkN1unw .mbr-text,
.cid-upAvkN1unw .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAvkN1unw .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAvkN1unw img {
  filter: invert(0.5);
}
.cid-upAvkN1unw .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAvkN1unw {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAvkN1unw .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAvkN1unw {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAvkN1unw .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAvkN1unw .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAvkN1unw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAvkN7he6 {
  background-color: #ffffff;
}
.cid-upAvkN7he6 H2 {
  color: #132c70;
}
.cid-upAvkN7he6 H3 {
  color: #132c70;
}
.cid-upAvkN7he6 .mbr-text,
.cid-upAvkN7he6 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAvkN7he6 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAvkN7he6 img {
  filter: invert(0.5);
}
.cid-upAvkN7he6 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAvkN7he6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAvkN7he6 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAvkN7he6 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAvkN7he6 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAvkN7he6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAvkN7he6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAvkNeygL {
  background-color: #ffffff;
}
.cid-upAvkNeygL .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAvkNeygL .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAvkNeygL .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAvkNeygL .social-media {
  margin-top: 1.5rem;
}
.cid-upAvkNeygL .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAvkNeygL .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAvkNeygL .mbr-text,
.cid-upAvkNeygL .mbr-offer {
  line-height: 1.5;
}
.cid-upAvkNeygL .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAvkNeygL {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAvkNeygL .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAvkNeygL .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAvkNeygL .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAvkNeygL .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAvkNeygL .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAvkNeygL {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAvkNeygL .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAvkNeygL .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAvkNeygL .container-fluid {
  max-width: 1300px;
}
.cid-upAvkNeygL li {
  font-weight: 400;
}
.cid-upAvkNvswd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAvkNvswd .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAvkNvswd .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAvkNvswd .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAvkNvswd .social-media {
  margin-top: 1.5rem;
}
.cid-upAvkNvswd .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAvkNvswd .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAvkNvswd .mbr-text,
.cid-upAvkNvswd .mbr-offer {
  line-height: 1.5;
}
.cid-upAvkNvswd .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAvkNvswd .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAvkNvswd .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAvkNvswd .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAvkNvswd .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAvkNvswd .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAvkNvswd .container-fluid {
  max-width: 1300px;
}
.cid-upAtAHaWCx .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAtAHaWCx .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAtAHaWCx .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAtAHaWCx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAtAHaWCx .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-upAtAHaWCx .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAtAHaWCx .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAtAHaWCx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAtAHaWCx .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-upAtAHaWCx .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAtAHaWCx .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAtAHaWCx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAtAHaWCx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAtAHaWCx .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAtAHaWCx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAtAHaWCx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAtAHaWCx .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-upAtAHaWCx .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAtAHaWCx .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAtAHaWCx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAtAHaWCx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAtAHaWCx .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAtAHaWCx .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAtAHaWCx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAtAHaWCx .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAtAHaWCx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAtAHaWCx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAtAHaWCx .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-upAtAHaWCx .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAtAHaWCx .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAtAHaWCx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAtAHaWCx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAtAHaWCx .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAtAHaWCx .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-upAtAHaWCx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAtAHaWCx .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAtAHaWCx .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAtAHaWCx .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAtAHaWCx .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAtAHaWCx .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAtAHaWCx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAtAHaWCx .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-upAtAHaWCx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAtAHaWCx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAtAHaWCx .dropdown-item.active,
.cid-upAtAHaWCx .dropdown-item:active {
  background-color: transparent;
}
.cid-upAtAHaWCx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAtAHaWCx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAtAHaWCx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAtAHaWCx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAtAHaWCx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAtAHaWCx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAtAHaWCx ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAtAHaWCx .navbar-buttons {
  text-align: center;
}
.cid-upAtAHaWCx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAtAHaWCx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAtAHaWCx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAtAHaWCx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAtAHaWCx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAtAHaWCx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAtAHaWCx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAtAHaWCx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAtAHaWCx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAtAHaWCx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAtAHaWCx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAtAHaWCx .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAtAHaWCx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAtAHaWCx .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAtAHaWCx .nav-link:hover,
.cid-upAtAHaWCx .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAtAHaWCx .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-upAtAHaWCx .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAtAHaWCx .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upAtAHSR74 {
  background-color: #ffffff;
}
.cid-upAtAHSR74 .photo-split img {
  width: 100%;
}
.cid-upAtAHSR74 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-upAtAHSR74 .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-upAtAHSR74 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-upAtAHSR74 .wrap-block {
  padding-left: 2rem;
}
.cid-upAtAHSR74 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-upAtAHSR74 .wrap-block ul li {
  display: inline-block;
}
.cid-upAtAHSR74 .wrap-block ul li span {
  text-align: center;
}
.cid-upAtAHSR74 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-upAtAHSR74 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAtAHSR74 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-upAtAHSR74 .mbr-list,
.cid-upAtAHSR74 .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-upAtAHSR74 {
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .cid-upAtAHSR74 .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-upAtAHSR74 .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAtAHSR74 .mbr-section-title,
  .cid-upAtAHSR74 .mbr-section-subtitle,
  .cid-upAtAHSR74 .mbr-text {
    text-align: center !important;
  }
  .cid-upAtAHSR74 .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-upAtAHSR74 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-upAtAHSR74 .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-upAtAHSR74 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAtAHSR74 .btn-line {
  margin-top: 3rem;
}
.cid-upAtAHSR74 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-upAtAHSR74 .col-lg-8 {
    order: 2;
  }
  .cid-upAtAHSR74 .col-lg-4 {
    order: 1;
  }
}
.cid-upAtAHSR74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAtAHSR74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAtAHSR74 .mbr-section-title {
  color: #d3ac3f;
}
.cid-upAtAHSR74 .mbr-text {
  color: #000000;
}
.cid-upAtAI4mna {
  background-color: #ffffff;
}
.cid-upAtAI4mna H2 {
  color: #132c70;
}
.cid-upAtAI4mna H3 {
  color: #132c70;
}
.cid-upAtAI4mna .mbr-text,
.cid-upAtAI4mna .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAtAI4mna .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAtAI4mna img {
  filter: invert(0.5);
}
.cid-upAtAI4mna .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAtAI4mna {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAtAI4mna .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAtAI4mna {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAtAI4mna .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAtAI4mna .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAtAI4mna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAtAI9cTx {
  background-color: #ffffff;
}
.cid-upAtAI9cTx H2 {
  color: #132c70;
}
.cid-upAtAI9cTx H3 {
  color: #132c70;
}
.cid-upAtAI9cTx .mbr-text,
.cid-upAtAI9cTx .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAtAI9cTx .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAtAI9cTx img {
  filter: invert(0.5);
}
.cid-upAtAI9cTx .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAtAI9cTx {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAtAI9cTx .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAtAI9cTx {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAtAI9cTx .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAtAI9cTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAtAI9cTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAtAIdIcA {
  background-color: #ffffff;
}
.cid-upAtAIdIcA .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAtAIdIcA .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAtAIdIcA .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAtAIdIcA .social-media {
  margin-top: 1.5rem;
}
.cid-upAtAIdIcA .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAtAIdIcA .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAtAIdIcA .mbr-text,
.cid-upAtAIdIcA .mbr-offer {
  line-height: 1.5;
}
.cid-upAtAIdIcA .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAtAIdIcA {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAtAIdIcA .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAtAIdIcA .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAtAIdIcA .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAtAIdIcA .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAtAIdIcA .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAtAIdIcA {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAtAIdIcA .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAtAIdIcA .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAtAIdIcA .container-fluid {
  max-width: 1300px;
}
.cid-upAtAIdIcA li {
  font-weight: 400;
}
.cid-upAtAIpbkC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAtAIpbkC .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAtAIpbkC .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAtAIpbkC .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAtAIpbkC .social-media {
  margin-top: 1.5rem;
}
.cid-upAtAIpbkC .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAtAIpbkC .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAtAIpbkC .mbr-text,
.cid-upAtAIpbkC .mbr-offer {
  line-height: 1.5;
}
.cid-upAtAIpbkC .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAtAIpbkC .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAtAIpbkC .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAtAIpbkC .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAtAIpbkC .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAtAIpbkC .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAtAIpbkC .container-fluid {
  max-width: 1300px;
}
.cid-upAxgVY31a .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAxgVY31a .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAxgVY31a .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAxgVY31a .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAxgVY31a .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-upAxgVY31a .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAxgVY31a .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAxgVY31a .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAxgVY31a .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-upAxgVY31a .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAxgVY31a .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAxgVY31a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAxgVY31a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAxgVY31a .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAxgVY31a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAxgVY31a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAxgVY31a .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-upAxgVY31a .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAxgVY31a .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAxgVY31a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAxgVY31a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAxgVY31a .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAxgVY31a .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAxgVY31a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAxgVY31a .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAxgVY31a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAxgVY31a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAxgVY31a .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-upAxgVY31a .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAxgVY31a .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAxgVY31a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAxgVY31a .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAxgVY31a .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAxgVY31a .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-upAxgVY31a .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAxgVY31a .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAxgVY31a .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAxgVY31a .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAxgVY31a .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAxgVY31a .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAxgVY31a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAxgVY31a .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-upAxgVY31a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAxgVY31a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAxgVY31a .dropdown-item.active,
.cid-upAxgVY31a .dropdown-item:active {
  background-color: transparent;
}
.cid-upAxgVY31a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAxgVY31a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAxgVY31a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAxgVY31a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAxgVY31a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAxgVY31a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAxgVY31a ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAxgVY31a .navbar-buttons {
  text-align: center;
}
.cid-upAxgVY31a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAxgVY31a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAxgVY31a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAxgVY31a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAxgVY31a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAxgVY31a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAxgVY31a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAxgVY31a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAxgVY31a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAxgVY31a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAxgVY31a a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAxgVY31a .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAxgVY31a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAxgVY31a .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAxgVY31a .nav-link:hover,
.cid-upAxgVY31a .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAxgVY31a .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-upAxgVY31a .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAxgVY31a .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upAxgWCzTQ {
  background-color: #ffffff;
}
.cid-upAxgWCzTQ .photo-split img {
  width: 100%;
}
.cid-upAxgWCzTQ .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-upAxgWCzTQ .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-upAxgWCzTQ .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-upAxgWCzTQ .wrap-block {
  padding-left: 2rem;
}
.cid-upAxgWCzTQ .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-upAxgWCzTQ .wrap-block ul li {
  display: inline-block;
}
.cid-upAxgWCzTQ .wrap-block ul li span {
  text-align: center;
}
.cid-upAxgWCzTQ .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-upAxgWCzTQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAxgWCzTQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-upAxgWCzTQ .mbr-list,
.cid-upAxgWCzTQ .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-upAxgWCzTQ {
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .cid-upAxgWCzTQ .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-upAxgWCzTQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAxgWCzTQ .mbr-section-title,
  .cid-upAxgWCzTQ .mbr-section-subtitle,
  .cid-upAxgWCzTQ .mbr-text {
    text-align: center !important;
  }
  .cid-upAxgWCzTQ .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-upAxgWCzTQ {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-upAxgWCzTQ .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-upAxgWCzTQ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAxgWCzTQ .btn-line {
  margin-top: 3rem;
}
.cid-upAxgWCzTQ .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-upAxgWCzTQ .col-lg-8 {
    order: 2;
  }
  .cid-upAxgWCzTQ .col-lg-4 {
    order: 1;
  }
}
.cid-upAxgWCzTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAxgWCzTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAxgWCzTQ .mbr-section-title {
  color: #d3ac3f;
}
.cid-upAxgWCzTQ .mbr-text {
  color: #000000;
}
.cid-upAxgWQGDm {
  background-color: #ffffff;
}
.cid-upAxgWQGDm H2 {
  color: #132c70;
}
.cid-upAxgWQGDm H3 {
  color: #132c70;
}
.cid-upAxgWQGDm .mbr-text,
.cid-upAxgWQGDm .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAxgWQGDm .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAxgWQGDm img {
  filter: invert(0.5);
}
.cid-upAxgWQGDm .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAxgWQGDm {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAxgWQGDm .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAxgWQGDm {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAxgWQGDm .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAxgWQGDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAxgWQGDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAxgWYkT7 {
  background-color: #ffffff;
}
.cid-upAxgWYkT7 H2 {
  color: #132c70;
}
.cid-upAxgWYkT7 H3 {
  color: #132c70;
}
.cid-upAxgWYkT7 .mbr-text,
.cid-upAxgWYkT7 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAxgWYkT7 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAxgWYkT7 img {
  filter: invert(0.5);
}
.cid-upAxgWYkT7 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAxgWYkT7 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAxgWYkT7 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAxgWYkT7 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAxgWYkT7 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAxgWYkT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAxgWYkT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAxgX32tD {
  background-color: #ffffff;
}
.cid-upAxgX32tD .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAxgX32tD .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAxgX32tD .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAxgX32tD .social-media {
  margin-top: 1.5rem;
}
.cid-upAxgX32tD .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAxgX32tD .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAxgX32tD .mbr-text,
.cid-upAxgX32tD .mbr-offer {
  line-height: 1.5;
}
.cid-upAxgX32tD .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAxgX32tD {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAxgX32tD .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAxgX32tD .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAxgX32tD .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAxgX32tD .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAxgX32tD .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAxgX32tD {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAxgX32tD .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAxgX32tD .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAxgX32tD .container-fluid {
  max-width: 1300px;
}
.cid-upAxgX32tD li {
  font-weight: 400;
}
.cid-upAxgXdD6s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAxgXdD6s .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAxgXdD6s .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAxgXdD6s .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAxgXdD6s .social-media {
  margin-top: 1.5rem;
}
.cid-upAxgXdD6s .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAxgXdD6s .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAxgXdD6s .mbr-text,
.cid-upAxgXdD6s .mbr-offer {
  line-height: 1.5;
}
.cid-upAxgXdD6s .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAxgXdD6s .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAxgXdD6s .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAxgXdD6s .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAxgXdD6s .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAxgXdD6s .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAxgXdD6s .container-fluid {
  max-width: 1300px;
}
.cid-upAy4zjtxG .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAy4zjtxG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAy4zjtxG .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAy4zjtxG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAy4zjtxG .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-upAy4zjtxG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAy4zjtxG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAy4zjtxG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAy4zjtxG .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-upAy4zjtxG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAy4zjtxG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAy4zjtxG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAy4zjtxG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAy4zjtxG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAy4zjtxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAy4zjtxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAy4zjtxG .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-upAy4zjtxG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAy4zjtxG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAy4zjtxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAy4zjtxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAy4zjtxG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAy4zjtxG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAy4zjtxG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAy4zjtxG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAy4zjtxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAy4zjtxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAy4zjtxG .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-upAy4zjtxG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAy4zjtxG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAy4zjtxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAy4zjtxG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAy4zjtxG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAy4zjtxG .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-upAy4zjtxG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAy4zjtxG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAy4zjtxG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAy4zjtxG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAy4zjtxG .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAy4zjtxG .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAy4zjtxG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAy4zjtxG .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-upAy4zjtxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAy4zjtxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAy4zjtxG .dropdown-item.active,
.cid-upAy4zjtxG .dropdown-item:active {
  background-color: transparent;
}
.cid-upAy4zjtxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAy4zjtxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAy4zjtxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAy4zjtxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAy4zjtxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAy4zjtxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAy4zjtxG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAy4zjtxG .navbar-buttons {
  text-align: center;
}
.cid-upAy4zjtxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAy4zjtxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAy4zjtxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAy4zjtxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAy4zjtxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAy4zjtxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAy4zjtxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAy4zjtxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAy4zjtxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAy4zjtxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAy4zjtxG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAy4zjtxG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAy4zjtxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAy4zjtxG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAy4zjtxG .nav-link:hover,
.cid-upAy4zjtxG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAy4zjtxG .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-upAy4zjtxG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAy4zjtxG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upAy4zIZyP {
  background-color: #ffffff;
}
.cid-upAy4zIZyP .photo-split img {
  width: 100%;
}
.cid-upAy4zIZyP .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-upAy4zIZyP .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-upAy4zIZyP .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-upAy4zIZyP .wrap-block {
  padding-left: 2rem;
}
.cid-upAy4zIZyP .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-upAy4zIZyP .wrap-block ul li {
  display: inline-block;
}
.cid-upAy4zIZyP .wrap-block ul li span {
  text-align: center;
}
.cid-upAy4zIZyP .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-upAy4zIZyP .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAy4zIZyP .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-upAy4zIZyP .mbr-list,
.cid-upAy4zIZyP .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-upAy4zIZyP {
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .cid-upAy4zIZyP .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-upAy4zIZyP .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAy4zIZyP .mbr-section-title,
  .cid-upAy4zIZyP .mbr-section-subtitle,
  .cid-upAy4zIZyP .mbr-text {
    text-align: center !important;
  }
  .cid-upAy4zIZyP .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-upAy4zIZyP {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-upAy4zIZyP .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-upAy4zIZyP .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAy4zIZyP .btn-line {
  margin-top: 3rem;
}
.cid-upAy4zIZyP .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-upAy4zIZyP .col-lg-8 {
    order: 2;
  }
  .cid-upAy4zIZyP .col-lg-4 {
    order: 1;
  }
}
.cid-upAy4zIZyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAy4zIZyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAy4zIZyP .mbr-section-title {
  color: #d3ac3f;
}
.cid-upAy4zIZyP .mbr-text {
  color: #000000;
}
.cid-upAy4zSn4R {
  background-color: #ffffff;
}
.cid-upAy4zSn4R H2 {
  color: #132c70;
}
.cid-upAy4zSn4R H3 {
  color: #132c70;
}
.cid-upAy4zSn4R .mbr-text,
.cid-upAy4zSn4R .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAy4zSn4R .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAy4zSn4R img {
  filter: invert(0.5);
}
.cid-upAy4zSn4R .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAy4zSn4R {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAy4zSn4R .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAy4zSn4R {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAy4zSn4R .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAy4zSn4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAy4zSn4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAy4zZnX4 {
  background-color: #ffffff;
}
.cid-upAy4zZnX4 H2 {
  color: #132c70;
}
.cid-upAy4zZnX4 H3 {
  color: #132c70;
}
.cid-upAy4zZnX4 .mbr-text,
.cid-upAy4zZnX4 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAy4zZnX4 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAy4zZnX4 img {
  filter: invert(0.5);
}
.cid-upAy4zZnX4 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAy4zZnX4 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAy4zZnX4 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAy4zZnX4 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAy4zZnX4 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAy4zZnX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAy4zZnX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAy4A7LsJ {
  background-color: #ffffff;
}
.cid-upAy4A7LsJ .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAy4A7LsJ .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAy4A7LsJ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAy4A7LsJ .social-media {
  margin-top: 1.5rem;
}
.cid-upAy4A7LsJ .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAy4A7LsJ .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAy4A7LsJ .mbr-text,
.cid-upAy4A7LsJ .mbr-offer {
  line-height: 1.5;
}
.cid-upAy4A7LsJ .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAy4A7LsJ {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAy4A7LsJ .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAy4A7LsJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAy4A7LsJ .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAy4A7LsJ .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAy4A7LsJ .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAy4A7LsJ {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAy4A7LsJ .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAy4A7LsJ .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAy4A7LsJ .container-fluid {
  max-width: 1300px;
}
.cid-upAy4A7LsJ li {
  font-weight: 400;
}
.cid-upAy4AjvZa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAy4AjvZa .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAy4AjvZa .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAy4AjvZa .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAy4AjvZa .social-media {
  margin-top: 1.5rem;
}
.cid-upAy4AjvZa .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAy4AjvZa .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAy4AjvZa .mbr-text,
.cid-upAy4AjvZa .mbr-offer {
  line-height: 1.5;
}
.cid-upAy4AjvZa .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAy4AjvZa .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAy4AjvZa .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAy4AjvZa .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAy4AjvZa .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAy4AjvZa .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAy4AjvZa .container-fluid {
  max-width: 1300px;
}
.cid-upAyOjhpxF .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAyOjhpxF .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAyOjhpxF .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAyOjhpxF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAyOjhpxF .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-upAyOjhpxF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAyOjhpxF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAyOjhpxF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAyOjhpxF .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-upAyOjhpxF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAyOjhpxF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAyOjhpxF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAyOjhpxF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAyOjhpxF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAyOjhpxF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAyOjhpxF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAyOjhpxF .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-upAyOjhpxF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAyOjhpxF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAyOjhpxF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAyOjhpxF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAyOjhpxF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAyOjhpxF .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAyOjhpxF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAyOjhpxF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAyOjhpxF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAyOjhpxF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAyOjhpxF .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-upAyOjhpxF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAyOjhpxF .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAyOjhpxF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAyOjhpxF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAyOjhpxF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAyOjhpxF .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-upAyOjhpxF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAyOjhpxF .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAyOjhpxF .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAyOjhpxF .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAyOjhpxF .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAyOjhpxF .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAyOjhpxF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAyOjhpxF .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-upAyOjhpxF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAyOjhpxF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAyOjhpxF .dropdown-item.active,
.cid-upAyOjhpxF .dropdown-item:active {
  background-color: transparent;
}
.cid-upAyOjhpxF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAyOjhpxF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAyOjhpxF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAyOjhpxF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAyOjhpxF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAyOjhpxF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAyOjhpxF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAyOjhpxF .navbar-buttons {
  text-align: center;
}
.cid-upAyOjhpxF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAyOjhpxF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAyOjhpxF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAyOjhpxF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAyOjhpxF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAyOjhpxF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAyOjhpxF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAyOjhpxF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAyOjhpxF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAyOjhpxF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAyOjhpxF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAyOjhpxF .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAyOjhpxF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAyOjhpxF .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAyOjhpxF .nav-link:hover,
.cid-upAyOjhpxF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAyOjhpxF .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-upAyOjhpxF .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAyOjhpxF .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upAyOjTyFx {
  background-color: #ffffff;
}
.cid-upAyOjTyFx .photo-split img {
  width: 100%;
}
.cid-upAyOjTyFx .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-upAyOjTyFx .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-upAyOjTyFx .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-upAyOjTyFx .wrap-block {
  padding-left: 2rem;
}
.cid-upAyOjTyFx .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-upAyOjTyFx .wrap-block ul li {
  display: inline-block;
}
.cid-upAyOjTyFx .wrap-block ul li span {
  text-align: center;
}
.cid-upAyOjTyFx .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-upAyOjTyFx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAyOjTyFx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-upAyOjTyFx .mbr-list,
.cid-upAyOjTyFx .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-upAyOjTyFx {
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .cid-upAyOjTyFx .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-upAyOjTyFx .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAyOjTyFx .mbr-section-title,
  .cid-upAyOjTyFx .mbr-section-subtitle,
  .cid-upAyOjTyFx .mbr-text {
    text-align: center !important;
  }
  .cid-upAyOjTyFx .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-upAyOjTyFx {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-upAyOjTyFx .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-upAyOjTyFx .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAyOjTyFx .btn-line {
  margin-top: 3rem;
}
.cid-upAyOjTyFx .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-upAyOjTyFx .col-lg-8 {
    order: 2;
  }
  .cid-upAyOjTyFx .col-lg-4 {
    order: 1;
  }
}
.cid-upAyOjTyFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAyOjTyFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAyOjTyFx .mbr-section-title {
  color: #d3ac3f;
}
.cid-upAyOjTyFx .mbr-text {
  color: #000000;
}
.cid-upAyOk8Nka {
  background-color: #ffffff;
}
.cid-upAyOk8Nka H2 {
  color: #132c70;
}
.cid-upAyOk8Nka H3 {
  color: #132c70;
}
.cid-upAyOk8Nka .mbr-text,
.cid-upAyOk8Nka .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAyOk8Nka .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAyOk8Nka img {
  filter: invert(0.5);
}
.cid-upAyOk8Nka .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAyOk8Nka {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAyOk8Nka .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAyOk8Nka {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAyOk8Nka .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAyOk8Nka .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAyOk8Nka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAyOkdQxO {
  background-color: #ffffff;
}
.cid-upAyOkdQxO H2 {
  color: #132c70;
}
.cid-upAyOkdQxO H3 {
  color: #132c70;
}
.cid-upAyOkdQxO .mbr-text,
.cid-upAyOkdQxO .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAyOkdQxO .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAyOkdQxO img {
  filter: invert(0.5);
}
.cid-upAyOkdQxO .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAyOkdQxO {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAyOkdQxO .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAyOkdQxO {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAyOkdQxO .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAyOkdQxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAyOkdQxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAyOknEzf {
  background-color: #ffffff;
}
.cid-upAyOknEzf .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAyOknEzf .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAyOknEzf .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAyOknEzf .social-media {
  margin-top: 1.5rem;
}
.cid-upAyOknEzf .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAyOknEzf .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAyOknEzf .mbr-text,
.cid-upAyOknEzf .mbr-offer {
  line-height: 1.5;
}
.cid-upAyOknEzf .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAyOknEzf {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAyOknEzf .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAyOknEzf .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAyOknEzf .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAyOknEzf .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAyOknEzf .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAyOknEzf {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAyOknEzf .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAyOknEzf .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAyOknEzf .container-fluid {
  max-width: 1300px;
}
.cid-upAyOknEzf li {
  font-weight: 400;
}
.cid-upAyOkyE5S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAyOkyE5S .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAyOkyE5S .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAyOkyE5S .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAyOkyE5S .social-media {
  margin-top: 1.5rem;
}
.cid-upAyOkyE5S .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAyOkyE5S .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAyOkyE5S .mbr-text,
.cid-upAyOkyE5S .mbr-offer {
  line-height: 1.5;
}
.cid-upAyOkyE5S .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAyOkyE5S .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAyOkyE5S .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAyOkyE5S .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAyOkyE5S .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAyOkyE5S .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAyOkyE5S .container-fluid {
  max-width: 1300px;
}
.cid-upAyDGQajk .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAyDGQajk .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAyDGQajk .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAyDGQajk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAyDGQajk .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-upAyDGQajk .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAyDGQajk .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAyDGQajk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAyDGQajk .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-upAyDGQajk .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAyDGQajk .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAyDGQajk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAyDGQajk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAyDGQajk .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAyDGQajk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAyDGQajk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAyDGQajk .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-upAyDGQajk .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAyDGQajk .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAyDGQajk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAyDGQajk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAyDGQajk .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAyDGQajk .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAyDGQajk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAyDGQajk .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAyDGQajk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAyDGQajk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAyDGQajk .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-upAyDGQajk .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAyDGQajk .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAyDGQajk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAyDGQajk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAyDGQajk .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAyDGQajk .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-upAyDGQajk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAyDGQajk .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAyDGQajk .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAyDGQajk .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAyDGQajk .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAyDGQajk .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAyDGQajk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAyDGQajk .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-upAyDGQajk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAyDGQajk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAyDGQajk .dropdown-item.active,
.cid-upAyDGQajk .dropdown-item:active {
  background-color: transparent;
}
.cid-upAyDGQajk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAyDGQajk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAyDGQajk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAyDGQajk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAyDGQajk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAyDGQajk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAyDGQajk ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAyDGQajk .navbar-buttons {
  text-align: center;
}
.cid-upAyDGQajk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAyDGQajk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAyDGQajk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAyDGQajk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAyDGQajk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAyDGQajk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAyDGQajk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAyDGQajk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAyDGQajk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAyDGQajk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAyDGQajk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAyDGQajk .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAyDGQajk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAyDGQajk .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAyDGQajk .nav-link:hover,
.cid-upAyDGQajk .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAyDGQajk .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-upAyDGQajk .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAyDGQajk .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upAyDHCj3n {
  background-color: #ffffff;
}
.cid-upAyDHCj3n .photo-split img {
  width: 100%;
}
.cid-upAyDHCj3n .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-upAyDHCj3n .counter-container ul li {
  margin-bottom: 0.5rem;
  list-style: ✓;
}
.cid-upAyDHCj3n .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-upAyDHCj3n .wrap-block {
  padding-left: 2rem;
}
.cid-upAyDHCj3n .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-upAyDHCj3n .wrap-block ul li {
  display: inline-block;
}
.cid-upAyDHCj3n .wrap-block ul li span {
  text-align: center;
}
.cid-upAyDHCj3n .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-upAyDHCj3n .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAyDHCj3n .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-upAyDHCj3n .mbr-list,
.cid-upAyDHCj3n .social-media ul {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-upAyDHCj3n {
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .cid-upAyDHCj3n .wrap-block {
    margin: 0.5rem 0;
  }
  .cid-upAyDHCj3n .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAyDHCj3n .mbr-section-title,
  .cid-upAyDHCj3n .mbr-section-subtitle,
  .cid-upAyDHCj3n .mbr-text {
    text-align: center !important;
  }
  .cid-upAyDHCj3n .social-list {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .cid-upAyDHCj3n {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-upAyDHCj3n .wrap-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cid-upAyDHCj3n .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAyDHCj3n .btn-line {
  margin-top: 3rem;
}
.cid-upAyDHCj3n .container-fluid {
  max-width: 1300px;
}
@media (max-width: 992px) {
  .cid-upAyDHCj3n .col-lg-8 {
    order: 2;
  }
  .cid-upAyDHCj3n .col-lg-4 {
    order: 1;
  }
}
.cid-upAyDHCj3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAyDHCj3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAyDHCj3n .mbr-section-title {
  color: #d3ac3f;
}
.cid-upAyDHCj3n .mbr-text {
  color: #000000;
}
.cid-upAyDHO2Js {
  background-color: #ffffff;
}
.cid-upAyDHO2Js H2 {
  color: #132c70;
}
.cid-upAyDHO2Js H3 {
  color: #132c70;
}
.cid-upAyDHO2Js .mbr-text,
.cid-upAyDHO2Js .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAyDHO2Js .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAyDHO2Js img {
  filter: invert(0.5);
}
.cid-upAyDHO2Js .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAyDHO2Js {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAyDHO2Js .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAyDHO2Js {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAyDHO2Js .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAyDHO2Js .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAyDHO2Js .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAyDHVZ6n {
  background-color: #ffffff;
}
.cid-upAyDHVZ6n H2 {
  color: #132c70;
}
.cid-upAyDHVZ6n H3 {
  color: #132c70;
}
.cid-upAyDHVZ6n .mbr-text,
.cid-upAyDHVZ6n .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-upAyDHVZ6n .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-upAyDHVZ6n img {
  filter: invert(0.5);
}
.cid-upAyDHVZ6n .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-upAyDHVZ6n {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-upAyDHVZ6n .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-upAyDHVZ6n {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cid-upAyDHVZ6n .container-fluid {
    padding: 0 2rem;
  }
}
.cid-upAyDHVZ6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAyDHVZ6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAyDI2hpz {
  background-color: #ffffff;
}
.cid-upAyDI2hpz .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAyDI2hpz .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAyDI2hpz .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAyDI2hpz .social-media {
  margin-top: 1.5rem;
}
.cid-upAyDI2hpz .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAyDI2hpz .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAyDI2hpz .mbr-text,
.cid-upAyDI2hpz .mbr-offer {
  line-height: 1.5;
}
.cid-upAyDI2hpz .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAyDI2hpz {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAyDI2hpz .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAyDI2hpz .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAyDI2hpz .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAyDI2hpz .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAyDI2hpz .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAyDI2hpz {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAyDI2hpz .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAyDI2hpz .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAyDI2hpz .container-fluid {
  max-width: 1300px;
}
.cid-upAyDI2hpz li {
  font-weight: 400;
}
.cid-upAyDI9f5g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAyDI9f5g .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAyDI9f5g .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAyDI9f5g .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAyDI9f5g .social-media {
  margin-top: 1.5rem;
}
.cid-upAyDI9f5g .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAyDI9f5g .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAyDI9f5g .mbr-text,
.cid-upAyDI9f5g .mbr-offer {
  line-height: 1.5;
}
.cid-upAyDI9f5g .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAyDI9f5g .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAyDI9f5g .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAyDI9f5g .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAyDI9f5g .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAyDI9f5g .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAyDI9f5g .container-fluid {
  max-width: 1300px;
}
.cid-upAE9xNP6i .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAE9xNP6i .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAE9xNP6i .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAE9xNP6i .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAE9xNP6i .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-upAE9xNP6i .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAE9xNP6i .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAE9xNP6i .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAE9xNP6i .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-upAE9xNP6i .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAE9xNP6i .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAE9xNP6i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAE9xNP6i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAE9xNP6i .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAE9xNP6i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAE9xNP6i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAE9xNP6i .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-upAE9xNP6i .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAE9xNP6i .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAE9xNP6i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAE9xNP6i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAE9xNP6i .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAE9xNP6i .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAE9xNP6i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAE9xNP6i .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAE9xNP6i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAE9xNP6i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAE9xNP6i .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-upAE9xNP6i .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAE9xNP6i .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAE9xNP6i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAE9xNP6i .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAE9xNP6i .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAE9xNP6i .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-upAE9xNP6i .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAE9xNP6i .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAE9xNP6i .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAE9xNP6i .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAE9xNP6i .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAE9xNP6i .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAE9xNP6i .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAE9xNP6i .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-upAE9xNP6i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAE9xNP6i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAE9xNP6i .dropdown-item.active,
.cid-upAE9xNP6i .dropdown-item:active {
  background-color: transparent;
}
.cid-upAE9xNP6i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAE9xNP6i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAE9xNP6i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAE9xNP6i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAE9xNP6i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAE9xNP6i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAE9xNP6i ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAE9xNP6i .navbar-buttons {
  text-align: center;
}
.cid-upAE9xNP6i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAE9xNP6i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAE9xNP6i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAE9xNP6i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAE9xNP6i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAE9xNP6i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAE9xNP6i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAE9xNP6i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAE9xNP6i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAE9xNP6i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAE9xNP6i a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAE9xNP6i .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAE9xNP6i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAE9xNP6i .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAE9xNP6i .nav-link:hover,
.cid-upAE9xNP6i .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAE9xNP6i .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-upAE9xNP6i .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAE9xNP6i .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upAEIXQUSG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upAEIXQUSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAEIXQUSG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAEIXQUSG .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-upAEIXQUSG .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-upAEIXQUSG .mbr-text,
.cid-upAEIXQUSG .mbr-section-btn {
  color: #232323;
}
.cid-upAEIXQUSG .mbr-section-title,
.cid-upAEIXQUSG .line {
  color: #d3ac3f;
}
.cid-upAEIXQUSG h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-upAEIXQUSG h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-upAEIXQUSG .mbr-section-subtitle,
.cid-upAEIXQUSG .align {
  text-align: left;
  color: #232323;
}
.cid-upAEFI17Db {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-upAEFI17Db .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-upAEFI17Db .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-upAEFI17Db .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAEFI17Db .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAE9ypedO {
  background-color: #ffffff;
}
.cid-upAE9ypedO .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAE9ypedO .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAE9ypedO .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAE9ypedO .social-media {
  margin-top: 1.5rem;
}
.cid-upAE9ypedO .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAE9ypedO .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAE9ypedO .mbr-text,
.cid-upAE9ypedO .mbr-offer {
  line-height: 1.5;
}
.cid-upAE9ypedO .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAE9ypedO {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAE9ypedO .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAE9ypedO .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAE9ypedO .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAE9ypedO .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAE9ypedO .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAE9ypedO {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAE9ypedO .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAE9ypedO .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAE9ypedO .container-fluid {
  max-width: 1300px;
}
.cid-upAE9ypedO li {
  font-weight: 400;
}
.cid-upAE9yDSnc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAE9yDSnc .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAE9yDSnc .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAE9yDSnc .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAE9yDSnc .social-media {
  margin-top: 1.5rem;
}
.cid-upAE9yDSnc .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAE9yDSnc .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAE9yDSnc .mbr-text,
.cid-upAE9yDSnc .mbr-offer {
  line-height: 1.5;
}
.cid-upAE9yDSnc .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAE9yDSnc .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAE9yDSnc .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAE9yDSnc .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAE9yDSnc .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAE9yDSnc .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAE9yDSnc .container-fluid {
  max-width: 1300px;
}
.cid-upAFykBR8z .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAFykBR8z .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAFykBR8z .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAFykBR8z .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAFykBR8z .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-upAFykBR8z .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAFykBR8z .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAFykBR8z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAFykBR8z .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-upAFykBR8z .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAFykBR8z .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAFykBR8z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAFykBR8z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAFykBR8z .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAFykBR8z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAFykBR8z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAFykBR8z .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-upAFykBR8z .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAFykBR8z .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAFykBR8z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAFykBR8z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAFykBR8z .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAFykBR8z .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAFykBR8z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAFykBR8z .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAFykBR8z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAFykBR8z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAFykBR8z .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-upAFykBR8z .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAFykBR8z .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAFykBR8z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAFykBR8z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAFykBR8z .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAFykBR8z .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-upAFykBR8z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAFykBR8z .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAFykBR8z .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAFykBR8z .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAFykBR8z .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAFykBR8z .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAFykBR8z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAFykBR8z .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-upAFykBR8z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAFykBR8z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAFykBR8z .dropdown-item.active,
.cid-upAFykBR8z .dropdown-item:active {
  background-color: transparent;
}
.cid-upAFykBR8z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAFykBR8z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAFykBR8z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAFykBR8z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAFykBR8z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAFykBR8z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAFykBR8z ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAFykBR8z .navbar-buttons {
  text-align: center;
}
.cid-upAFykBR8z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAFykBR8z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAFykBR8z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAFykBR8z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAFykBR8z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAFykBR8z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAFykBR8z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAFykBR8z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAFykBR8z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAFykBR8z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAFykBR8z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAFykBR8z .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAFykBR8z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAFykBR8z .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAFykBR8z .nav-link:hover,
.cid-upAFykBR8z .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAFykBR8z .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-upAFykBR8z .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAFykBR8z .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upAFylduBN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upAFylduBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAFylduBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAFylduBN .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-upAFylduBN .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-upAFylduBN .mbr-text,
.cid-upAFylduBN .mbr-section-btn {
  color: #232323;
}
.cid-upAFylduBN .mbr-section-title,
.cid-upAFylduBN .line {
  color: #d3ac3f;
}
.cid-upAFylduBN h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-upAFylduBN h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-upAFylduBN .mbr-section-subtitle,
.cid-upAFylduBN .align {
  text-align: left;
  color: #232323;
}
.cid-upAFylm9PL {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-upAFylm9PL .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-upAFylm9PL .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-upAFylm9PL .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAFylm9PL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAFyltuCS {
  background-color: #ffffff;
}
.cid-upAFyltuCS .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAFyltuCS .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAFyltuCS .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAFyltuCS .social-media {
  margin-top: 1.5rem;
}
.cid-upAFyltuCS .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAFyltuCS .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAFyltuCS .mbr-text,
.cid-upAFyltuCS .mbr-offer {
  line-height: 1.5;
}
.cid-upAFyltuCS .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAFyltuCS {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAFyltuCS .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAFyltuCS .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAFyltuCS .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAFyltuCS .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAFyltuCS .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAFyltuCS {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAFyltuCS .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAFyltuCS .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAFyltuCS .container-fluid {
  max-width: 1300px;
}
.cid-upAFyltuCS li {
  font-weight: 400;
}
.cid-upAFylDTlj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAFylDTlj .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAFylDTlj .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAFylDTlj .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAFylDTlj .social-media {
  margin-top: 1.5rem;
}
.cid-upAFylDTlj .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAFylDTlj .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAFylDTlj .mbr-text,
.cid-upAFylDTlj .mbr-offer {
  line-height: 1.5;
}
.cid-upAFylDTlj .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAFylDTlj .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAFylDTlj .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAFylDTlj .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAFylDTlj .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAFylDTlj .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAFylDTlj .container-fluid {
  max-width: 1300px;
}
.cid-upAFYg1Cw6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAFYg1Cw6 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAFYg1Cw6 .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAFYg1Cw6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAFYg1Cw6 .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-upAFYg1Cw6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAFYg1Cw6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAFYg1Cw6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAFYg1Cw6 .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-upAFYg1Cw6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAFYg1Cw6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAFYg1Cw6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAFYg1Cw6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAFYg1Cw6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAFYg1Cw6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAFYg1Cw6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAFYg1Cw6 .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-upAFYg1Cw6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAFYg1Cw6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAFYg1Cw6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAFYg1Cw6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAFYg1Cw6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAFYg1Cw6 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAFYg1Cw6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAFYg1Cw6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAFYg1Cw6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAFYg1Cw6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAFYg1Cw6 .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-upAFYg1Cw6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAFYg1Cw6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAFYg1Cw6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAFYg1Cw6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAFYg1Cw6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAFYg1Cw6 .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-upAFYg1Cw6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAFYg1Cw6 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAFYg1Cw6 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAFYg1Cw6 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAFYg1Cw6 .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAFYg1Cw6 .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAFYg1Cw6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAFYg1Cw6 .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-upAFYg1Cw6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAFYg1Cw6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAFYg1Cw6 .dropdown-item.active,
.cid-upAFYg1Cw6 .dropdown-item:active {
  background-color: transparent;
}
.cid-upAFYg1Cw6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAFYg1Cw6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAFYg1Cw6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAFYg1Cw6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAFYg1Cw6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAFYg1Cw6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAFYg1Cw6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAFYg1Cw6 .navbar-buttons {
  text-align: center;
}
.cid-upAFYg1Cw6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAFYg1Cw6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAFYg1Cw6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAFYg1Cw6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAFYg1Cw6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAFYg1Cw6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAFYg1Cw6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAFYg1Cw6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAFYg1Cw6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAFYg1Cw6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAFYg1Cw6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAFYg1Cw6 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAFYg1Cw6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAFYg1Cw6 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAFYg1Cw6 .nav-link:hover,
.cid-upAFYg1Cw6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAFYg1Cw6 .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-upAFYg1Cw6 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAFYg1Cw6 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upAFYgTnUh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upAFYgTnUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAFYgTnUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAFYgTnUh .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-upAFYgTnUh .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-upAFYgTnUh .mbr-text,
.cid-upAFYgTnUh .mbr-section-btn {
  color: #232323;
}
.cid-upAFYgTnUh .mbr-section-title,
.cid-upAFYgTnUh .line {
  color: #d3ac3f;
}
.cid-upAFYgTnUh h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-upAFYgTnUh h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-upAFYgTnUh .mbr-section-subtitle,
.cid-upAFYgTnUh .align {
  text-align: left;
  color: #232323;
}
.cid-upAFYh2rnl {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-upAFYh2rnl .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-upAFYh2rnl .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-upAFYh2rnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAFYh2rnl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAFYh8K2L {
  background-color: #ffffff;
}
.cid-upAFYh8K2L .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAFYh8K2L .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAFYh8K2L .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAFYh8K2L .social-media {
  margin-top: 1.5rem;
}
.cid-upAFYh8K2L .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAFYh8K2L .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAFYh8K2L .mbr-text,
.cid-upAFYh8K2L .mbr-offer {
  line-height: 1.5;
}
.cid-upAFYh8K2L .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAFYh8K2L {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAFYh8K2L .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAFYh8K2L .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAFYh8K2L .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAFYh8K2L .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAFYh8K2L .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAFYh8K2L {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAFYh8K2L .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAFYh8K2L .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAFYh8K2L .container-fluid {
  max-width: 1300px;
}
.cid-upAFYh8K2L li {
  font-weight: 400;
}
.cid-upAFYhkzwK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAFYhkzwK .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAFYhkzwK .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAFYhkzwK .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAFYhkzwK .social-media {
  margin-top: 1.5rem;
}
.cid-upAFYhkzwK .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAFYhkzwK .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAFYhkzwK .mbr-text,
.cid-upAFYhkzwK .mbr-offer {
  line-height: 1.5;
}
.cid-upAFYhkzwK .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAFYhkzwK .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAFYhkzwK .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAFYhkzwK .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAFYhkzwK .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAFYhkzwK .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAFYhkzwK .container-fluid {
  max-width: 1300px;
}
.cid-upAGpjOepE .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-upAGpjOepE .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upAGpjOepE .navbar {
  position: static!important;
  min-height: 77px;
  transition: 1s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-upAGpjOepE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-upAGpjOepE .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-upAGpjOepE .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-upAGpjOepE .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-upAGpjOepE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAGpjOepE .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-upAGpjOepE .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #d3ac3f;
}
.cid-upAGpjOepE .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-upAGpjOepE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAGpjOepE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 96.65714286vh;
  }
}
.cid-upAGpjOepE .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-upAGpjOepE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAGpjOepE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAGpjOepE .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-upAGpjOepE .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-upAGpjOepE .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-upAGpjOepE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAGpjOepE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-upAGpjOepE .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-upAGpjOepE .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-upAGpjOepE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAGpjOepE .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-upAGpjOepE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAGpjOepE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAGpjOepE .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-upAGpjOepE .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-upAGpjOepE .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-upAGpjOepE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAGpjOepE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-upAGpjOepE .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-upAGpjOepE .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-upAGpjOepE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upAGpjOepE .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-upAGpjOepE .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-upAGpjOepE .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-upAGpjOepE .navbar.navbar-short .navbar-brand {
  margin-top: -7rem;
  height: 0%;
  padding: 0;
}
.cid-upAGpjOepE .navbar.navbar-short .social-block {
  margin-top: 1rem;
}
.cid-upAGpjOepE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upAGpjOepE .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-upAGpjOepE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAGpjOepE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAGpjOepE .dropdown-item.active,
.cid-upAGpjOepE .dropdown-item:active {
  background-color: transparent;
}
.cid-upAGpjOepE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Cormorant', serif;
}
.cid-upAGpjOepE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAGpjOepE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAGpjOepE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAGpjOepE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-upAGpjOepE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAGpjOepE ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-upAGpjOepE .navbar-buttons {
  text-align: center;
}
.cid-upAGpjOepE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upAGpjOepE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-upAGpjOepE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upAGpjOepE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upAGpjOepE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upAGpjOepE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upAGpjOepE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAGpjOepE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upAGpjOepE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upAGpjOepE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upAGpjOepE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
}
.cid-upAGpjOepE .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: .5rem;
  color: #132c70;
}
.cid-upAGpjOepE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-upAGpjOepE .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-upAGpjOepE .nav-link:hover,
.cid-upAGpjOepE .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-upAGpjOepE .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-upAGpjOepE .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-upAGpjOepE .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-upAGpkq3Wy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upAGpkq3Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAGpkq3Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAGpkq3Wy .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-upAGpkq3Wy .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-upAGpkq3Wy .mbr-text,
.cid-upAGpkq3Wy .mbr-section-btn {
  color: #232323;
}
.cid-upAGpkq3Wy .mbr-section-title,
.cid-upAGpkq3Wy .line {
  color: #d3ac3f;
}
.cid-upAGpkq3Wy h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-upAGpkq3Wy h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-upAGpkq3Wy .mbr-section-subtitle,
.cid-upAGpkq3Wy .align {
  text-align: left;
  color: #232323;
}
.cid-upAGpkAjEE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-upAGpkAjEE .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-upAGpkAjEE .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-upAGpkAjEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAGpkAjEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAGpkJuNm {
  background-color: #ffffff;
}
.cid-upAGpkJuNm .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAGpkJuNm .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAGpkJuNm .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAGpkJuNm .social-media {
  margin-top: 1.5rem;
}
.cid-upAGpkJuNm .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAGpkJuNm .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAGpkJuNm .mbr-text,
.cid-upAGpkJuNm .mbr-offer {
  line-height: 1.5;
}
.cid-upAGpkJuNm .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAGpkJuNm {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cid-upAGpkJuNm .wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .cid-upAGpkJuNm .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAGpkJuNm .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAGpkJuNm .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAGpkJuNm .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAGpkJuNm {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .cid-upAGpkJuNm .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
  .cid-upAGpkJuNm .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.cid-upAGpkJuNm .container-fluid {
  max-width: 1300px;
}
.cid-upAGpkJuNm li {
  font-weight: 400;
}
.cid-upAGpkVE4n {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upAGpkVE4n .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d3ac3f;
}
.cid-upAGpkVE4n .mbr-list li {
  margin-bottom: 1rem;
}
.cid-upAGpkVE4n .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-upAGpkVE4n .social-media {
  margin-top: 1.5rem;
}
.cid-upAGpkVE4n .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-upAGpkVE4n .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-upAGpkVE4n .mbr-text,
.cid-upAGpkVE4n .mbr-offer {
  line-height: 1.5;
}
.cid-upAGpkVE4n .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-upAGpkVE4n .container-fluid {
    padding: 0 1rem;
  }
  .cid-upAGpkVE4n .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-upAGpkVE4n .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-upAGpkVE4n .mbr-list li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-upAGpkVE4n .container-fluid {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-upAGpkVE4n .container-fluid {
  max-width: 1300px;
}
