@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap);





body {
  font-family: Lato;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #274abb !important;
}
.bg-success {
  background-color: #274abb !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #656565 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #274abb !important;
  border-color: #274abb !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1a317c !important;
  border-color: #1a317c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a317c !important;
  border-color: #1a317c !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #25c4ca !important;
  border-color: #25c4ca !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #198589 !important;
  border-color: #198589 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #198589 !important;
  border-color: #198589 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #274abb !important;
  border-color: #274abb !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1a317c !important;
  border-color: #1a317c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a317c !important;
  border-color: #1a317c !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #656565 !important;
  border-color: #656565 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !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: #152967;
  color: #152967;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #274abb;
  border-color: #274abb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #274abb !important;
  border-color: #274abb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #157074;
  color: #157074;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #25c4ca;
  border-color: #25c4ca;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #25c4ca !important;
  border-color: #25c4ca !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #152967;
  color: #152967;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #274abb;
  border-color: #274abb;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #274abb !important;
  border-color: #274abb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #323232;
  color: #323232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #656565;
  border-color: #656565;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #274abb !important;
}
.text-secondary {
  color: #25c4ca !important;
}
.text-success {
  color: #274abb !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #656565 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #152967 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #157074 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #152967 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #323232 !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: #ffffff;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #656565;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #274abb;
  border-color: #274abb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #274abb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7e96e4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7e96e4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a5a5a5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #274abb;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.btn-primary-outline-2 {
  border: none;
  color: #274abb;
}
.btn-primary-outline-2 .mbr-iconfont-btn {
  -webkit-order: 1;
  order: 1;
  transition: all 0.3s;
  margin-left: 5px;
  font-size: 1rem !important;
}
.btn-primary-outline-2:hover {
  background-color: inherit;
  color: #274abb;
}
.btn-primary-outline-2:focus {
  background-color: inherit;
  color: #274abb;
}
.btn-primary-outline-2:active {
  background-color: inherit;
  color: #274abb;
}
.btn-primary-outline-2:hover .mbr-iconfont-btn {
  margin-left: 8px;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #274abb;
  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-number__spin {
  background: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #274abb;
  border-bottom-color: #274abb;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #274abb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #25c4ca !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='%23274abb' %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-rLPOAOuAvr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #5bd0d4;
}
.cid-rLPOAOuAvr .navbar.opened {
  transition: all .3s;
  background: #5bd0d4 !important;
}
.cid-rLPOAOuAvr .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rLPOAOuAvr .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rLPOAOuAvr .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-rLPOAOuAvr .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-rLPOAOuAvr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rLPOAOuAvr .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-rLPOAOuAvr .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rLPOAOuAvr .navbar.collapsed.opened .navbar-collapse.show,
.cid-rLPOAOuAvr .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-rLPOAOuAvr .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-rLPOAOuAvr .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-rLPOAOuAvr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rLPOAOuAvr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rLPOAOuAvr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rLPOAOuAvr .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-rLPOAOuAvr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rLPOAOuAvr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rLPOAOuAvr .navbar {
    flex-wrap: nowrap;
  }
  .cid-rLPOAOuAvr .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-rLPOAOuAvr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rLPOAOuAvr .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-rLPOAOuAvr .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-rLPOAOuAvr .navbar.opened .navbar-collapse.show,
  .cid-rLPOAOuAvr .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-rLPOAOuAvr .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-rLPOAOuAvr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rLPOAOuAvr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rLPOAOuAvr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rLPOAOuAvr .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-rLPOAOuAvr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rLPOAOuAvr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rLPOAOuAvr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rLPOAOuAvr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-rLPOAOuAvr .navbar.navbar-short {
  background: #5bd0d4 !important;
  min-height: 60px;
}
.cid-rLPOAOuAvr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rLPOAOuAvr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rLPOAOuAvr .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-rLPOAOuAvr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rLPOAOuAvr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rLPOAOuAvr .dropdown-item.active,
.cid-rLPOAOuAvr .dropdown-item:active {
  background-color: transparent;
}
.cid-rLPOAOuAvr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rLPOAOuAvr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rLPOAOuAvr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rLPOAOuAvr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5bd0d4;
}
.cid-rLPOAOuAvr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rLPOAOuAvr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rLPOAOuAvr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rLPOAOuAvr .navbar-buttons {
  text-align: center;
}
.cid-rLPOAOuAvr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rLPOAOuAvr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rLPOAOuAvr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rLPOAOuAvr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rLPOAOuAvr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rLPOAOuAvr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rLPOAOuAvr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rLPOAOuAvr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rLPOAOuAvr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rLPOAOuAvr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rLPOAOuAvr .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rLPOAOuAvr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-rLPOAOuAvr a.nav-link:focus {
  outline: none;
}
.cid-rLPOAOuAvr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rLPOAOuAvr .nav-link:hover,
.cid-rLPOAOuAvr .dropdown-item:hover {
  color: #333333 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rLPOAOuAvr .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-rLPOAOuAvr .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rKBCgVy4cs {
  background-image: url("../../../assets/images/realtor-jane-wu-1080x810.jpg");
}
.cid-rKCQQaL3X2 {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-rKCQQaL3X2 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rKCQQaL3X2 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rKCQQaL3X2 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-rKCQQaL3X2 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-rKCQQaL3X2 .mbr-text,
.cid-rKCQQaL3X2 .mbr-section-btn {
  color: #232323;
  text-align: right;
}
.cid-rKCQQaL3X2 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.3);
  border-radius: .25rem;
}
.cid-rKCQQaL3X2 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rKCQQaL3X2 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rKCQQaL3X2 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rKCQQaL3X2 .main-row {
    margin: 0;
  }
  .cid-rKCQQaL3X2 .mbr-section-title,
  .cid-rKCQQaL3X2 .mbr-text,
  .cid-rKCQQaL3X2 .list,
  .cid-rKCQQaL3X2 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rKCQQaL3X2 .text-content {
    padding: 0;
  }
}
.cid-rKCQQaL3X2 .list {
  color: #333333;
}
.cid-rKCQQaL3X2 .list UL {
  text-align: left;
}
.cid-rKCQQaL3X2 .mbr-section-title {
  text-align: right;
}
.cid-rKIwMCwPim {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #40c9ce;
}
.cid-rKIwMCwPim a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rKIwMCwPim a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rKIwMCwPim .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rKIwMCwPim .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-rKIwMCwPim .form-control {
  background: none;
  border-radius: 0px;
}
.cid-rKIwMCwPim textarea.form-control {
  min-height: 214.5px;
}
.cid-rKIwMCwPim .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-rKIwMCwPim h4,
.cid-rKIwMCwPim p {
  margin: 0;
}
.cid-rKIwMCwPim h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-rKIwMCwPim h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-rKIwMCwPim .icon {
  color: #ffffff;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-rKIwMCwPim h2 {
    text-align: center;
  }
  .cid-rKIwMCwPim h3 {
    text-align: center;
  }
  .cid-rKIwMCwPim .input-group-btn {
    text-align: center;
  }
  .cid-rKIwMCwPim .social-list {
    text-align: center;
  }
}
.cid-rKIwMCwPim H2 {
  color: #656565;
}
.cid-rKIwMCwPim .content {
  text-align: left;
  color: #232323;
}
.cid-rKIwMCwPim .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-rKIwMCwPim .title1 {
  text-align: left;
  color: #232323;
}
.cid-rKIwMCwPim .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-rKIwMCwPim .title2 {
  color: #232323;
}
.cid-rKIfcBjCKJ {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rKIfcBjCKJ .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-rKIfcBjCKJ .card-img {
  position: relative;
}
.cid-rKIfcBjCKJ .card-img:hover .card-title {
  background: linear-gradient(to top, #274abb, transparent);
}
.cid-rKIfcBjCKJ .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-rKIfcBjCKJ .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-rKIfcBjCKJ .ico2 {
  color: #656565;
  font-size: 0.2rem;
}
.cid-rKIfcBjCKJ .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #333333;
  font-size: 0.2rem;
}
.cid-rKIfcBjCKJ .text-box {
  padding: 20px;
}
.cid-rKIfcBjCKJ .text-box p {
  margin: 0;
}
.cid-rKIfcBjCKJ .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-rKIfcBjCKJ .ico-box p {
  margin: 0;
}
.cid-rKIfcBjCKJ .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-rKIfcBjCKJ .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rKIfcBjCKJ .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-rKIfcBjCKJ .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-rKIfcBjCKJ .mbr-section-title {
  color: #656565;
}
@media (max-width: 991px) {
  .cid-rKIfcBjCKJ .card-box {
    bottom: 0px;
  }
  .cid-rKIfcBjCKJ .p-box {
    padding: 0px;
  }
  .cid-rKIfcBjCKJ .card-title {
    padding: 10px 15px;
  }
}
.cid-rKIfcBjCKJ .card-text {
  color: #656565;
}
.cid-rKIfcBjCKJ .phone {
  color: #656565;
  text-align: right;
}
.cid-rKIfcBjCKJ .card-title2 {
  color: #333333;
}
.cid-rLQHJGAhK0 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLQHJGAhK0 .card-box {
  background-color: #97e0b0;
  padding: 4rem 2rem;
}
.cid-rLQHJGAhK0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rLQHJGAhK0 p {
  color: #767676;
  text-align: left;
}
.cid-rLQHJGAhK0 .card-wrapper {
  border: 1px solid #efefef;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rLQHJGAhK0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rLQHJGAhK0 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rLQHJGAhK0 h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-rLQHJGAhK0 h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-rLQHJGAhK0 h3:hover:after {
  margin-left: -15px;
}
.cid-rLQHJGAhK0 P {
  text-align: center;
  color: #333333;
}
.cid-rLQHJGAhK0 .card-title {
  text-align: center;
}
.cid-rLQHJGAhK0 H3 {
  text-align: center;
}
.cid-rLQHJGAhK0 .number {
  text-align: center;
}
.cid-rLQHJGAhK0 H1 {
  text-align: center;
}
.cid-rLQJTZSsAT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25c4ca;
}
.cid-rLQJTZSsAT a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rLQJTZSsAT a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rLQJTZSsAT .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rLQJTZSsAT .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-rLQJTZSsAT .form-control {
  background: none;
  border-radius: 0px;
}
.cid-rLQJTZSsAT textarea.form-control {
  min-height: 214.5px;
}
.cid-rLQJTZSsAT .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-rLQJTZSsAT h4,
.cid-rLQJTZSsAT p {
  margin: 0;
}
.cid-rLQJTZSsAT h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-rLQJTZSsAT h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-rLQJTZSsAT .icon {
  color: #ffffff;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-rLQJTZSsAT h2 {
    text-align: center;
  }
  .cid-rLQJTZSsAT h3 {
    text-align: center;
  }
  .cid-rLQJTZSsAT .input-group-btn {
    text-align: center;
  }
  .cid-rLQJTZSsAT .social-list {
    text-align: center;
  }
}
.cid-rLQJTZSsAT H2 {
  color: #656565;
}
.cid-rLQJTZSsAT .content {
  text-align: left;
  color: #232323;
}
.cid-rLQJTZSsAT .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-rLQJTZSsAT .title1 {
  text-align: left;
  color: #232323;
}
.cid-rLQJTZSsAT .mbr-section-subtitle {
  text-align: left;
  color: #333333;
}
.cid-rLQJTZSsAT .title2 {
  color: #232323;
}
.cid-rKICtmtG5j.popup-builder {
  background-color: #ffffff;
}
.cid-rKICtmtG5j.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rKICtmtG5j.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rKICtmtG5j .modal-content,
.cid-rKICtmtG5j .modal-dialog {
  height: auto;
}
.cid-rKICtmtG5j .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rKICtmtG5j .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rKICtmtG5j .form-wrapper .mbr-form .form-group,
  .cid-rKICtmtG5j .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rKICtmtG5j .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rKICtmtG5j .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-rKICtmtG5j .mbr-text {
  text-align: center;
}
.cid-rKICtmtG5j .pt-0 {
  padding-top: 0 !important;
}
.cid-rKICtmtG5j .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rKICtmtG5j .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rKICtmtG5j .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rKICtmtG5j .modal-open {
  overflow: hidden;
}
.cid-rKICtmtG5j .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rKICtmtG5j .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rKICtmtG5j .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rKICtmtG5j .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-rKICtmtG5j .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rKICtmtG5j .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rKICtmtG5j .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rKICtmtG5j .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-rKICtmtG5j .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rKICtmtG5j .modal-backdrop.fade {
  opacity: 0;
}
.cid-rKICtmtG5j .modal-backdrop.show {
  opacity: .5;
}
.cid-rKICtmtG5j .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-rKICtmtG5j .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rKICtmtG5j .modal-header .close:hover {
  opacity: 1;
}
.cid-rKICtmtG5j .modal-header .close:focus {
  outline: none;
}
.cid-rKICtmtG5j .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rKICtmtG5j .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rKICtmtG5j .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-rKICtmtG5j .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rKICtmtG5j .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rKICtmtG5j .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rKICtmtG5j .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rKICtmtG5j .modal-sm {
    max-width: 300px;
  }
  .cid-rKICtmtG5j .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rKICtmtG5j .modal-lg,
  .cid-rKICtmtG5j .modal-xl {
    max-width: 800px;
  }
  .cid-rKICtmtG5j .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rKICtmtG5j .modal-xl {
    max-width: 1140px;
  }
  .cid-rKICtmtG5j .container {
    max-width: 1140px;
  }
}
.cid-rKICtmtG5j .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rKICtmtG5j .container {
    max-width: 720px;
  }
}
.cid-rKICtmtG5j .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rKICtmtG5j .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-rKICtmtG5j .form-group {
  margin-bottom: 1rem;
}
.cid-rKICtmtG5j .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rKICtmtG5j .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rKICtmtG5j .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-rLPOAOuAvr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #5bd0d4;
}
.cid-rLPOAOuAvr .navbar.opened {
  transition: all .3s;
  background: #5bd0d4 !important;
}
.cid-rLPOAOuAvr .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rLPOAOuAvr .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rLPOAOuAvr .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-rLPOAOuAvr .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-rLPOAOuAvr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rLPOAOuAvr .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-rLPOAOuAvr .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rLPOAOuAvr .navbar.collapsed.opened .navbar-collapse.show,
.cid-rLPOAOuAvr .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-rLPOAOuAvr .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-rLPOAOuAvr .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-rLPOAOuAvr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rLPOAOuAvr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rLPOAOuAvr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rLPOAOuAvr .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-rLPOAOuAvr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rLPOAOuAvr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rLPOAOuAvr .navbar {
    flex-wrap: nowrap;
  }
  .cid-rLPOAOuAvr .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-rLPOAOuAvr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rLPOAOuAvr .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-rLPOAOuAvr .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-rLPOAOuAvr .navbar.opened .navbar-collapse.show,
  .cid-rLPOAOuAvr .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-rLPOAOuAvr .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-rLPOAOuAvr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rLPOAOuAvr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rLPOAOuAvr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rLPOAOuAvr .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-rLPOAOuAvr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rLPOAOuAvr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rLPOAOuAvr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rLPOAOuAvr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-rLPOAOuAvr .navbar.navbar-short {
  background: #5bd0d4 !important;
  min-height: 60px;
}
.cid-rLPOAOuAvr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rLPOAOuAvr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rLPOAOuAvr .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-rLPOAOuAvr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rLPOAOuAvr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rLPOAOuAvr .dropdown-item.active,
.cid-rLPOAOuAvr .dropdown-item:active {
  background-color: transparent;
}
.cid-rLPOAOuAvr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rLPOAOuAvr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rLPOAOuAvr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rLPOAOuAvr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5bd0d4;
}
.cid-rLPOAOuAvr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rLPOAOuAvr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rLPOAOuAvr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rLPOAOuAvr .navbar-buttons {
  text-align: center;
}
.cid-rLPOAOuAvr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rLPOAOuAvr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rLPOAOuAvr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rLPOAOuAvr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rLPOAOuAvr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rLPOAOuAvr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rLPOAOuAvr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rLPOAOuAvr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rLPOAOuAvr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rLPOAOuAvr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rLPOAOuAvr .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rLPOAOuAvr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-rLPOAOuAvr a.nav-link:focus {
  outline: none;
}
.cid-rLPOAOuAvr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rLPOAOuAvr .nav-link:hover,
.cid-rLPOAOuAvr .dropdown-item:hover {
  color: #333333 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rLPOAOuAvr .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-rLPOAOuAvr .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
