body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.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-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ffbc00 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #997100;
  color: #997100 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !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: #111111;
  color: #111111 !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: #000000;
  color: #000000 !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: #ffbc00 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #997100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ffbc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffbc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffbc00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffbc00;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbc00;
  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: #ffbc00;
  border-bottom-color: #ffbc00;
}
.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: #ffbc00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3e97d1 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffbc00' %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-tfe0RT8QAR .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-tfe0RT8QAR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #c1c1c1;
}
.cid-tfe0RT8QAR .navbar.opened {
  transition: all .3s;
  background: #c1c1c1 !important;
}
.cid-tfe0RT8QAR .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tfe0RT8QAR .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfe0RT8QAR .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-collapse.show,
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tfe0RT8QAR .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfe0RT8QAR .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-tfe0RT8QAR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tfe0RT8QAR .navbar {
    flex-wrap: nowrap;
  }
  .cid-tfe0RT8QAR .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tfe0RT8QAR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfe0RT8QAR .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tfe0RT8QAR .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tfe0RT8QAR .navbar.opened .navbar-collapse.show,
  .cid-tfe0RT8QAR .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tfe0RT8QAR .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfe0RT8QAR .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-tfe0RT8QAR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfe0RT8QAR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tfe0RT8QAR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tfe0RT8QAR .navbar.navbar-short {
  background: #c1c1c1 !important;
  min-height: 60px;
}
.cid-tfe0RT8QAR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfe0RT8QAR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfe0RT8QAR .navbar-brand {
  -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;
}
.cid-tfe0RT8QAR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfe0RT8QAR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfe0RT8QAR .dropdown-item.active,
.cid-tfe0RT8QAR .dropdown-item:active {
  background-color: transparent;
}
.cid-tfe0RT8QAR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfe0RT8QAR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfe0RT8QAR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfe0RT8QAR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-tfe0RT8QAR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfe0RT8QAR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfe0RT8QAR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfe0RT8QAR .navbar-buttons {
  text-align: center;
}
.cid-tfe0RT8QAR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfe0RT8QAR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfe0RT8QAR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tfe0RT8QAR a.nav-link:focus {
  outline: none;
}
.cid-tfe0RT8QAR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfe0RT8QAR .nav-link:hover,
.cid-tfe0RT8QAR .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfe0RT8QAR .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tfe0RT8QAR .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sjCGOOaPrj {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #aeaeae;
}
.cid-sjCGOOaPrj .mbr-title {
  color: #ffffff;
  text-align: center;
}
.cid-sjCGOOaPrj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sjCGuQ1LSe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #03426a;
}
.cid-sjD8FOlKvN.popup-builder {
  background-color: #ffffff;
}
.cid-sjD8FOlKvN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sjD8FOlKvN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sjD8FOlKvN .modal-content,
.cid-sjD8FOlKvN .modal-dialog {
  height: auto;
}
.cid-sjD8FOlKvN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sjD8FOlKvN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sjD8FOlKvN .form-wrapper .mbr-form .form-group,
  .cid-sjD8FOlKvN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sjD8FOlKvN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sjD8FOlKvN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjD8FOlKvN .mbr-text {
  text-align: center;
}
.cid-sjD8FOlKvN .pt-0 {
  padding-top: 0 !important;
}
.cid-sjD8FOlKvN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sjD8FOlKvN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sjD8FOlKvN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sjD8FOlKvN .modal-open {
  overflow: hidden;
}
.cid-sjD8FOlKvN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sjD8FOlKvN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sjD8FOlKvN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sjD8FOlKvN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sjD8FOlKvN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sjD8FOlKvN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sjD8FOlKvN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sjD8FOlKvN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sjD8FOlKvN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sjD8FOlKvN .modal-backdrop.fade {
  opacity: 0;
}
.cid-sjD8FOlKvN .modal-backdrop.show {
  opacity: .5;
}
.cid-sjD8FOlKvN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sjD8FOlKvN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sjD8FOlKvN .modal-header .close:hover {
  opacity: 1;
}
.cid-sjD8FOlKvN .modal-header .close:focus {
  outline: none;
}
.cid-sjD8FOlKvN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sjD8FOlKvN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sjD8FOlKvN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sjD8FOlKvN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sjD8FOlKvN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sjD8FOlKvN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sjD8FOlKvN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sjD8FOlKvN .modal-sm {
    max-width: 300px;
  }
  .cid-sjD8FOlKvN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sjD8FOlKvN .modal-lg,
  .cid-sjD8FOlKvN .modal-xl {
    max-width: 800px;
  }
  .cid-sjD8FOlKvN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sjD8FOlKvN .modal-xl {
    max-width: 1140px;
  }
  .cid-sjD8FOlKvN .container {
    max-width: 1140px;
  }
}
.cid-sjD8FOlKvN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sjD8FOlKvN .container {
    max-width: 720px;
  }
}
.cid-sjD8FOlKvN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sjD8FOlKvN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sjD8FOlKvN .form-group {
  margin-bottom: 1rem;
}
.cid-sjD8FOlKvN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sjD8FOlKvN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sjD8FOlKvN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tfe0RT8QAR .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-tfe0RT8QAR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #c1c1c1;
}
.cid-tfe0RT8QAR .navbar.opened {
  transition: all .3s;
  background: #c1c1c1 !important;
}
.cid-tfe0RT8QAR .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tfe0RT8QAR .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfe0RT8QAR .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-collapse.show,
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tfe0RT8QAR .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfe0RT8QAR .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-tfe0RT8QAR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tfe0RT8QAR .navbar {
    flex-wrap: nowrap;
  }
  .cid-tfe0RT8QAR .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tfe0RT8QAR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfe0RT8QAR .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tfe0RT8QAR .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tfe0RT8QAR .navbar.opened .navbar-collapse.show,
  .cid-tfe0RT8QAR .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tfe0RT8QAR .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfe0RT8QAR .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-tfe0RT8QAR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfe0RT8QAR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tfe0RT8QAR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tfe0RT8QAR .navbar.navbar-short {
  background: #c1c1c1 !important;
  min-height: 60px;
}
.cid-tfe0RT8QAR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfe0RT8QAR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfe0RT8QAR .navbar-brand {
  -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;
}
.cid-tfe0RT8QAR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfe0RT8QAR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfe0RT8QAR .dropdown-item.active,
.cid-tfe0RT8QAR .dropdown-item:active {
  background-color: transparent;
}
.cid-tfe0RT8QAR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfe0RT8QAR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfe0RT8QAR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfe0RT8QAR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-tfe0RT8QAR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfe0RT8QAR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfe0RT8QAR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfe0RT8QAR .navbar-buttons {
  text-align: center;
}
.cid-tfe0RT8QAR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfe0RT8QAR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfe0RT8QAR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tfe0RT8QAR a.nav-link:focus {
  outline: none;
}
.cid-tfe0RT8QAR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfe0RT8QAR .nav-link:hover,
.cid-tfe0RT8QAR .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfe0RT8QAR .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tfe0RT8QAR .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sl1X0GBoYq {
  padding-top: 225px;
  padding-bottom: 120px;
  background-color: #03426a;
}
.cid-sl1X0GBoYq .mbr-title {
  color: #ffffff;
  text-align: center;
}
.cid-sl1X0GBoYq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfe0RT8QAR .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-tfe0RT8QAR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #c1c1c1;
}
.cid-tfe0RT8QAR .navbar.opened {
  transition: all .3s;
  background: #c1c1c1 !important;
}
.cid-tfe0RT8QAR .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tfe0RT8QAR .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfe0RT8QAR .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-collapse.show,
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tfe0RT8QAR .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfe0RT8QAR .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-tfe0RT8QAR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tfe0RT8QAR .navbar {
    flex-wrap: nowrap;
  }
  .cid-tfe0RT8QAR .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tfe0RT8QAR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfe0RT8QAR .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tfe0RT8QAR .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tfe0RT8QAR .navbar.opened .navbar-collapse.show,
  .cid-tfe0RT8QAR .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tfe0RT8QAR .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfe0RT8QAR .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-tfe0RT8QAR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfe0RT8QAR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tfe0RT8QAR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tfe0RT8QAR .navbar.navbar-short {
  background: #c1c1c1 !important;
  min-height: 60px;
}
.cid-tfe0RT8QAR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfe0RT8QAR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfe0RT8QAR .navbar-brand {
  -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;
}
.cid-tfe0RT8QAR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfe0RT8QAR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfe0RT8QAR .dropdown-item.active,
.cid-tfe0RT8QAR .dropdown-item:active {
  background-color: transparent;
}
.cid-tfe0RT8QAR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfe0RT8QAR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfe0RT8QAR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfe0RT8QAR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-tfe0RT8QAR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfe0RT8QAR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfe0RT8QAR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfe0RT8QAR .navbar-buttons {
  text-align: center;
}
.cid-tfe0RT8QAR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfe0RT8QAR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfe0RT8QAR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tfe0RT8QAR a.nav-link:focus {
  outline: none;
}
.cid-tfe0RT8QAR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfe0RT8QAR .nav-link:hover,
.cid-tfe0RT8QAR .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfe0RT8QAR .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tfe0RT8QAR .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sl5wh1RA9Y {
  padding-top: 225px;
  padding-bottom: 120px;
  background-color: #03426a;
}
.cid-sl5wh1RA9Y .mbr-title {
  color: #ffffff;
  text-align: center;
}
.cid-sl5wh1RA9Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uL1qEs4Pnz .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uL1qEs4Pnz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #c1c1c1;
}
.cid-uL1qEs4Pnz .navbar.opened {
  transition: all .3s;
  background: #c1c1c1 !important;
}
.cid-uL1qEs4Pnz .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uL1qEs4Pnz .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL1qEs4Pnz .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uL1qEs4Pnz .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uL1qEs4Pnz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL1qEs4Pnz .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uL1qEs4Pnz .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uL1qEs4Pnz .navbar.collapsed.opened .navbar-collapse.show,
.cid-uL1qEs4Pnz .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uL1qEs4Pnz .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uL1qEs4Pnz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uL1qEs4Pnz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL1qEs4Pnz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL1qEs4Pnz .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-uL1qEs4Pnz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL1qEs4Pnz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uL1qEs4Pnz .navbar {
    flex-wrap: nowrap;
  }
  .cid-uL1qEs4Pnz .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uL1qEs4Pnz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL1qEs4Pnz .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uL1qEs4Pnz .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uL1qEs4Pnz .navbar.opened .navbar-collapse.show,
  .cid-uL1qEs4Pnz .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uL1qEs4Pnz .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uL1qEs4Pnz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uL1qEs4Pnz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL1qEs4Pnz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL1qEs4Pnz .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-uL1qEs4Pnz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uL1qEs4Pnz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL1qEs4Pnz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uL1qEs4Pnz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uL1qEs4Pnz .navbar.navbar-short {
  background: #c1c1c1 !important;
  min-height: 60px;
}
.cid-uL1qEs4Pnz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uL1qEs4Pnz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uL1qEs4Pnz .navbar-brand {
  -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;
}
.cid-uL1qEs4Pnz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL1qEs4Pnz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL1qEs4Pnz .dropdown-item.active,
.cid-uL1qEs4Pnz .dropdown-item:active {
  background-color: transparent;
}
.cid-uL1qEs4Pnz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL1qEs4Pnz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL1qEs4Pnz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL1qEs4Pnz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-uL1qEs4Pnz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL1qEs4Pnz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL1qEs4Pnz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uL1qEs4Pnz .navbar-buttons {
  text-align: center;
}
.cid-uL1qEs4Pnz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uL1qEs4Pnz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL1qEs4Pnz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uL1qEs4Pnz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uL1qEs4Pnz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uL1qEs4Pnz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uL1qEs4Pnz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL1qEs4Pnz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uL1qEs4Pnz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uL1qEs4Pnz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL1qEs4Pnz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uL1qEs4Pnz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uL1qEs4Pnz a.nav-link:focus {
  outline: none;
}
.cid-uL1qEs4Pnz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uL1qEs4Pnz .nav-link:hover,
.cid-uL1qEs4Pnz .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL1qEs4Pnz .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uL1qEs4Pnz .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uL1qEsr0XI {
  background-image: url("../../../assets/images/open-house-sign.jpg");
}
.cid-uL1qEsr0XI .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uL1qEsr0XI .mbr-section-title {
  color: #232323;
}
.cid-uL1qEsr0XI .mbr-section-title span {
  color: #ffbc00;
}
.cid-uL1qEsr0XI .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL1qEsr0XI .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uL1qEsHSPf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qEsHSPf .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qEsHSPf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qEsHSPf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qEsHSPf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEsHSPf .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qEsHSPf .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qEsHSPf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qEsHSPf .mbr-text,
.cid-uL1qEsHSPf .mbr-section-btn {
  color: #000000;
}
.cid-uL1qEsXr5x {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qEsXr5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qEsXr5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qEsXr5x .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qEsXr5x .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qEsXr5x .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qEsXr5x .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEsXr5x .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qEsXr5x .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qEtcOtl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qEtcOtl .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qEtcOtl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qEtcOtl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qEtcOtl .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEtcOtl .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qEtcOtl .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qEtcOtl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qEtrv3C {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qEtrv3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qEtrv3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qEtrv3C .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qEtrv3C .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qEtrv3C .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qEtrv3C .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEtrv3C .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qEtrv3C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qEtJSB3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qEtJSB3 .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qEtJSB3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qEtJSB3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qEtJSB3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEtJSB3 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qEtJSB3 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qEtJSB3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qEtYe7x {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qEtYe7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qEtYe7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qEtYe7x .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qEtYe7x .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qEtYe7x .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qEtYe7x .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEtYe7x .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qEtYe7x .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qEueZH1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qEueZH1 .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qEueZH1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qEueZH1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qEueZH1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEueZH1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qEueZH1 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qEueZH1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qEuuF1x {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qEuuF1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qEuuF1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qEuuF1x .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qEuuF1x .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qEuuF1x .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qEuuF1x .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEuuF1x .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qEuuF1x .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qEuMd7n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qEuMd7n .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qEuMd7n .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qEuMd7n .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qEuMd7n .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEuMd7n .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qEuMd7n .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qEuMd7n .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qEv1Dux {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qEv1Dux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qEv1Dux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qEv1Dux .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qEv1Dux .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qEv1Dux .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qEv1Dux .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEv1Dux .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qEv1Dux .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qEvh4su {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qEvh4su .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qEvh4su .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qEvh4su .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qEvh4su .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEvh4su .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qEvh4su .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qEvh4su .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qEvyOwU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qEvyOwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qEvyOwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qEvyOwU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qEvyOwU .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qEvyOwU .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qEvyOwU .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEvyOwU .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qEvyOwU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qEvOW6M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qEvOW6M .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qEvOW6M .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qEvOW6M .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qEvOW6M .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEvOW6M .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qEvOW6M .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qEvOW6M .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qEw4jUB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qEw4jUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qEw4jUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qEw4jUB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qEw4jUB .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qEw4jUB .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qEw4jUB .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEw4jUB .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qEw4jUB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qEwl5kH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qEwl5kH .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qEwl5kH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qEwl5kH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qEwl5kH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEwl5kH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qEwl5kH .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qEwl5kH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qEwDSAi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e97d1;
}
.cid-uL1qEwDSAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qEwDSAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qEwDSAi .row {
  justify-content: center;
}
.cid-uL1qEwDSAi .mbr-form {
  padding: 40px 45px;
}
@media (max-width: 992px) {
  .cid-uL1qEwDSAi .mbr-form {
    padding: 32px 24px;
  }
}
.cid-uL1qEwDSAi .mbr-form .dragArea.row .mbr-section-title {
  margin-bottom: 11px;
}
.cid-uL1qEwDSAi .mbr-form .dragArea.row .mbr-text {
  margin-bottom: 22px;
}
.cid-uL1qEwDSAi .mbr-form .dragArea.row .form-group {
  margin-bottom: 25px !important;
}
.cid-uL1qEwDSAi .mbr-form .dragArea.row .form-group .form-control-label {
  width: 100%;
  padding: 0 10px 5px 0;
  margin: 0;
}
.cid-uL1qEwDSAi .mbr-form .dragArea.row .form-group .form-control {
  padding: 0 20px;
  background-color: #ffffff;
  min-height: 60px;
  border-radius: 100px;
  box-shadow: none;
  border: none !important;
}
.cid-uL1qEwDSAi .mbr-form .dragArea.row .form-group .form-control::placeholder {
  color: #6e716f;
}
.cid-uL1qEwDSAi .mbr-form .dragArea.row .form-group .form-control:hover,
.cid-uL1qEwDSAi .mbr-form .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uL1qEwDSAi .mbr-form .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin: 0;
}
.cid-uL1qEwDSAi .mbr-form .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  border: 2px solid #6e716f;
  background-color: transparent;
}
.cid-uL1qEwDSAi .mbr-form .dragArea.row .form-group .form-check .form-check-label {
  width: 100%;
  padding-top: 4px;
}
.cid-uL1qEwDSAi .mbr-form .dragArea.row .form-group textarea {
  padding: 10px 20px 0;
}
.cid-uL1qEwDSAi .mbr-form .dragArea.row .mbr-section-btn {
  width: 100% !important;
}
.cid-uL1qEwDSAi .mbr-form .dragArea.row .mbr-section-btn .btn {
  min-height: 54px;
}
.cid-uL1qEwDSAi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uL1qEwDSAi .mbr-text {
  color: #dddddd;
  text-align: center;
}
.cid-uL1qEwDSAi LABEL {
  color: #ffffff;
}
.cid-uL1qEwDSAi H1 {
  color: #ffda73;
  text-align: right;
}
.cid-uL1qEwDSAi P {
  color: #ffffff;
  text-align: right;
}
.cid-uL1qEwDSAi H5 {
  text-align: center;
  color: #ffda73;
}
.cid-uL1qEx2tTK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qEx2tTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qEx2tTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qEx2tTK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qEx2tTK .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qEx2tTK .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qEx2tTK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEx2tTK .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qEx2tTK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qExxwPv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b1d0f9;
}
.cid-uL1qExxwPv .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-uL1qExxwPv .form-group {
  margin-bottom: 1.3em;
}
.cid-uL1qExxwPv .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-uL1qExxwPv .form-control {
  border: 1px solid #ddd;
  background-color: white;
  padding-left: .5em;
  min-height: 2.5em;
  width: 100%;
}
.cid-uL1qExxwPv textarea.form-control {
  height: 15em;
  padding: 0.5em 0.6em;
}
.cid-uL1qExxwPv H2 {
  color: #000000;
}
.cid-uL1qExU06j {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uL1qExU06j a:link {
  text-decoration: none;
}
.cid-uL1qExU06j .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uL1qExU06j .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uL1qExU06j .inner-text {
  line-height: 3em;
}
.cid-uL1qExU06j .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL1qExU06j .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uL1qExU06j .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uL1qExU06j .content-text,
.cid-uL1qExU06j .inner-text {
  color: #c1c1c1;
}
.cid-uL1qEyjLIT.popup-builder {
  background-color: #ffffff;
}
.cid-uL1qEyjLIT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uL1qEyjLIT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uL1qEyjLIT .modal-content,
.cid-uL1qEyjLIT .modal-dialog {
  height: auto;
}
.cid-uL1qEyjLIT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uL1qEyjLIT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uL1qEyjLIT .form-wrapper .mbr-form .form-group,
  .cid-uL1qEyjLIT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uL1qEyjLIT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uL1qEyjLIT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uL1qEyjLIT .mbr-text {
  text-align: left;
}
.cid-uL1qEyjLIT .pt-0 {
  padding-top: 0 !important;
}
.cid-uL1qEyjLIT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uL1qEyjLIT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uL1qEyjLIT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uL1qEyjLIT .modal-open {
  overflow: hidden;
}
.cid-uL1qEyjLIT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uL1qEyjLIT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uL1qEyjLIT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uL1qEyjLIT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uL1qEyjLIT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uL1qEyjLIT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uL1qEyjLIT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uL1qEyjLIT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uL1qEyjLIT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uL1qEyjLIT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uL1qEyjLIT .modal-backdrop.show {
  opacity: .5;
}
.cid-uL1qEyjLIT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uL1qEyjLIT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uL1qEyjLIT .modal-header .close:hover {
  opacity: 1;
}
.cid-uL1qEyjLIT .modal-header .close:focus {
  outline: none;
}
.cid-uL1qEyjLIT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-uL1qEyjLIT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uL1qEyjLIT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uL1qEyjLIT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uL1qEyjLIT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uL1qEyjLIT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uL1qEyjLIT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uL1qEyjLIT .modal-sm {
    max-width: 300px;
  }
  .cid-uL1qEyjLIT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uL1qEyjLIT .modal-lg,
  .cid-uL1qEyjLIT .modal-xl {
    max-width: 800px;
  }
  .cid-uL1qEyjLIT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uL1qEyjLIT .modal-xl {
    max-width: 1140px;
  }
  .cid-uL1qEyjLIT .container {
    max-width: 1140px;
  }
}
.cid-uL1qEyjLIT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uL1qEyjLIT .container {
    max-width: 720px;
  }
}
.cid-uL1qEyjLIT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uL1qEyjLIT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uL1qEyjLIT .form-group {
  margin-bottom: 1rem;
}
.cid-uL1qEyjLIT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uL1qEyjLIT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uL1qEyjLIT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uL1qYcYwJf .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uL1qYcYwJf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #c1c1c1;
}
.cid-uL1qYcYwJf .navbar.opened {
  transition: all .3s;
  background: #c1c1c1 !important;
}
.cid-uL1qYcYwJf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uL1qYcYwJf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL1qYcYwJf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uL1qYcYwJf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uL1qYcYwJf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL1qYcYwJf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uL1qYcYwJf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uL1qYcYwJf .navbar.collapsed.opened .navbar-collapse.show,
.cid-uL1qYcYwJf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uL1qYcYwJf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uL1qYcYwJf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uL1qYcYwJf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL1qYcYwJf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL1qYcYwJf .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-uL1qYcYwJf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL1qYcYwJf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uL1qYcYwJf .navbar {
    flex-wrap: nowrap;
  }
  .cid-uL1qYcYwJf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uL1qYcYwJf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL1qYcYwJf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uL1qYcYwJf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uL1qYcYwJf .navbar.opened .navbar-collapse.show,
  .cid-uL1qYcYwJf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uL1qYcYwJf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uL1qYcYwJf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uL1qYcYwJf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL1qYcYwJf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL1qYcYwJf .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-uL1qYcYwJf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uL1qYcYwJf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL1qYcYwJf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uL1qYcYwJf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uL1qYcYwJf .navbar.navbar-short {
  background: #c1c1c1 !important;
  min-height: 60px;
}
.cid-uL1qYcYwJf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uL1qYcYwJf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uL1qYcYwJf .navbar-brand {
  -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;
}
.cid-uL1qYcYwJf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL1qYcYwJf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL1qYcYwJf .dropdown-item.active,
.cid-uL1qYcYwJf .dropdown-item:active {
  background-color: transparent;
}
.cid-uL1qYcYwJf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL1qYcYwJf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL1qYcYwJf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL1qYcYwJf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-uL1qYcYwJf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL1qYcYwJf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL1qYcYwJf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uL1qYcYwJf .navbar-buttons {
  text-align: center;
}
.cid-uL1qYcYwJf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uL1qYcYwJf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL1qYcYwJf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uL1qYcYwJf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uL1qYcYwJf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uL1qYcYwJf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uL1qYcYwJf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL1qYcYwJf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uL1qYcYwJf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uL1qYcYwJf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL1qYcYwJf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uL1qYcYwJf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uL1qYcYwJf a.nav-link:focus {
  outline: none;
}
.cid-uL1qYcYwJf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uL1qYcYwJf .nav-link:hover,
.cid-uL1qYcYwJf .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL1qYcYwJf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uL1qYcYwJf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uL1qYdmRhz {
  background-image: url("../../../assets/images/open-house-sign.jpg");
}
.cid-uL1qYdmRhz .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uL1qYdmRhz .mbr-section-title {
  color: #232323;
}
.cid-uL1qYdmRhz .mbr-section-title span {
  color: #ffbc00;
}
.cid-uL1qYdmRhz .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL1qYdmRhz .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uL1qYdBhEP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qYdBhEP .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qYdBhEP .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qYdBhEP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qYdBhEP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYdBhEP .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qYdBhEP .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qYdBhEP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYdBhEP .mbr-text,
.cid-uL1qYdBhEP .mbr-section-btn {
  color: #000000;
}
.cid-uL1qYdXefG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qYdXefG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qYdXefG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qYdXefG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qYdXefG .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qYdXefG .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qYdXefG .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYdXefG .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qYdXefG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYehVVQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qYehVVQ .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qYehVVQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qYehVVQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qYehVVQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYehVVQ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qYehVVQ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qYehVVQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYeypYl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qYeypYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qYeypYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qYeypYl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qYeypYl .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qYeypYl .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qYeypYl .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYeypYl .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qYeypYl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYeS5Of {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qYeS5Of .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qYeS5Of .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qYeS5Of .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qYeS5Of .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYeS5Of .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qYeS5Of .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qYeS5Of .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYf9vGn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qYf9vGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qYf9vGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qYf9vGn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qYf9vGn .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qYf9vGn .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qYf9vGn .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYf9vGn .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qYf9vGn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYfpW6p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qYfpW6p .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qYfpW6p .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qYfpW6p .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qYfpW6p .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYfpW6p .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qYfpW6p .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qYfpW6p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYfEO0H {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qYfEO0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qYfEO0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qYfEO0H .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qYfEO0H .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qYfEO0H .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qYfEO0H .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYfEO0H .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qYfEO0H .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYfTYb1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qYfTYb1 .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qYfTYb1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qYfTYb1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qYfTYb1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYfTYb1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qYfTYb1 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qYfTYb1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYgaZxl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qYgaZxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qYgaZxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qYgaZxl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qYgaZxl .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qYgaZxl .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qYgaZxl .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYgaZxl .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qYgaZxl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYgsy1A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qYgsy1A .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qYgsy1A .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qYgsy1A .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qYgsy1A .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYgsy1A .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qYgsy1A .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qYgsy1A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYgIFTv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qYgIFTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qYgIFTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qYgIFTv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qYgIFTv .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qYgIFTv .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qYgIFTv .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYgIFTv .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qYgIFTv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYgZLy3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qYgZLy3 .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qYgZLy3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qYgZLy3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qYgZLy3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYgZLy3 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qYgZLy3 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qYgZLy3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYhhwa2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qYhhwa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qYhhwa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qYhhwa2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qYhhwa2 .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qYhhwa2 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qYhhwa2 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYhhwa2 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qYhhwa2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYhwJG8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1qYhwJG8 .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1qYhwJG8 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1qYhwJG8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1qYhwJG8 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYhwJG8 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1qYhwJG8 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1qYhwJG8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYhNkqa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e97d1;
}
.cid-uL1qYhNkqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qYhNkqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qYhNkqa .row {
  justify-content: center;
}
.cid-uL1qYhNkqa .mbr-form {
  padding: 40px 45px;
}
@media (max-width: 992px) {
  .cid-uL1qYhNkqa .mbr-form {
    padding: 32px 24px;
  }
}
.cid-uL1qYhNkqa .mbr-form .dragArea.row .mbr-section-title {
  margin-bottom: 11px;
}
.cid-uL1qYhNkqa .mbr-form .dragArea.row .mbr-text {
  margin-bottom: 22px;
}
.cid-uL1qYhNkqa .mbr-form .dragArea.row .form-group {
  margin-bottom: 25px !important;
}
.cid-uL1qYhNkqa .mbr-form .dragArea.row .form-group .form-control-label {
  width: 100%;
  padding: 0 10px 5px 0;
  margin: 0;
}
.cid-uL1qYhNkqa .mbr-form .dragArea.row .form-group .form-control {
  padding: 0 20px;
  background-color: #ffffff;
  min-height: 60px;
  border-radius: 100px;
  box-shadow: none;
  border: none !important;
}
.cid-uL1qYhNkqa .mbr-form .dragArea.row .form-group .form-control::placeholder {
  color: #6e716f;
}
.cid-uL1qYhNkqa .mbr-form .dragArea.row .form-group .form-control:hover,
.cid-uL1qYhNkqa .mbr-form .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uL1qYhNkqa .mbr-form .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin: 0;
}
.cid-uL1qYhNkqa .mbr-form .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  border: 2px solid #6e716f;
  background-color: transparent;
}
.cid-uL1qYhNkqa .mbr-form .dragArea.row .form-group .form-check .form-check-label {
  width: 100%;
  padding-top: 4px;
}
.cid-uL1qYhNkqa .mbr-form .dragArea.row .form-group textarea {
  padding: 10px 20px 0;
}
.cid-uL1qYhNkqa .mbr-form .dragArea.row .mbr-section-btn {
  width: 100% !important;
}
.cid-uL1qYhNkqa .mbr-form .dragArea.row .mbr-section-btn .btn {
  min-height: 54px;
}
.cid-uL1qYhNkqa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uL1qYhNkqa .mbr-text {
  color: #dddddd;
  text-align: center;
}
.cid-uL1qYhNkqa LABEL {
  color: #ffffff;
}
.cid-uL1qYhNkqa H1 {
  color: #ffda73;
  text-align: right;
}
.cid-uL1qYhNkqa P {
  color: #ffffff;
  text-align: right;
}
.cid-uL1qYhNkqa H5 {
  text-align: center;
  color: #ffda73;
}
.cid-uL1qYicoTx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1qYicoTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1qYicoTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1qYicoTx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1qYicoTx .row {
    flex-direction: column-reverse;
  }
  .cid-uL1qYicoTx .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1qYicoTx .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYicoTx .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1qYicoTx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1qYitm1u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b1d0f9;
}
.cid-uL1qYitm1u .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-uL1qYitm1u .form-group {
  margin-bottom: 1.3em;
}
.cid-uL1qYitm1u .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-uL1qYitm1u .form-control {
  border: 1px solid #ddd;
  background-color: white;
  padding-left: .5em;
  min-height: 2.5em;
  width: 100%;
}
.cid-uL1qYitm1u textarea.form-control {
  height: 15em;
  padding: 0.5em 0.6em;
}
.cid-uL1qYitm1u H2 {
  color: #000000;
}
.cid-uL1qYiLklR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uL1qYiLklR a:link {
  text-decoration: none;
}
.cid-uL1qYiLklR .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uL1qYiLklR .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uL1qYiLklR .inner-text {
  line-height: 3em;
}
.cid-uL1qYiLklR .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL1qYiLklR .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uL1qYiLklR .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uL1qYiLklR .content-text,
.cid-uL1qYiLklR .inner-text {
  color: #c1c1c1;
}
.cid-uL1qYj4VI1.popup-builder {
  background-color: #ffffff;
}
.cid-uL1qYj4VI1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uL1qYj4VI1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uL1qYj4VI1 .modal-content,
.cid-uL1qYj4VI1 .modal-dialog {
  height: auto;
}
.cid-uL1qYj4VI1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uL1qYj4VI1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uL1qYj4VI1 .form-wrapper .mbr-form .form-group,
  .cid-uL1qYj4VI1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uL1qYj4VI1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uL1qYj4VI1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uL1qYj4VI1 .mbr-text {
  text-align: left;
}
.cid-uL1qYj4VI1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uL1qYj4VI1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uL1qYj4VI1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uL1qYj4VI1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uL1qYj4VI1 .modal-open {
  overflow: hidden;
}
.cid-uL1qYj4VI1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uL1qYj4VI1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uL1qYj4VI1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uL1qYj4VI1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uL1qYj4VI1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uL1qYj4VI1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uL1qYj4VI1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uL1qYj4VI1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uL1qYj4VI1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uL1qYj4VI1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uL1qYj4VI1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uL1qYj4VI1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uL1qYj4VI1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uL1qYj4VI1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uL1qYj4VI1 .modal-header .close:focus {
  outline: none;
}
.cid-uL1qYj4VI1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-uL1qYj4VI1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uL1qYj4VI1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uL1qYj4VI1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uL1qYj4VI1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uL1qYj4VI1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uL1qYj4VI1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uL1qYj4VI1 .modal-sm {
    max-width: 300px;
  }
  .cid-uL1qYj4VI1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uL1qYj4VI1 .modal-lg,
  .cid-uL1qYj4VI1 .modal-xl {
    max-width: 800px;
  }
  .cid-uL1qYj4VI1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uL1qYj4VI1 .modal-xl {
    max-width: 1140px;
  }
  .cid-uL1qYj4VI1 .container {
    max-width: 1140px;
  }
}
.cid-uL1qYj4VI1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uL1qYj4VI1 .container {
    max-width: 720px;
  }
}
.cid-uL1qYj4VI1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uL1qYj4VI1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uL1qYj4VI1 .form-group {
  margin-bottom: 1rem;
}
.cid-uL1qYj4VI1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uL1qYj4VI1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uL1qYj4VI1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tfe0RT8QAR .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-tfe0RT8QAR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #c1c1c1;
}
.cid-tfe0RT8QAR .navbar.opened {
  transition: all .3s;
  background: #c1c1c1 !important;
}
.cid-tfe0RT8QAR .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tfe0RT8QAR .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfe0RT8QAR .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-collapse.show,
.cid-tfe0RT8QAR .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tfe0RT8QAR .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfe0RT8QAR .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-tfe0RT8QAR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfe0RT8QAR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tfe0RT8QAR .navbar {
    flex-wrap: nowrap;
  }
  .cid-tfe0RT8QAR .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tfe0RT8QAR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfe0RT8QAR .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tfe0RT8QAR .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tfe0RT8QAR .navbar.opened .navbar-collapse.show,
  .cid-tfe0RT8QAR .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tfe0RT8QAR .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfe0RT8QAR .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-tfe0RT8QAR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfe0RT8QAR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfe0RT8QAR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tfe0RT8QAR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tfe0RT8QAR .navbar.navbar-short {
  background: #c1c1c1 !important;
  min-height: 60px;
}
.cid-tfe0RT8QAR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfe0RT8QAR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfe0RT8QAR .navbar-brand {
  -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;
}
.cid-tfe0RT8QAR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfe0RT8QAR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfe0RT8QAR .dropdown-item.active,
.cid-tfe0RT8QAR .dropdown-item:active {
  background-color: transparent;
}
.cid-tfe0RT8QAR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfe0RT8QAR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfe0RT8QAR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfe0RT8QAR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-tfe0RT8QAR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfe0RT8QAR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfe0RT8QAR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfe0RT8QAR .navbar-buttons {
  text-align: center;
}
.cid-tfe0RT8QAR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfe0RT8QAR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfe0RT8QAR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfe0RT8QAR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfe0RT8QAR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tfe0RT8QAR a.nav-link:focus {
  outline: none;
}
.cid-tfe0RT8QAR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfe0RT8QAR .nav-link:hover,
.cid-tfe0RT8QAR .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfe0RT8QAR .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tfe0RT8QAR .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tfdKFIpKX4 {
  background-image: url("../../../assets/images/open-house-sign.jpg");
}
.cid-tfdKFIpKX4 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-tfdKFIpKX4 .mbr-section-title {
  color: #232323;
}
.cid-tfdKFIpKX4 .mbr-section-title span {
  color: #ffbc00;
}
.cid-tfdKFIpKX4 .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfdKFIpKX4 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-tcacX1127U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-tcacX1127U .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-tcacX1127U .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tcacX1127U .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tcacX1127U .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tcacX1127U .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tcacX1127U .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tcacX1127U .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tcacX1127U .mbr-text,
.cid-tcacX1127U .mbr-section-btn {
  color: #000000;
}
.cid-tcb3fsi2Qp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tcb3fsi2Qp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcb3fsi2Qp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcb3fsi2Qp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tcb3fsi2Qp .row {
    flex-direction: column-reverse;
  }
  .cid-tcb3fsi2Qp .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tcb3fsi2Qp .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tcb3fsi2Qp .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tcb3fsi2Qp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfhMva0emE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-tfhMva0emE .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-tfhMva0emE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfhMva0emE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tfhMva0emE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tfhMva0emE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tfhMva0emE .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tfhMva0emE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfU2LTsA6C {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tfU2LTsA6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfU2LTsA6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfU2LTsA6C .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tfU2LTsA6C .row {
    flex-direction: column-reverse;
  }
  .cid-tfU2LTsA6C .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tfU2LTsA6C .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tfU2LTsA6C .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tfU2LTsA6C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfUHImJJ6M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-tfUHImJJ6M .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-tfUHImJJ6M .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfUHImJJ6M .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tfUHImJJ6M .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tfUHImJJ6M .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tfUHImJJ6M .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tfUHImJJ6M .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfhMw80ZRm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tfhMw80ZRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfhMw80ZRm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfhMw80ZRm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tfhMw80ZRm .row {
    flex-direction: column-reverse;
  }
  .cid-tfhMw80ZRm .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tfhMw80ZRm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tfhMw80ZRm .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tfhMw80ZRm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfk9DgfukG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-tfk9DgfukG .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-tfk9DgfukG .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfk9DgfukG .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tfk9DgfukG .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tfk9DgfukG .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tfk9DgfukG .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tfk9DgfukG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfWqjcvPBT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tfWqjcvPBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfWqjcvPBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfWqjcvPBT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tfWqjcvPBT .row {
    flex-direction: column-reverse;
  }
  .cid-tfWqjcvPBT .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tfWqjcvPBT .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tfWqjcvPBT .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tfWqjcvPBT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfWq2YX63C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-tfWq2YX63C .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-tfWq2YX63C .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfWq2YX63C .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tfWq2YX63C .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tfWq2YX63C .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tfWq2YX63C .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tfWq2YX63C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfk9EzujXb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tfk9EzujXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfk9EzujXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfk9EzujXb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tfk9EzujXb .row {
    flex-direction: column-reverse;
  }
  .cid-tfk9EzujXb .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tfk9EzujXb .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tfk9EzujXb .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tfk9EzujXb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfhMx0LdV9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-tfhMx0LdV9 .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-tfhMx0LdV9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfhMx0LdV9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tfhMx0LdV9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tfhMx0LdV9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tfhMx0LdV9 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tfhMx0LdV9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfhMxTRJRa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tfhMxTRJRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfhMxTRJRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfhMxTRJRa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tfhMxTRJRa .row {
    flex-direction: column-reverse;
  }
  .cid-tfhMxTRJRa .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tfhMxTRJRa .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tfhMxTRJRa .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tfhMxTRJRa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfmkUMSfQd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-tfmkUMSfQd .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-tfmkUMSfQd .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfmkUMSfQd .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tfmkUMSfQd .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tfmkUMSfQd .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tfmkUMSfQd .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tfmkUMSfQd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfnbje6AQu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tfnbje6AQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfnbje6AQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfnbje6AQu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tfnbje6AQu .row {
    flex-direction: column-reverse;
  }
  .cid-tfnbje6AQu .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tfnbje6AQu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tfnbje6AQu .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tfnbje6AQu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfnbkr0EO4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-tfnbkr0EO4 .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-tfnbkr0EO4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tfnbkr0EO4 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tfnbkr0EO4 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tfnbkr0EO4 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tfnbkr0EO4 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tfnbkr0EO4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1lobJlij {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e97d1;
}
.cid-uL1lobJlij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1lobJlij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1lobJlij .row {
  justify-content: center;
}
.cid-uL1lobJlij .mbr-form {
  padding: 40px 45px;
}
@media (max-width: 992px) {
  .cid-uL1lobJlij .mbr-form {
    padding: 32px 24px;
  }
}
.cid-uL1lobJlij .mbr-form .dragArea.row .mbr-section-title {
  margin-bottom: 11px;
}
.cid-uL1lobJlij .mbr-form .dragArea.row .mbr-text {
  margin-bottom: 22px;
}
.cid-uL1lobJlij .mbr-form .dragArea.row .form-group {
  margin-bottom: 25px !important;
}
.cid-uL1lobJlij .mbr-form .dragArea.row .form-group .form-control-label {
  width: 100%;
  padding: 0 10px 5px 0;
  margin: 0;
}
.cid-uL1lobJlij .mbr-form .dragArea.row .form-group .form-control {
  padding: 0 20px;
  background-color: #ffffff;
  min-height: 60px;
  border-radius: 100px;
  box-shadow: none;
  border: none !important;
}
.cid-uL1lobJlij .mbr-form .dragArea.row .form-group .form-control::placeholder {
  color: #6e716f;
}
.cid-uL1lobJlij .mbr-form .dragArea.row .form-group .form-control:hover,
.cid-uL1lobJlij .mbr-form .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uL1lobJlij .mbr-form .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin: 0;
}
.cid-uL1lobJlij .mbr-form .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  border: 2px solid #6e716f;
  background-color: transparent;
}
.cid-uL1lobJlij .mbr-form .dragArea.row .form-group .form-check .form-check-label {
  width: 100%;
  padding-top: 4px;
}
.cid-uL1lobJlij .mbr-form .dragArea.row .form-group textarea {
  padding: 10px 20px 0;
}
.cid-uL1lobJlij .mbr-form .dragArea.row .mbr-section-btn {
  width: 100% !important;
}
.cid-uL1lobJlij .mbr-form .dragArea.row .mbr-section-btn .btn {
  min-height: 54px;
}
.cid-uL1lobJlij .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uL1lobJlij .mbr-text {
  color: #dddddd;
  text-align: center;
}
.cid-uL1lobJlij LABEL {
  color: #ffffff;
}
.cid-uL1lobJlij H1 {
  color: #ffda73;
  text-align: right;
}
.cid-uL1lobJlij P {
  color: #ffffff;
  text-align: right;
}
.cid-uL1lobJlij H5 {
  text-align: center;
  color: #ffda73;
}
.cid-tfmTulvkZE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tfmTulvkZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfmTulvkZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfmTulvkZE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tfmTulvkZE .row {
    flex-direction: column-reverse;
  }
  .cid-tfmTulvkZE .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tfmTulvkZE .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tfmTulvkZE .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tfmTulvkZE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1lhLo6Ao {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b1d0f9;
}
.cid-uL1lhLo6Ao .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-uL1lhLo6Ao .form-group {
  margin-bottom: 1.3em;
}
.cid-uL1lhLo6Ao .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-uL1lhLo6Ao .form-control {
  border: 1px solid #ddd;
  background-color: white;
  padding-left: .5em;
  min-height: 2.5em;
  width: 100%;
}
.cid-uL1lhLo6Ao textarea.form-control {
  height: 15em;
  padding: 0.5em 0.6em;
}
.cid-uL1lhLo6Ao H2 {
  color: #000000;
}
.cid-sUTR5Ta1xA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sUTR5Ta1xA a:link {
  text-decoration: none;
}
.cid-sUTR5Ta1xA .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sUTR5Ta1xA .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sUTR5Ta1xA .inner-text {
  line-height: 3em;
}
.cid-sUTR5Ta1xA .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUTR5Ta1xA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sUTR5Ta1xA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sUTR5Ta1xA .content-text,
.cid-sUTR5Ta1xA .inner-text {
  color: #c1c1c1;
}
.cid-skj1MhMAna.popup-builder {
  background-color: #ffffff;
}
.cid-skj1MhMAna.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-skj1MhMAna.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-skj1MhMAna .modal-content,
.cid-skj1MhMAna .modal-dialog {
  height: auto;
}
.cid-skj1MhMAna .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-skj1MhMAna .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-skj1MhMAna .form-wrapper .mbr-form .form-group,
  .cid-skj1MhMAna .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-skj1MhMAna .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-skj1MhMAna .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skj1MhMAna .mbr-text {
  text-align: left;
}
.cid-skj1MhMAna .pt-0 {
  padding-top: 0 !important;
}
.cid-skj1MhMAna .pb-0 {
  padding-bottom: 0 !important;
}
.cid-skj1MhMAna .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-skj1MhMAna .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-skj1MhMAna .modal-open {
  overflow: hidden;
}
.cid-skj1MhMAna .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-skj1MhMAna .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-skj1MhMAna .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-skj1MhMAna .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-skj1MhMAna .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-skj1MhMAna .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-skj1MhMAna .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-skj1MhMAna .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-skj1MhMAna .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-skj1MhMAna .modal-backdrop.fade {
  opacity: 0;
}
.cid-skj1MhMAna .modal-backdrop.show {
  opacity: .5;
}
.cid-skj1MhMAna .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-skj1MhMAna .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-skj1MhMAna .modal-header .close:hover {
  opacity: 1;
}
.cid-skj1MhMAna .modal-header .close:focus {
  outline: none;
}
.cid-skj1MhMAna .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-skj1MhMAna .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-skj1MhMAna .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-skj1MhMAna .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-skj1MhMAna .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-skj1MhMAna .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-skj1MhMAna .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-skj1MhMAna .modal-sm {
    max-width: 300px;
  }
  .cid-skj1MhMAna .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-skj1MhMAna .modal-lg,
  .cid-skj1MhMAna .modal-xl {
    max-width: 800px;
  }
  .cid-skj1MhMAna .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-skj1MhMAna .modal-xl {
    max-width: 1140px;
  }
  .cid-skj1MhMAna .container {
    max-width: 1140px;
  }
}
.cid-skj1MhMAna .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-skj1MhMAna .container {
    max-width: 720px;
  }
}
.cid-skj1MhMAna .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-skj1MhMAna .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-skj1MhMAna .form-group {
  margin-bottom: 1rem;
}
.cid-skj1MhMAna .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-skj1MhMAna .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-skj1MhMAna .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uL1BO6QGy2 .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uL1BO6QGy2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #c1c1c1;
}
.cid-uL1BO6QGy2 .navbar.opened {
  transition: all .3s;
  background: #c1c1c1 !important;
}
.cid-uL1BO6QGy2 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uL1BO6QGy2 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL1BO6QGy2 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uL1BO6QGy2 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uL1BO6QGy2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL1BO6QGy2 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uL1BO6QGy2 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uL1BO6QGy2 .navbar.collapsed.opened .navbar-collapse.show,
.cid-uL1BO6QGy2 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uL1BO6QGy2 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uL1BO6QGy2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uL1BO6QGy2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL1BO6QGy2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL1BO6QGy2 .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-uL1BO6QGy2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL1BO6QGy2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uL1BO6QGy2 .navbar {
    flex-wrap: nowrap;
  }
  .cid-uL1BO6QGy2 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uL1BO6QGy2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL1BO6QGy2 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uL1BO6QGy2 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uL1BO6QGy2 .navbar.opened .navbar-collapse.show,
  .cid-uL1BO6QGy2 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uL1BO6QGy2 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uL1BO6QGy2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uL1BO6QGy2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL1BO6QGy2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL1BO6QGy2 .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-uL1BO6QGy2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uL1BO6QGy2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL1BO6QGy2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uL1BO6QGy2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uL1BO6QGy2 .navbar.navbar-short {
  background: #c1c1c1 !important;
  min-height: 60px;
}
.cid-uL1BO6QGy2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uL1BO6QGy2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uL1BO6QGy2 .navbar-brand {
  -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;
}
.cid-uL1BO6QGy2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL1BO6QGy2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL1BO6QGy2 .dropdown-item.active,
.cid-uL1BO6QGy2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL1BO6QGy2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL1BO6QGy2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL1BO6QGy2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL1BO6QGy2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c1c1c1;
}
.cid-uL1BO6QGy2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL1BO6QGy2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL1BO6QGy2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uL1BO6QGy2 .navbar-buttons {
  text-align: center;
}
.cid-uL1BO6QGy2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uL1BO6QGy2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL1BO6QGy2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uL1BO6QGy2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uL1BO6QGy2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uL1BO6QGy2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uL1BO6QGy2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL1BO6QGy2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uL1BO6QGy2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uL1BO6QGy2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL1BO6QGy2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uL1BO6QGy2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uL1BO6QGy2 a.nav-link:focus {
  outline: none;
}
.cid-uL1BO6QGy2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uL1BO6QGy2 .nav-link:hover,
.cid-uL1BO6QGy2 .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL1BO6QGy2 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uL1BO6QGy2 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uL1BO7fYkl {
  background-image: url("../../../assets/images/open-house-sign.jpg");
}
.cid-uL1BO7fYkl .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uL1BO7fYkl .mbr-section-title {
  color: #232323;
}
.cid-uL1BO7fYkl .mbr-section-title span {
  color: #ffbc00;
}
.cid-uL1BO7fYkl .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL1BO7fYkl .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uL1BO7wTD3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1BO7wTD3 .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1BO7wTD3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1BO7wTD3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1BO7wTD3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BO7wTD3 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1BO7wTD3 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1BO7wTD3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BO7wTD3 .mbr-text,
.cid-uL1BO7wTD3 .mbr-section-btn {
  color: #000000;
}
.cid-uL1BO7OCOW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1BO7OCOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1BO7OCOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1BO7OCOW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1BO7OCOW .row {
    flex-direction: column-reverse;
  }
  .cid-uL1BO7OCOW .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1BO7OCOW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BO7OCOW .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1BO7OCOW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BO85MJ6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1BO85MJ6 .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1BO85MJ6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1BO85MJ6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1BO85MJ6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BO85MJ6 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1BO85MJ6 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1BO85MJ6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BO8pkN9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1BO8pkN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1BO8pkN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1BO8pkN9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1BO8pkN9 .row {
    flex-direction: column-reverse;
  }
  .cid-uL1BO8pkN9 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1BO8pkN9 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BO8pkN9 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1BO8pkN9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BO8GvHa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1BO8GvHa .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1BO8GvHa .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1BO8GvHa .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1BO8GvHa .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BO8GvHa .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1BO8GvHa .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1BO8GvHa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BO8XPOs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1BO8XPOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1BO8XPOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1BO8XPOs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1BO8XPOs .row {
    flex-direction: column-reverse;
  }
  .cid-uL1BO8XPOs .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1BO8XPOs .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BO8XPOs .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1BO8XPOs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BO9dTFS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1BO9dTFS .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1BO9dTFS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1BO9dTFS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1BO9dTFS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BO9dTFS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1BO9dTFS .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1BO9dTFS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BO9xc1S {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1BO9xc1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1BO9xc1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1BO9xc1S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1BO9xc1S .row {
    flex-direction: column-reverse;
  }
  .cid-uL1BO9xc1S .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1BO9xc1S .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BO9xc1S .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1BO9xc1S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BO9QSWh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1BO9QSWh .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1BO9QSWh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1BO9QSWh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1BO9QSWh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BO9QSWh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1BO9QSWh .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1BO9QSWh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BOa86Ax {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1BOa86Ax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1BOa86Ax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1BOa86Ax .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1BOa86Ax .row {
    flex-direction: column-reverse;
  }
  .cid-uL1BOa86Ax .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1BOa86Ax .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BOa86Ax .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1BOa86Ax .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BOapqIA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1BOapqIA .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1BOapqIA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1BOapqIA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1BOapqIA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BOapqIA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1BOapqIA .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1BOapqIA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BOaIKfT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1BOaIKfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1BOaIKfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1BOaIKfT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1BOaIKfT .row {
    flex-direction: column-reverse;
  }
  .cid-uL1BOaIKfT .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1BOaIKfT .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BOaIKfT .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1BOaIKfT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BOb0Y78 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1BOb0Y78 .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1BOb0Y78 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1BOb0Y78 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1BOb0Y78 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BOb0Y78 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1BOb0Y78 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1BOb0Y78 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BObi1k1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1BObi1k1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1BObi1k1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1BObi1k1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1BObi1k1 .row {
    flex-direction: column-reverse;
  }
  .cid-uL1BObi1k1 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1BObi1k1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BObi1k1 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1BObi1k1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BObBOEd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1d0f9;
}
.cid-uL1BObBOEd .content-wrapper {
  background: #b1d0f9;
}
@media (max-width: 991px) {
  .cid-uL1BObBOEd .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL1BObBOEd .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL1BObBOEd .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BObBOEd .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uL1BObBOEd .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uL1BObBOEd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BObViqn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e97d1;
}
.cid-uL1BObViqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1BObViqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1BObViqn .row {
  justify-content: center;
}
.cid-uL1BObViqn .mbr-form {
  padding: 40px 45px;
}
@media (max-width: 992px) {
  .cid-uL1BObViqn .mbr-form {
    padding: 32px 24px;
  }
}
.cid-uL1BObViqn .mbr-form .dragArea.row .mbr-section-title {
  margin-bottom: 11px;
}
.cid-uL1BObViqn .mbr-form .dragArea.row .mbr-text {
  margin-bottom: 22px;
}
.cid-uL1BObViqn .mbr-form .dragArea.row .form-group {
  margin-bottom: 25px !important;
}
.cid-uL1BObViqn .mbr-form .dragArea.row .form-group .form-control-label {
  width: 100%;
  padding: 0 10px 5px 0;
  margin: 0;
}
.cid-uL1BObViqn .mbr-form .dragArea.row .form-group .form-control {
  padding: 0 20px;
  background-color: #ffffff;
  min-height: 60px;
  border-radius: 100px;
  box-shadow: none;
  border: none !important;
}
.cid-uL1BObViqn .mbr-form .dragArea.row .form-group .form-control::placeholder {
  color: #6e716f;
}
.cid-uL1BObViqn .mbr-form .dragArea.row .form-group .form-control:hover,
.cid-uL1BObViqn .mbr-form .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uL1BObViqn .mbr-form .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin: 0;
}
.cid-uL1BObViqn .mbr-form .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  border: 2px solid #6e716f;
  background-color: transparent;
}
.cid-uL1BObViqn .mbr-form .dragArea.row .form-group .form-check .form-check-label {
  width: 100%;
  padding-top: 4px;
}
.cid-uL1BObViqn .mbr-form .dragArea.row .form-group textarea {
  padding: 10px 20px 0;
}
.cid-uL1BObViqn .mbr-form .dragArea.row .mbr-section-btn {
  width: 100% !important;
}
.cid-uL1BObViqn .mbr-form .dragArea.row .mbr-section-btn .btn {
  min-height: 54px;
}
.cid-uL1BObViqn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uL1BObViqn .mbr-text {
  color: #dddddd;
  text-align: center;
}
.cid-uL1BObViqn LABEL {
  color: #ffffff;
}
.cid-uL1BObViqn H1 {
  color: #ffda73;
  text-align: right;
}
.cid-uL1BObViqn P {
  color: #ffffff;
  text-align: right;
}
.cid-uL1BObViqn H5 {
  text-align: center;
  color: #ffda73;
}
.cid-uL1BOclj3q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL1BOclj3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL1BOclj3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL1BOclj3q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL1BOclj3q .row {
    flex-direction: column-reverse;
  }
  .cid-uL1BOclj3q .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL1BOclj3q .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL1BOclj3q .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL1BOclj3q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL1BOcDQk0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b1d0f9;
}
.cid-uL1BOcDQk0 .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-uL1BOcDQk0 .form-group {
  margin-bottom: 1.3em;
}
.cid-uL1BOcDQk0 .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-uL1BOcDQk0 .form-control {
  border: 1px solid #ddd;
  background-color: white;
  padding-left: .5em;
  min-height: 2.5em;
  width: 100%;
}
.cid-uL1BOcDQk0 textarea.form-control {
  height: 15em;
  padding: 0.5em 0.6em;
}
.cid-uL1BOcDQk0 H2 {
  color: #000000;
}
.cid-uL1BOcVUFJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uL1BOcVUFJ a:link {
  text-decoration: none;
}
.cid-uL1BOcVUFJ .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uL1BOcVUFJ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uL1BOcVUFJ .inner-text {
  line-height: 3em;
}
.cid-uL1BOcVUFJ .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uL1BOcVUFJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uL1BOcVUFJ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uL1BOcVUFJ .content-text,
.cid-uL1BOcVUFJ .inner-text {
  color: #c1c1c1;
}
.cid-uL1BOdwKOv.popup-builder {
  background-color: #ffffff;
}
.cid-uL1BOdwKOv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uL1BOdwKOv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uL1BOdwKOv .modal-content,
.cid-uL1BOdwKOv .modal-dialog {
  height: auto;
}
.cid-uL1BOdwKOv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uL1BOdwKOv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uL1BOdwKOv .form-wrapper .mbr-form .form-group,
  .cid-uL1BOdwKOv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uL1BOdwKOv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uL1BOdwKOv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uL1BOdwKOv .mbr-text {
  text-align: left;
}
.cid-uL1BOdwKOv .pt-0 {
  padding-top: 0 !important;
}
.cid-uL1BOdwKOv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uL1BOdwKOv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uL1BOdwKOv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uL1BOdwKOv .modal-open {
  overflow: hidden;
}
.cid-uL1BOdwKOv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uL1BOdwKOv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uL1BOdwKOv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uL1BOdwKOv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uL1BOdwKOv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uL1BOdwKOv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uL1BOdwKOv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uL1BOdwKOv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uL1BOdwKOv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uL1BOdwKOv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uL1BOdwKOv .modal-backdrop.show {
  opacity: .5;
}
.cid-uL1BOdwKOv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uL1BOdwKOv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uL1BOdwKOv .modal-header .close:hover {
  opacity: 1;
}
.cid-uL1BOdwKOv .modal-header .close:focus {
  outline: none;
}
.cid-uL1BOdwKOv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-uL1BOdwKOv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uL1BOdwKOv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uL1BOdwKOv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uL1BOdwKOv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uL1BOdwKOv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uL1BOdwKOv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uL1BOdwKOv .modal-sm {
    max-width: 300px;
  }
  .cid-uL1BOdwKOv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uL1BOdwKOv .modal-lg,
  .cid-uL1BOdwKOv .modal-xl {
    max-width: 800px;
  }
  .cid-uL1BOdwKOv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uL1BOdwKOv .modal-xl {
    max-width: 1140px;
  }
  .cid-uL1BOdwKOv .container {
    max-width: 1140px;
  }
}
.cid-uL1BOdwKOv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uL1BOdwKOv .container {
    max-width: 720px;
  }
}
.cid-uL1BOdwKOv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uL1BOdwKOv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uL1BOdwKOv .form-group {
  margin-bottom: 1rem;
}
.cid-uL1BOdwKOv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uL1BOdwKOv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uL1BOdwKOv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
